- Data:
- 2009-12-22 10:43:43 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci.Tests/Web/UI
- Pliki:
-
- 1 dodane
- 1 przeniesione
-
. (dodane)
-
AuthenticationTests.cs (przeniesione) (przeniesione from trunk/eCard/eCardMVC/Platnosci.Tests/Web/UIAccountTest.cs) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Tests/Web/UI/AuthenticationTests.cs
r950 r960 2 2 using WatiN.Core; 3 3 4 namespace Platnosci.Tests.Web 4 namespace Platnosci.Tests.Web.UI 5 5 { 6 6 [TestFixture] 7 public class UIAccountTest7 public class AuthenticationTests 8 8 { 9 9 [Test] 10 10 [Category("UI")] 11 public void C heckErrorLogin()11 public void Can_Not_Login_When_Using_InValid_Login_Information() 12 12 { 13 13 var ie = new IE("http://localhost:3646/pl/Account/LogOn"); … … 23 23 [Test] 24 24 [Category("UI")] 25 public void C heckLoginCorrect()25 public void Can_Login_When_Using_Correct_Login_Information() 26 26 { 27 27 var ie = new IE("http://localhost:3646/pl/Account/LogOn");
