File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
ServiceControl.Transports.Tests
ServiceControlInstaller.Engine.UnitTests/Configuration Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 77 using ServiceControl . Infrastructure ;
88
99 [ TestFixture ]
10- class FullEndpointTestFixture
10+
11+ abstract class FullEndpointTestFixture
1112 {
1213 [ SetUp ]
1314 public virtual async Task Setup ( )
Original file line number Diff line number Diff line change 1818 using Transports ;
1919
2020 [ TestFixture ]
21- class TransportTestFixture
21+
22+ abstract class TransportTestFixture
2223 {
2324 [ SetUp ]
2425 public virtual async Task Setup ( )
2526 {
26- //used for loggers outside of ServiceControl (i.e. transports and core) to use the logger factory defined here
27+ //used for loggers outside ServiceControl (i.e. transports and core) to use the logger factory defined here
2728 LogManager . UseFactory ( new ExtensionsLoggerFactory ( new TestContextAppenderFactory ( Microsoft . Extensions . Logging . LogLevel . Warning ) ) ) ;
2829 LoggerUtil . ActiveLoggers = Loggers . Test ;
2930 configuration = new TransportTestsConfiguration ( ) ;
Original file line number Diff line number Diff line change 33 using System . IO ;
44 using NUnit . Framework ;
55
6- public class InstallationFixture
6+ public abstract class InstallationFixture
77 {
88 [ SetUp ]
99 public void SetUp ( )
You can’t perform that action at this time.
0 commit comments