Example #1
0
 public void ThenInsuranceAMustExist(string key)
 {
     Assert.IsNotNull(context.TestMatcher().Value <Insurance>(key));
 }
Example #2
0
 public void ThenAssignmentIdMustBe(string key, int id)
 {
     Assert.AreEqual(id, context.TestMatcher().Value <Assignment>(key).Id);
 }