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