Exemplo n.º 1
0
 public void TestQ06CounterLessThanYears()
 {
     Assert.IsTrue(LogicalOperations.Q06(false, 1, 0));
 }
Exemplo n.º 2
0
 public void TestQ06CounterNotLessThanYears()
 {
     Assert.IsFalse(LogicalOperations.Q06(false, 0, 0));
 }
Exemplo n.º 3
0
 public void TestQ06IsValidTrue()
 {
     Assert.IsTrue(LogicalOperations.Q06(true, 0, 0));
 }