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