assertlog

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WaitContains

func WaitContains(t TestingT, s func() string, expected string, timeout time.Duration) bool

func WaitContainsOrFatal

func WaitContainsOrFatal(t TestingT, s func() string, expected string, timeout time.Duration)

func WaitNotContains

func WaitNotContains(t TestingT, s func() string, expected string, timeout time.Duration) bool

func WaitNotContainsOrFatal

func WaitNotContainsOrFatal(t TestingT, s func() string, expected string, timeout time.Duration)

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

func New

func New(source func() string, t TestingT) *Service

func (*Service) Filter

func (s *Service) Filter(f string) *Service

func (*Service) FromNow

func (s *Service) FromNow() *Service

func (*Service) Logs

func (s *Service) Logs() string

func (*Service) NoErrors

func (s *Service) NoErrors() bool

func (*Service) NoPanic

func (s *Service) NoPanic() bool

func (*Service) NoPanicAndRace

func (s *Service) NoPanicAndRace() bool

func (*Service) NoRace

func (s *Service) NoRace() bool

func (*Service) WaitContains

func (s *Service) WaitContains(expected string, timeout time.Duration) bool

func (*Service) WaitContainsOrFatal

func (s *Service) WaitContainsOrFatal(expected string, timeout time.Duration)

func (*Service) WaitNotContains

func (s *Service) WaitNotContains(expected string, timeout time.Duration) bool

func (*Service) WaitNotContainsOrFatal

func (s *Service) WaitNotContainsOrFatal(expected string, timeout time.Duration)

type Source

type Source interface {
	Logs() string
}

type TestingT

type TestingT interface {
	Errorf(format string, args ...interface{})
	FailNow()
}

Jump to

Keyboard shortcuts

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