예제 #1
0
 public GetLogAsJsonTests(LoggingDatabaseFixture dbFixture)
 {
     CreateLoadProcessTableTask.Create(SqlConnection);
     CreateLogTableTask.Create(SqlConnection);
     ControlFlow.AddLoggingDatabaseToConfig(SqlConnection);
     ControlFlow.DefaultDbConnection = SqlConnection;
 }
예제 #2
0
 public DataFlowLoggingTests(LoggingDatabaseFixture dbFixture)
 {
     CreateLogTablesTask.CreateLog(Connection);
 }
예제 #3
0
 public LoadProcessTasksTests(LoggingDatabaseFixture dbFixture)
 {
     CreateLogTablesTask.CreateLog(Connection);
     ControlFlow.CurrentDbConnection = Connection;
 }
 public GetLoadProcessAsJSONTaskTests(LoggingDatabaseFixture dbFixture)
 {
     CreateLogTableTask.Create(SqlConnection);
     CreateLoadProcessTableTask.Create(SqlConnection);
     ControlFlow.AddLoggingDatabaseToConfig(SqlConnection);
 }
예제 #5
0
 public ErrorTableTaskTests(LoggingDatabaseFixture dbFixture)
 {
 }
예제 #6
0
 public LogTaskTests(LoggingDatabaseFixture dbFixture)
 {
 }
예제 #7
0
 public LoadProcessTasksTests(LoggingDatabaseFixture dbFixture)
 {
 }
예제 #8
0
 public DataFlowLoggingTests(LoggingDatabaseFixture dbFixture)
 {
     CreateLogTableTask.Create(SqlConnection);
     ControlFlow.AddLoggingDatabaseToConfig(SqlConnection);
 }
예제 #9
0
 public CreateLogTablesTaskTests(LoggingDatabaseFixture dbFixture)
 {
 }
예제 #10
0
 public DifferentLoggingDBTests(LoggingDatabaseFixture dbFixture, OtherDBFixture odbFixture)
 {
     CreateLogTableTask.Create(LoggingConnection);
     ControlFlow.AddLoggingDatabaseToConfig(LoggingConnection);
 }
 public GetLoadProcessAsJSONTaskTests(LoggingDatabaseFixture dbFixture)
 {
     CreateLogTablesTask.CreateLog(Connection);
 }
예제 #12
0
 public CleanUpLogTaskTests(LoggingDatabaseFixture dbFixture)
 {
     CreateLogTablesTask.CreateLog(Connection);
 }
예제 #13
0
 public DifferentLoggingDBTests(LoggingDatabaseFixture dbFixture, OtherDBFixture odbFixture)
 {
     ControlFlow.ClearSettings();
     ControlFlow.CurrentDbConnection = NoLogConnection;
     CreateLogTablesTask.CreateLog(LoggingConnection);
 }
예제 #14
0
 public RemoveLogTablesTaskTests(LoggingDatabaseFixture dbFixture)
 {
 }