public void A_shape_gets_access_to_services() { var testShaper = new TestShaper("Test"); BusSetup.StartWith <Conservative>(new BusSetupPutShapeOnMsgA(testShaper)).Construct(); testShaper.Services.ShouldNotBeNull(); }
public BusSetupPutShapeOnMsgA(TestShaper shaper) { _shaper = shaper; }