Lines Matching defs:interface

15 func (a *Assertions) Condition(comp Comparison, msgAndArgs ...interface{}) bool {
23 func (a *Assertions) Conditionf(comp Comparison, msg string, args ...interface{}) bool {
36 func (a *Assertions) Contains(s interface{}, contains interface{}, msgAndArgs ...interface{}) bool {
49 func (a *Assertions) Containsf(s interface{}, contains interface{}, msg string, args ...interface{}…
58 func (a *Assertions) DirExists(path string, msgAndArgs ...interface{}) bool {
67 func (a *Assertions) DirExistsf(path string, msg string, args ...interface{}) bool {
79 func (a *Assertions) ElementsMatch(listA interface{}, listB interface{}, msgAndArgs ...interface{})…
91 func (a *Assertions) ElementsMatchf(listA interface{}, listB interface{}, msg string, args ...inter…
102 func (a *Assertions) Empty(object interface{}, msgAndArgs ...interface{}) bool {
113 func (a *Assertions) Emptyf(object interface{}, msg string, args ...interface{}) bool {
127 func (a *Assertions) Equal(expected interface{}, actual interface{}, msgAndArgs ...interface{}) boo…
139 func (a *Assertions) EqualError(theError error, errString string, msgAndArgs ...interface{}) bool {
151 func (a *Assertions) EqualErrorf(theError error, errString string, msg string, args ...interface{})…
162 func (a *Assertions) EqualValues(expected interface{}, actual interface{}, msgAndArgs ...interface{
173 func (a *Assertions) EqualValuesf(expected interface{}, actual interface{}, msg string, args ...int…
187 func (a *Assertions) Equalf(expected interface{}, actual interface{}, msg string, args ...interface…
200 func (a *Assertions) Error(err error, msgAndArgs ...interface{}) bool {
209 func (a *Assertions) ErrorAs(err error, target interface{}, msgAndArgs ...interface{}) bool {
218 func (a *Assertions) ErrorAsf(err error, target interface{}, msg string, args ...interface{}) bool {
227 func (a *Assertions) ErrorIs(err error, target error, msgAndArgs ...interface{}) bool {
236 func (a *Assertions) ErrorIsf(err error, target error, msg string, args ...interface{}) bool {
249 func (a *Assertions) Errorf(err error, msg string, args ...interface{}) bool {
260 …condition func() bool, waitFor time.Duration, tick time.Duration, msgAndArgs ...interface{}) bool {
271 …ion func() bool, waitFor time.Duration, tick time.Duration, msg string, args ...interface{}) bool {
281 func (a *Assertions) Exactly(expected interface{}, actual interface{}, msgAndArgs ...interface{}) b…
291 func (a *Assertions) Exactlyf(expected interface{}, actual interface{}, msg string, args ...interfa…
299 func (a *Assertions) Fail(failureMessage string, msgAndArgs ...interface{}) bool {
307 func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interface{}) bool {
315 func (a *Assertions) FailNowf(failureMessage string, msg string, args ...interface{}) bool {
323 func (a *Assertions) Failf(failureMessage string, msg string, args ...interface{}) bool {
333 func (a *Assertions) False(value bool, msgAndArgs ...interface{}) bool {
343 func (a *Assertions) Falsef(value bool, msg string, args ...interface{}) bool {
352 func (a *Assertions) FileExists(path string, msgAndArgs ...interface{}) bool {
361 func (a *Assertions) FileExistsf(path string, msg string, args ...interface{}) bool {
373 func (a *Assertions) Greater(e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool {
386 func (a *Assertions) GreaterOrEqual(e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool…
399 func (a *Assertions) GreaterOrEqualf(e1 interface{}, e2 interface{}, msg string, args ...interface{
411 func (a *Assertions) Greaterf(e1 interface{}, e2 interface{}, msg string, args ...interface{}) bool…
424 …dlerFunc, method string, url string, values url.Values, str interface{}, msgAndArgs ...interface{}…
437 …rFunc, method string, url string, values url.Values, str interface{}, msg string, args ...interfac…
450 …dlerFunc, method string, url string, values url.Values, str interface{}, msgAndArgs ...interface{}…
463 …rFunc, method string, url string, values url.Values, str interface{}, msg string, args ...interfac…
475 …r http.HandlerFunc, method string, url string, values url.Values, msgAndArgs ...interface{}) bool {
487 ….HandlerFunc, method string, url string, values url.Values, msg string, args ...interface{}) bool {
499 …r http.HandlerFunc, method string, url string, values url.Values, msgAndArgs ...interface{}) bool {
511 ….HandlerFunc, method string, url string, values url.Values, msg string, args ...interface{}) bool {
523 …nc, method string, url string, values url.Values, statuscode int, msgAndArgs ...interface{}) bool {
535 …thod string, url string, values url.Values, statuscode int, msg string, args ...interface{}) bool {
547 …r http.HandlerFunc, method string, url string, values url.Values, msgAndArgs ...interface{}) bool {
559 ….HandlerFunc, method string, url string, values url.Values, msg string, args ...interface{}) bool {
569 func (a *Assertions) Implements(interfaceObject interface{}, object interface{}, msgAndArgs ...inte…
579 func (a *Assertions) Implementsf(interfaceObject interface{}, object interface{}, msg string, args …
589 func (a *Assertions) InDelta(expected interface{}, actual interface{}, delta float64, msgAndArgs ..…
597 …nc (a *Assertions) InDeltaMapValues(expected interface{}, actual interface{}, delta float64, msgAn…
605 …a *Assertions) InDeltaMapValuesf(expected interface{}, actual interface{}, delta float64, msg stri…
613 func (a *Assertions) InDeltaSlice(expected interface{}, actual interface{}, delta float64, msgAndAr…
621 …nc (a *Assertions) InDeltaSlicef(expected interface{}, actual interface{}, delta float64, msg stri…
631 func (a *Assertions) InDeltaf(expected interface{}, actual interface{}, delta float64, msg string,
639 func (a *Assertions) InEpsilon(expected interface{}, actual interface{}, epsilon float64, msgAndArg…
647 …unc (a *Assertions) InEpsilonSlice(expected interface{}, actual interface{}, epsilon float64, msgA…
655 …(a *Assertions) InEpsilonSlicef(expected interface{}, actual interface{}, epsilon float64, msg str…
663 func (a *Assertions) InEpsilonf(expected interface{}, actual interface{}, epsilon float64, msg stri…
671 func (a *Assertions) IsType(expectedType interface{}, object interface{}, msgAndArgs ...interface{}…
679 func (a *Assertions) IsTypef(expectedType interface{}, object interface{}, msg string, args ...inte…
689 func (a *Assertions) JSONEq(expected string, actual string, msgAndArgs ...interface{}) bool {
699 func (a *Assertions) JSONEqf(expected string, actual string, msg string, args ...interface{}) bool {
710 func (a *Assertions) Len(object interface{}, length int, msgAndArgs ...interface{}) bool {
721 func (a *Assertions) Lenf(object interface{}, length int, msg string, args ...interface{}) bool {
733 func (a *Assertions) Less(e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool {
746 func (a *Assertions) LessOrEqual(e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool {
759 func (a *Assertions) LessOrEqualf(e1 interface{}, e2 interface{}, msg string, args ...interface{}) …
771 func (a *Assertions) Lessf(e1 interface{}, e2 interface{}, msg string, args ...interface{}) bool {
782 …condition func() bool, waitFor time.Duration, tick time.Duration, msgAndArgs ...interface{}) bool {
793 …ion func() bool, waitFor time.Duration, tick time.Duration, msg string, args ...interface{}) bool {
803 func (a *Assertions) Nil(object interface{}, msgAndArgs ...interface{}) bool {
813 func (a *Assertions) Nilf(object interface{}, msg string, args ...interface{}) bool {
822 func (a *Assertions) NoDirExists(path string, msgAndArgs ...interface{}) bool {
831 func (a *Assertions) NoDirExistsf(path string, msg string, args ...interface{}) bool {
844 func (a *Assertions) NoError(err error, msgAndArgs ...interface{}) bool {
857 func (a *Assertions) NoErrorf(err error, msg string, args ...interface{}) bool {
866 func (a *Assertions) NoFileExists(path string, msgAndArgs ...interface{}) bool {
875 func (a *Assertions) NoFileExistsf(path string, msg string, args ...interface{}) bool {
888 func (a *Assertions) NotContains(s interface{}, contains interface{}, msgAndArgs ...interface{}) bo…
901 func (a *Assertions) NotContainsf(s interface{}, contains interface{}, msg string, args ...interfac…
914 func (a *Assertions) NotEmpty(object interface{}, msgAndArgs ...interface{}) bool {
927 func (a *Assertions) NotEmptyf(object interface{}, msg string, args ...interface{}) bool {
940 func (a *Assertions) NotEqual(expected interface{}, actual interface{}, msgAndArgs ...interface{}) …
950 func (a *Assertions) NotEqualValues(expected interface{}, actual interface{}, msgAndArgs ...interfa…
960 func (a *Assertions) NotEqualValuesf(expected interface{}, actual interface{}, msg string, args ...…
973 func (a *Assertions) NotEqualf(expected interface{}, actual interface{}, msg string, args ...interf…
982 func (a *Assertions) NotErrorIs(err error, target error, msgAndArgs ...interface{}) bool {
991 func (a *Assertions) NotErrorIsf(err error, target error, msg string, args ...interface{}) bool {
1001 func (a *Assertions) NotNil(object interface{}, msgAndArgs ...interface{}) bool {
1011 func (a *Assertions) NotNilf(object interface{}, msg string, args ...interface{}) bool {
1021 func (a *Assertions) NotPanics(f PanicTestFunc, msgAndArgs ...interface{}) bool {
1031 func (a *Assertions) NotPanicsf(f PanicTestFunc, msg string, args ...interface{}) bool {
1042 func (a *Assertions) NotRegexp(rx interface{}, str interface{}, msgAndArgs ...interface{}) bool {
1053 func (a *Assertions) NotRegexpf(rx interface{}, str interface{}, msg string, args ...interface{}) b…
1066 func (a *Assertions) NotSame(expected interface{}, actual interface{}, msgAndArgs ...interface{}) b…
1079 func (a *Assertions) NotSamef(expected interface{}, actual interface{}, msg string, args ...interfa…
1090 func (a *Assertions) NotSubset(list interface{}, subset interface{}, msgAndArgs ...interface{}) boo…
1101 func (a *Assertions) NotSubsetf(list interface{}, subset interface{}, msg string, args ...interface…
1109 func (a *Assertions) NotZero(i interface{}, msgAndArgs ...interface{}) bool {
1117 func (a *Assertions) NotZerof(i interface{}, msg string, args ...interface{}) bool {
1127 func (a *Assertions) Panics(f PanicTestFunc, msgAndArgs ...interface{}) bool {
1139 func (a *Assertions) PanicsWithError(errString string, f PanicTestFunc, msgAndArgs ...interface{}) …
1151 …rtions) PanicsWithErrorf(errString string, f PanicTestFunc, msg string, args ...interface{}) bool {
1162 func (a *Assertions) PanicsWithValue(expected interface{}, f PanicTestFunc, msgAndArgs ...interface…
1173 func (a *Assertions) PanicsWithValuef(expected interface{}, f PanicTestFunc, msg string, args ...in…
1183 func (a *Assertions) Panicsf(f PanicTestFunc, msg string, args ...interface{}) bool {
1194 func (a *Assertions) Regexp(rx interface{}, str interface{}, msgAndArgs ...interface{}) bool {
1205 func (a *Assertions) Regexpf(rx interface{}, str interface{}, msg string, args ...interface{}) bool…
1218 func (a *Assertions) Same(expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool…
1231 func (a *Assertions) Samef(expected interface{}, actual interface{}, msg string, args ...interface{
1242 func (a *Assertions) Subset(list interface{}, subset interface{}, msgAndArgs ...interface{}) bool {
1253 func (a *Assertions) Subsetf(list interface{}, subset interface{}, msg string, args ...interface{})…
1263 func (a *Assertions) True(value bool, msgAndArgs ...interface{}) bool {
1273 func (a *Assertions) Truef(value bool, msg string, args ...interface{}) bool {
1283 …ration(expected time.Time, actual time.Time, delta time.Duration, msgAndArgs ...interface{}) bool {
1293 …(expected time.Time, actual time.Time, delta time.Duration, msg string, args ...interface{}) bool {
1301 func (a *Assertions) YAMLEq(expected string, actual string, msgAndArgs ...interface{}) bool {
1309 func (a *Assertions) YAMLEqf(expected string, actual string, msg string, args ...interface{}) bool {
1317 func (a *Assertions) Zero(i interface{}, msgAndArgs ...interface{}) bool {
1325 func (a *Assertions) Zerof(i interface{}, msg string, args ...interface{}) bool {