contracts

package
v0.0.0-...-4e1183a Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2021 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvironmentStorage

type EnvironmentStorage struct {
	Subject        func(testing.TB) release.Storage
	Context        func(testing.TB) context.Context
	FixtureFactory func(testing.TB) frameless.FixtureFactory
}

func (EnvironmentStorage) Benchmark

func (c EnvironmentStorage) Benchmark(b *testing.B)

func (EnvironmentStorage) Spec

func (c EnvironmentStorage) Spec(s *testcase.Spec)

func (EnvironmentStorage) String

func (c EnvironmentStorage) String() string

func (EnvironmentStorage) Test

func (c EnvironmentStorage) Test(t *testing.T)

type FlagFinder

type FlagFinder struct {
	Subject        func(testing.TB) release.FlagStorage
	Context        func(testing.TB) context.Context
	FixtureFactory func(testing.TB) frameless.FixtureFactory
}

func (FlagFinder) Benchmark

func (c FlagFinder) Benchmark(b *testing.B)

func (FlagFinder) Spec

func (c FlagFinder) Spec(s *testcase.Spec)

func (FlagFinder) Test

func (c FlagFinder) Test(t *testing.T)

type FlagStorage

type FlagStorage struct {
	Subject        func(testing.TB) release.Storage
	Context        func(testing.TB) context.Context
	FixtureFactory func(testing.TB) frameless.FixtureFactory
}

func (FlagStorage) Benchmark

func (c FlagStorage) Benchmark(b *testing.B)

func (FlagStorage) Spec

func (c FlagStorage) Spec(s *testcase.Spec)

func (FlagStorage) String

func (c FlagStorage) String() string

func (FlagStorage) Test

func (c FlagStorage) Test(t *testing.T)

type PilotStorage

type PilotStorage struct {
	Subject        func(testing.TB) release.Storage
	Context        func(testing.TB) context.Context
	FixtureFactory func(testing.TB) frameless.FixtureFactory
}

func (PilotStorage) Benchmark

func (c PilotStorage) Benchmark(b *testing.B)

func (PilotStorage) Spec

func (c PilotStorage) Spec(s *testcase.Spec)

func (PilotStorage) String

func (c PilotStorage) String() string

func (PilotStorage) Test

func (c PilotStorage) Test(t *testing.T)

type RolloutStorage

type RolloutStorage struct {
	Subject        func(testing.TB) release.Storage
	Context        func(testing.TB) context.Context
	FixtureFactory func(testing.TB) frameless.FixtureFactory
}

func (RolloutStorage) Benchmark

func (c RolloutStorage) Benchmark(b *testing.B)

func (RolloutStorage) Spec

func (c RolloutStorage) Spec(s *testcase.Spec)

func (RolloutStorage) String

func (c RolloutStorage) String() string

func (RolloutStorage) Test

func (c RolloutStorage) Test(t *testing.T)

type Storage

type Storage struct {
	Subject        func(testing.TB) release.Storage
	Context        func(testing.TB) context.Context
	FixtureFactory func(testing.TB) frameless.FixtureFactory
}

func (Storage) Benchmark

func (c Storage) Benchmark(b *testing.B)

func (Storage) Spec

func (c Storage) Spec(s *testcase.Spec)

func (Storage) String

func (c Storage) String() string

func (Storage) Test

func (c Storage) Test(t *testing.T)

Jump to

Keyboard shortcuts

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