Lines Matching refs:T
29 func AssertSame(t *testing.T, message string, expected interface{}, actual interface{}) { argument
38 func AssertBoolEquals(t *testing.T, message string, expected bool, actual bool) { argument
47 func AssertIntEquals(t *testing.T, message string, expected int, actual int) { argument
56 func AssertStringEquals(t *testing.T, message string, expected string, actual string) { argument
65 func AssertPathRelativeToTopEquals(t *testing.T, message string, expected string, actual Path) { argument
72 func AssertPathsRelativeToTopEquals(t *testing.T, message string, expected []string, actual Paths) { argument
79 func AssertStringPathRelativeToTopEquals(t *testing.T, message string, config Config, expected stri… argument
86 func AssertStringPathsRelativeToTopEquals(t *testing.T, message string, config Config, expected []s… argument
94 func AssertErrorMessageEquals(t *testing.T, message string, expected string, actual error) { argument
106 func AssertTrimmedStringEquals(t *testing.T, message string, expected string, actual string) { argument
114 func AssertStringDoesContain(t *testing.T, message string, s string, expectedSubstring string) { argument
123 func AssertStringDoesNotContain(t *testing.T, message string, s string, unexpectedSubstring string)… argument
133 func AssertStringContainsEquals(t *testing.T, message string, s string, substring string, expected … argument
143 func AssertStringMatches(t *testing.T, message, s, expectedRex string) { argument
158 func AssertStringListContains(t *testing.T, message string, list []string, s string) { argument
167 func AssertStringListDoesNotContain(t *testing.T, message string, list []string, s string) { argument
177 func AssertStringListContainsEquals(t *testing.T, message string, list []string, s string, expected… argument
188 func AssertArrayString(t *testing.T, message string, expected, actual []string) { argument
206 func AssertPathsEndWith(t *testing.T, message string, expected []string, actual []Path) { argument
222 func AssertDeepEquals(t *testing.T, message string, expected interface{}, actual interface{}) { argument
231 func AssertPanicMessageContains(t *testing.T, message, expectedMessageContents string, funcThatShou… argument