18 references to TestingEndpoint
Aspire.Confluent.Kafka.Tests (18)
Aspire8MetricsTests.cs (2)
27
new KeyValuePair<string, string?>("ConnectionStrings:messaging", CommonHelpers.
TestingEndpoint
),
142
new KeyValuePair<string, string?>("ConnectionStrings:messaging", CommonHelpers.
TestingEndpoint
),
ConsumerConfigurationTests.cs (8)
24
new KeyValuePair<string, string?>("ConnectionStrings:messaging", CommonHelpers.
TestingEndpoint
),
44
Assert.Equal(CommonHelpers.
TestingEndpoint
, config.BootstrapServers);
60
static void SetConnectionString(KafkaConsumerSettings settings) => settings.ConnectionString = CommonHelpers.
TestingEndpoint
;
77
Assert.Equal(CommonHelpers.
TestingEndpoint
, config.BootstrapServers);
90
new KeyValuePair<string, string?>("ConnectionStrings:messaging", CommonHelpers.
TestingEndpoint
),
110
Assert.Equal(CommonHelpers.
TestingEndpoint
, config.BootstrapServers);
133
new KeyValuePair<string, string?>("ConnectionStrings:messaging", CommonHelpers.
TestingEndpoint
),
199
Assert.Equal(CommonHelpers.
TestingEndpoint
, config.BootstrapServers);
ProducerConfigurationTests.cs (8)
22
new KeyValuePair<string, string?>("ConnectionStrings:messaging", CommonHelpers.
TestingEndpoint
)
41
Assert.Equal(CommonHelpers.
TestingEndpoint
, config.BootstrapServers);
54
static void SetConnectionString(KafkaProducerSettings settings) => settings.ConnectionString = CommonHelpers.
TestingEndpoint
;
71
Assert.Equal(CommonHelpers.
TestingEndpoint
, config.BootstrapServers);
84
new KeyValuePair<string, string?>("ConnectionStrings:messaging", CommonHelpers.
TestingEndpoint
)
103
Assert.Equal(CommonHelpers.
TestingEndpoint
, config.BootstrapServers);
123
new KeyValuePair<string, string?>("ConnectionStrings:messaging", CommonHelpers.
TestingEndpoint
)
189
Assert.Equal(CommonHelpers.
TestingEndpoint
, config.BootstrapServers);