Versions in this module Expand all Collapse all v1 v1.3.0 May 4, 2023 Changes in this version + const TestDDService + const TestServiceOverride + func NewHTTPServerTest(genSpans GenSpansFn, defaultName string, opts ...Option) func(t *testing.T) + func NewKafkaTest(genSpans GenSpansFn) func(t *testing.T) + func NewMongoDBTest(genSpans GenSpansFn, defaultServiceName string) func(t *testing.T) + func NewOpNameTest(genSpans GenSpansFn, assertV0 AssertSpansFn, assertV1 AssertSpansFn) func(t *testing.T) + func NewRedisTest(genSpans GenSpansFn, defaultServiceName string) func(t *testing.T) + func NewServiceNameTest(genSpans GenSpansFn, _ string, wantV0 ServiceNameAssertions) func(t *testing.T) + type AssertSpansFn func(t *testing.T, spans []mocktracer.Span) + type GenSpansFn func(t *testing.T, serviceOverride string) []mocktracer.Span + type Option func(*config) + func WithServiceNameAssertions(v namingschema.Version, s ServiceNameAssertions) Option + type ServiceNameAssertions struct + WithDDService []string + WithDDServiceAndOverride []string + WithDefaults []string