assertions

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2023 License: MIT Imports: 8 Imported by: 0

README

goconvey assertions

Build Status GoDoc Go Report Card Software License

This stable version

Installation

$ go get -u github.com/mantyr/assertions

Author

Oleg Shevelev

Documentation

Index

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

type Context

type Context interface {
	// Context возвращает стандартный контекст
	Context() context.Context
}

Context это интерфейс для получения контекста из произвольных объектов

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL