Documentation
¶
Index ¶
- func ShouldBeClosedBefore(actual interface{}, expected ...interface{}) string
- func ShouldEqualYamlCassette(actual interface{}, expected ...interface{}) string
- func ShouldNotBeClosedBefore(actual interface{}, expected ...interface{}) string
- func ShouldNotEqualYamlCassette(actual interface{}, expected ...interface{}) string
- type Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShouldBeClosedBefore ¶
func ShouldBeClosedBefore(actual interface{}, expected ...interface{}) string
ShouldBeClosedBefore проверяет что контекст закрылся до истечения периода времени Поддерживает интерфейс Context и context.Context
func ShouldEqualYamlCassette ¶
func ShouldEqualYamlCassette(
actual interface{},
expected ...interface{},
) string
func ShouldNotBeClosedBefore ¶
func ShouldNotBeClosedBefore(actual interface{}, expected ...interface{}) string
ShouldNotBeClosedBefore проверяет что контекст не успел закрыться до истечения времени Поддерживает интерфейс Context и context.Context
func ShouldNotEqualYamlCassette ¶
func ShouldNotEqualYamlCassette(
actual interface{},
expected ...interface{},
) string
Types ¶
Click to show internal directories.
Click to hide internal directories.
