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 {
213 func (a *Assertions) Errorf(err error, msg string, args ...interface{}) bool {
224 …condition func() bool, waitFor time.Duration, tick time.Duration, msgAndArgs ...interface{}) bool {
235 …ion func() bool, waitFor time.Duration, tick time.Duration, msg string, args ...interface{}) bool {
245 func (a *Assertions) Exactly(expected interface{}, actual interface{}, msgAndArgs ...interface{}) b…
255 func (a *Assertions) Exactlyf(expected interface{}, actual interface{}, msg string, args ...interfa…
263 func (a *Assertions) Fail(failureMessage string, msgAndArgs ...interface{}) bool {
271 func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interface{}) bool {
279 func (a *Assertions) FailNowf(failureMessage string, msg string, args ...interface{}) bool {
287 func (a *Assertions) Failf(failureMessage string, msg string, args ...interface{}) bool {
297 func (a *Assertions) False(value bool, msgAndArgs ...interface{}) bool {
307 func (a *Assertions) Falsef(value bool, msg string, args ...interface{}) bool {
316 func (a *Assertions) FileExists(path string, msgAndArgs ...interface{}) bool {
325 func (a *Assertions) FileExistsf(path string, msg string, args ...interface{}) bool {
337 func (a *Assertions) Greater(e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool {
350 func (a *Assertions) GreaterOrEqual(e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool…
363 func (a *Assertions) GreaterOrEqualf(e1 interface{}, e2 interface{}, msg string, args ...interface{
375 func (a *Assertions) Greaterf(e1 interface{}, e2 interface{}, msg string, args ...interface{}) bool…
388 …dlerFunc, method string, url string, values url.Values, str interface{}, msgAndArgs ...interface{}…
401 …rFunc, method string, url string, values url.Values, str interface{}, msg string, args ...interfac…
414 …dlerFunc, method string, url string, values url.Values, str interface{}, msgAndArgs ...interface{}…
427 …rFunc, method string, url string, values url.Values, str interface{}, msg string, args ...interfac…
439 …r http.HandlerFunc, method string, url string, values url.Values, msgAndArgs ...interface{}) bool {
451 ….HandlerFunc, method string, url string, values url.Values, msg string, args ...interface{}) bool {
463 …r http.HandlerFunc, method string, url string, values url.Values, msgAndArgs ...interface{}) bool {
475 ….HandlerFunc, method string, url string, values url.Values, msg string, args ...interface{}) bool {
487 …r http.HandlerFunc, method string, url string, values url.Values, msgAndArgs ...interface{}) bool {
499 ….HandlerFunc, method string, url string, values url.Values, msg string, args ...interface{}) bool {
509 func (a *Assertions) Implements(interfaceObject interface{}, object interface{}, msgAndArgs ...inte…
519 func (a *Assertions) Implementsf(interfaceObject interface{}, object interface{}, msg string, args …
529 func (a *Assertions) InDelta(expected interface{}, actual interface{}, delta float64, msgAndArgs ..…
537 …nc (a *Assertions) InDeltaMapValues(expected interface{}, actual interface{}, delta float64, msgAn…
545 …a *Assertions) InDeltaMapValuesf(expected interface{}, actual interface{}, delta float64, msg stri…
553 func (a *Assertions) InDeltaSlice(expected interface{}, actual interface{}, delta float64, msgAndAr…
561 …nc (a *Assertions) InDeltaSlicef(expected interface{}, actual interface{}, delta float64, msg stri…
571 func (a *Assertions) InDeltaf(expected interface{}, actual interface{}, delta float64, msg string,
579 func (a *Assertions) InEpsilon(expected interface{}, actual interface{}, epsilon float64, msgAndArg…
587 …unc (a *Assertions) InEpsilonSlice(expected interface{}, actual interface{}, epsilon float64, msgA…
595 …(a *Assertions) InEpsilonSlicef(expected interface{}, actual interface{}, epsilon float64, msg str…
603 func (a *Assertions) InEpsilonf(expected interface{}, actual interface{}, epsilon float64, msg stri…
611 func (a *Assertions) IsType(expectedType interface{}, object interface{}, msgAndArgs ...interface{}…
619 func (a *Assertions) IsTypef(expectedType interface{}, object interface{}, msg string, args ...inte…
629 func (a *Assertions) JSONEq(expected string, actual string, msgAndArgs ...interface{}) bool {
639 func (a *Assertions) JSONEqf(expected string, actual string, msg string, args ...interface{}) bool {
650 func (a *Assertions) Len(object interface{}, length int, msgAndArgs ...interface{}) bool {
661 func (a *Assertions) Lenf(object interface{}, length int, msg string, args ...interface{}) bool {
673 func (a *Assertions) Less(e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool {
686 func (a *Assertions) LessOrEqual(e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool {
699 func (a *Assertions) LessOrEqualf(e1 interface{}, e2 interface{}, msg string, args ...interface{}) …
711 func (a *Assertions) Lessf(e1 interface{}, e2 interface{}, msg string, args ...interface{}) bool {
722 …condition func() bool, waitFor time.Duration, tick time.Duration, msgAndArgs ...interface{}) bool {
733 …ion func() bool, waitFor time.Duration, tick time.Duration, msg string, args ...interface{}) bool {
743 func (a *Assertions) Nil(object interface{}, msgAndArgs ...interface{}) bool {
753 func (a *Assertions) Nilf(object interface{}, msg string, args ...interface{}) bool {
762 func (a *Assertions) NoDirExists(path string, msgAndArgs ...interface{}) bool {
771 func (a *Assertions) NoDirExistsf(path string, msg string, args ...interface{}) bool {
784 func (a *Assertions) NoError(err error, msgAndArgs ...interface{}) bool {
797 func (a *Assertions) NoErrorf(err error, msg string, args ...interface{}) bool {
806 func (a *Assertions) NoFileExists(path string, msgAndArgs ...interface{}) bool {
815 func (a *Assertions) NoFileExistsf(path string, msg string, args ...interface{}) bool {
828 func (a *Assertions) NotContains(s interface{}, contains interface{}, msgAndArgs ...interface{}) bo…
841 func (a *Assertions) NotContainsf(s interface{}, contains interface{}, msg string, args ...interfac…
854 func (a *Assertions) NotEmpty(object interface{}, msgAndArgs ...interface{}) bool {
867 func (a *Assertions) NotEmptyf(object interface{}, msg string, args ...interface{}) bool {
880 func (a *Assertions) NotEqual(expected interface{}, actual interface{}, msgAndArgs ...interface{}) …
893 func (a *Assertions) NotEqualf(expected interface{}, actual interface{}, msg string, args ...interf…
903 func (a *Assertions) NotNil(object interface{}, msgAndArgs ...interface{}) bool {
913 func (a *Assertions) NotNilf(object interface{}, msg string, args ...interface{}) bool {
923 func (a *Assertions) NotPanics(f PanicTestFunc, msgAndArgs ...interface{}) bool {
933 func (a *Assertions) NotPanicsf(f PanicTestFunc, msg string, args ...interface{}) bool {
944 func (a *Assertions) NotRegexp(rx interface{}, str interface{}, msgAndArgs ...interface{}) bool {
955 func (a *Assertions) NotRegexpf(rx interface{}, str interface{}, msg string, args ...interface{}) b…
968 func (a *Assertions) NotSame(expected interface{}, actual interface{}, msgAndArgs ...interface{}) b…
981 func (a *Assertions) NotSamef(expected interface{}, actual interface{}, msg string, args ...interfa…
992 func (a *Assertions) NotSubset(list interface{}, subset interface{}, msgAndArgs ...interface{}) boo…
1003 func (a *Assertions) NotSubsetf(list interface{}, subset interface{}, msg string, args ...interface…
1011 func (a *Assertions) NotZero(i interface{}, msgAndArgs ...interface{}) bool {
1019 func (a *Assertions) NotZerof(i interface{}, msg string, args ...interface{}) bool {
1029 func (a *Assertions) Panics(f PanicTestFunc, msgAndArgs ...interface{}) bool {
1041 func (a *Assertions) PanicsWithError(errString string, f PanicTestFunc, msgAndArgs ...interface{}) …
1053 …rtions) PanicsWithErrorf(errString string, f PanicTestFunc, msg string, args ...interface{}) bool {
1064 func (a *Assertions) PanicsWithValue(expected interface{}, f PanicTestFunc, msgAndArgs ...interface…
1075 func (a *Assertions) PanicsWithValuef(expected interface{}, f PanicTestFunc, msg string, args ...in…
1085 func (a *Assertions) Panicsf(f PanicTestFunc, msg string, args ...interface{}) bool {
1096 func (a *Assertions) Regexp(rx interface{}, str interface{}, msgAndArgs ...interface{}) bool {
1107 func (a *Assertions) Regexpf(rx interface{}, str interface{}, msg string, args ...interface{}) bool…
1120 func (a *Assertions) Same(expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool…
1133 func (a *Assertions) Samef(expected interface{}, actual interface{}, msg string, args ...interface{
1144 func (a *Assertions) Subset(list interface{}, subset interface{}, msgAndArgs ...interface{}) bool {
1155 func (a *Assertions) Subsetf(list interface{}, subset interface{}, msg string, args ...interface{})…
1165 func (a *Assertions) True(value bool, msgAndArgs ...interface{}) bool {
1175 func (a *Assertions) Truef(value bool, msg string, args ...interface{}) bool {
1185 …ration(expected time.Time, actual time.Time, delta time.Duration, msgAndArgs ...interface{}) bool {
1195 …(expected time.Time, actual time.Time, delta time.Duration, msg string, args ...interface{}) bool {
1203 func (a *Assertions) YAMLEq(expected string, actual string, msgAndArgs ...interface{}) bool {
1211 func (a *Assertions) YAMLEqf(expected string, actual string, msg string, args ...interface{}) bool {
1219 func (a *Assertions) Zero(i interface{}, msgAndArgs ...interface{}) bool {
1227 func (a *Assertions) Zerof(i interface{}, msg string, args ...interface{}) bool {