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)
Click to show internal directories.
Click to hide internal directories.