# Functions
No description provided by the author
DataSourceOptionPolling makes an SDKDataSource simulate the polling service.
DataSourceOptionStreaming makes an SDKDataSource simulate the streaming service.
No description provided by the author
EqualReason is a type-safe replacement for m.Equal(EvaluationReason) that also provides better failure output, by treating it as a JSON object-- since the default implementation of String() for EvaluationReason returns a shorter string that doesn't include every property.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HasAuthorizationHeader is a matcher for an http.Header map that verifies that the Authorization header is present and contains the specified key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Header allows matchers to be applied to a specific named header from an http.Header map.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBigSegmentStore creates a new BigSegmentStore with the specified initial status.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSDKClient tells the test service to create an SDK client instance.
NewSDKDataSource creates a new SDKDataSource with the specified initial data set.
NewSDKDataSourceWithoutEndpoint is the same as NewSDKDataSource, but it does not allocate an endpoint to accept incoming requests.
NewSDKEventSink creates a new SDKEventSink.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UniqueQueryParameters returns a MatcherTransform which parses a string representing a URL's RawQuery field into a map from parameter key to parameter value.
No description provided by the author
WithClientSideConfig is used with StartSDKClient to specify a non-default client-side SDK configuration.
WithConfig is used with StartSDKClient to specify a non-default SDK configuration.
WithCredential is used with StartSDKClient to set only the credential (SDK key, mobile key, or environment ID).
WithEventsConfig is used with StartSDKClient to specify a non-default events configuration.
WithPollingConfig is used with StartSDKClient to specify a non-default polling configuration.
WithServiceEndpointsConfig is used with StartSDKClient to specify non-default service endpoints.
WithStreamingConfig is used with StartSDKClient to specify a non-default streaming configuration.
# Structs
BigSegmentStore is a test fixture that provides callback endpoints for SDK clients to connect to, behaving like a Big Segment store for a simulated database.
No description provided by the author
No description provided by the author
CommonEventTests groups together event-related test methods that are shared between server-side and client-side.
CommonPollingTests groups together polling-related test methods that are shared between server-side and client-side.
CommonStreamingTests groups together streaming-related test methods that are shared between server-side and client-side.
CommonTagsTests groups together event-related test methods that are shared between server-side and client-side.
No description provided by the author
No description provided by the author
SDKClient represents an SDK client instance in the test service which can be controlled by test logic.
SDKDataSource is a test fixture that provides a callback endpoint for SDK clients to connect to, simulating the LaunchDarkly streaming or polling service.
SDKEventSink is a test fixture that provides a callback endpoint for SDK clients to send event data to, simulating the LaunchDarkly event-recorder service.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author