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) { … }