Exemple #1
0
 public void GetText_NoInput_ReturnsStaticText()
 {
     SimpleClass target = new SimpleClass();
     Assert.AreEqual("MSTestRunner", target.GetText());
 }
Exemple #2
0
 public void GetTextFromAppConfig_NoInput_ReturnsStaticTextFromAppConfig()
 {
     SimpleClass target = new SimpleClass();
     Assert.AreEqual("MSTestRunner from app.configgg", target.GetTextFromAppConfig());
 }