コード例 #1
0
 public static void BeforeEachTest(TestContext testContext)
 {
     _systemUnderTest = new CharacterManager.Models.ApplicationContext();
 }
コード例 #2
0
 public static void AfterEachTest()
 {
     _systemUnderTest = null;
 }