public void Init()
 {
     Fixture     = GetFixture();
     representor = Fixture.Create <CrichtonRepresentor>();
     sut         = new NavigateToRepresentorQueryStep(representor);
     requestor   = MockRepository.GenerateMock <ITransitionRequestHandler>();
 }
 public void CTOR_SetsNullUrl()
 {
     var step = new NavigateToRepresentorQueryStep(null);
 }