Documentation
¶
Index ¶
- func WaitContains(t TestingT, s func() string, expected string, timeout time.Duration) bool
- func WaitContainsOrFatal(t TestingT, s func() string, expected string, timeout time.Duration)
- func WaitNotContains(t TestingT, s func() string, expected string, timeout time.Duration) bool
- func WaitNotContainsOrFatal(t TestingT, s func() string, expected string, timeout time.Duration)
- type Service
- func (s *Service) Filter(f string) *Service
- func (s *Service) FromNow() *Service
- func (s *Service) Logs() string
- func (s *Service) NoErrors() bool
- func (s *Service) NoPanic() bool
- func (s *Service) NoPanicAndRace() bool
- func (s *Service) NoRace() bool
- func (s *Service) WaitContains(expected string, timeout time.Duration) bool
- func (s *Service) WaitContainsOrFatal(expected string, timeout time.Duration)
- func (s *Service) WaitNotContains(expected string, timeout time.Duration) bool
- func (s *Service) WaitNotContainsOrFatal(expected string, timeout time.Duration)
- type Source
- type TestingT
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitContains ¶
func WaitContainsOrFatal ¶
func WaitNotContains ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) NoPanicAndRace ¶
func (*Service) WaitContains ¶
func (*Service) WaitContainsOrFatal ¶
func (*Service) WaitNotContains ¶
Click to show internal directories.
Click to hide internal directories.