Example #1
0
 public void ShouldHaveNotChangedState()
 {
     LastSetState.Should().BeNull();
 }
Example #2
0
 public T StateShouldBe <T>() where T : ConnectionStateBase
 {
     LastSetState.Should().BeOfType <T>();
     return((T)LastSetState);
 }