コード例 #1
0
ファイル: EC4_Login_Logout.cs プロジェクト: ZeroTull/EC4
 public void ThenIClosedTheApplication_()
 {
     EC4.Close();
     Assert.IsTrue(EC4 != null);
 }
コード例 #2
0
ファイル: Create and send email.cs プロジェクト: ZeroTull/EC4
 public void ThenIHaveClosedAppilcation_()
 {
     EC4.Close();
     Assert.IsTrue(EC4 != null);
 }