Exemplo n.º 1
0
 public void WhenArgumentTestPasses_ItShouldNotThrow()
 {
     Guard.Argument(true);
     Guard.Argument(true, "Hello {0}", "World");
 }
Exemplo n.º 2
0
 public void WhenOperationTestPasses_ItShouldNotThrow()
 {
     Guard.Operation(true);
     Guard.Operation(true, "Hello {0}", "World");
 }