 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type IntegrationContext
- func (t *IntegrationContext) Context() context.Context
- func (t *IntegrationContext) Error(args ...interface{})
- func (t *IntegrationContext) Errorf(format string, args ...interface{})
- func (t *IntegrationContext) Fatal(args ...interface{})
- func (t *IntegrationContext) Fatalf(format string, args ...interface{})
- func (t *IntegrationContext) Log(args ...interface{})
- func (t *IntegrationContext) Logf(format string, args ...interface{})
- func (t *IntegrationContext) Run(name string, f func(t testing_ctx.T))
- func (t *IntegrationContext) SetContext(ctx context.Context)
- func (t *IntegrationContext) Skip(args ...interface{})
- func (t *IntegrationContext) Status() testing_ctx.Status
 
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationContext ¶
type IntegrationContext struct {
	// contains filtered or unexported fields
}
    func New ¶
func New() *IntegrationContext
func WithOptions ¶
func WithOptions(opts Options) *IntegrationContext
func (*IntegrationContext) Context ¶
func (t *IntegrationContext) Context() context.Context
Context implements testing_ctx.ContextAware.
func (*IntegrationContext) Error ¶
func (t *IntegrationContext) Error(args ...interface{})
Error implements testing_ctx.T.
func (*IntegrationContext) Errorf ¶
func (t *IntegrationContext) Errorf(format string, args ...interface{})
Errorf implements testing_ctx.T.
func (*IntegrationContext) Fatal ¶ added in v0.0.27
func (t *IntegrationContext) Fatal(args ...interface{})
Fatal implements testing_ctx.T.
func (*IntegrationContext) Fatalf ¶ added in v0.0.27
func (t *IntegrationContext) Fatalf(format string, args ...interface{})
Fatalf implements testing_ctx.T.
func (*IntegrationContext) Log ¶
func (t *IntegrationContext) Log(args ...interface{})
Log implements testing_ctx.T.
func (*IntegrationContext) Logf ¶
func (t *IntegrationContext) Logf(format string, args ...interface{})
Logf implements testing_ctx.T.
func (*IntegrationContext) Run ¶
func (t *IntegrationContext) Run(name string, f func(t testing_ctx.T))
func (*IntegrationContext) SetContext ¶
func (t *IntegrationContext) SetContext(ctx context.Context)
SetContext implements testing_ctx.ContextAware.
func (*IntegrationContext) Skip ¶
func (t *IntegrationContext) Skip(args ...interface{})
Skip implements testing_ctx.T.
func (*IntegrationContext) Status ¶ added in v0.0.22
func (t *IntegrationContext) Status() testing_ctx.Status
 Click to show internal directories. 
   Click to hide internal directories.