Beispiel #1
0
 public void GetSystemUnderTest_SutWasSetBeforehand_CorrectValueIsReturned()
 {
     _ctx.SetSystemUnderTest("System under Test");
     Assert.AreEqual("System under Test", _ctx.GetSystemUnderTest <string>());
 }