static when_events_are_published()
 {
     BootStrap.Load();
 }
 static when_commands_are_fired()
 {
     BootStrap.Load();
 }
 static when_logging_disabled_and_mixed_messages_are_published()
 {
     BootStrap.Load();
 }
 static with_event_store()
 {
     BootStrap.Load();
     IntegrationTestTcpEndPoint = new IPEndPoint(IPAddress.Loopback, 1113);
 }
Esempio n. 5
0
 static when_logging_disabled_and_commands_are_fired()
 {
     BootStrap.Load();
 }
 static when_logging_disabled_and_events_are_published()
 {
     BootStrap.Load();
 }