예제 #1
0
 public void FirstMethod_ShouldUpdate()
 {
     _decider.ShouldUpdateSnapshot().Should().BeTrue();
 }
예제 #2
0
 public void NoEnvironmentVariable_ShouldNotUpdate()
 {
     _decider.ShouldUpdateSnapshot().Should().BeFalse();
 }