Beispiel #1
0
 public void It_Should_Register_Module()
 {
     CommandHandlerContainer.AssertWasCalled(x => x.RegisterStartpoint <StartpointDataSet>("datasets"));
 }
Beispiel #2
0
 public void It_Should_Register_Module()
 {
     CommandHandlerContainer.AssertWasCalled(x => x.RegisterStartpoint <StartpointAll>("all"));
 }
Beispiel #3
0
 public void It_Should_Register_Module()
 {
     CommandHandlerContainer.AssertWasCalled(x => x.RegisterStartpoint <StartpointDeployment>("deployment"));
 }
Beispiel #4
0
 public void It_Should_Register_Module()
 {
     CommandHandlerContainer.AssertWasCalled(x => x.RegisterStartpoint <StartPointReporting>("reporting"));
 }
Beispiel #5
0
 public void It_Should_Register_Module()
 {
     CommandHandlerContainer.AssertWasCalled(x => x.RegisterStartpoint <StartpointInformation>(String.Empty));
 }
Beispiel #6
0
 public void It_Should_Register_Module()
 {
     CommandHandlerContainer.AssertWasCalled(x => x.RegisterStartpoint <StartpointNorwegianStandard>("nor_std"));
 }
Beispiel #7
0
 public void It_Should_Register_Module()
 {
     CommandHandlerContainer.AssertWasCalled(x => x.RegisterStartpoint <StartpointSSISBatch>("bat_ssis"));
 }
Beispiel #8
0
 public void It_Should_Register_Module()
 {
     CommandHandlerContainer.AssertWasCalled(x => x.RegisterStartpoint <StartpointEnglishStandard>("eng_std"));
 }
Beispiel #9
0
 public void It_Should_Register_Module()
 {
     CommandHandlerContainer.AssertWasCalled(x => x.RegisterStartpoint <StartpointIntegrationPacks>("integration"));
 }