kubernetes/staging/src/k8s.io/apiserver/pkg/authentication/token/tokenfile/tokenfile_test.go

func TestTokenFile(t *testing.T) {}

func TestBadTokenFile(t *testing.T) {}

func TestInsufficientColumnsTokenFile(t *testing.T) {}

func TestEmptyTokenTokenFile(t *testing.T) {}

func newWithContents(t *testing.T, contents string) (auth *TokenAuthenticator, err error) {}