Skip to content

Commit f2db5d5

Browse files
committed
New transport tests api
1 parent 7bf2756 commit f2db5d5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace NServiceBus.TransportTests;
2+
3+
public partial class TransportTestsConfiguration
4+
{
5+
public IConfigureTransportInfrastructure CreateTransportConfiguration() => new ConfigurePostgreSqlTransportInfrastructure();
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace NServiceBus.TransportTests;
2+
3+
public partial class TransportTestsConfiguration
4+
{
5+
public IConfigureTransportInfrastructure CreateTransportConfiguration() => new ConfigureSqlServerTransportInfrastructure();
6+
}

0 commit comments

Comments
 (0)