FakeEvidently
class FakeEvidently(projects: Storage<StoredProject> = Storage.InMemory(), features: Storage<StoredFeature> = Storage.InMemory(), clock: Clock = Clock.systemUTC(), region: Region = Region.US_EAST_1, account: AwsAccount = AwsAccount.of("1")) : ChaoticHttpHandler
Constructors
Link copied to clipboard
constructor(projects: Storage<StoredProject> = Storage.InMemory(), features: Storage<StoredFeature> = Storage.InMemory(), clock: Clock = Clock.systemUTC(), region: Region = Region.US_EAST_1, account: AwsAccount = AwsAccount.of("1"))