Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit c4ecf44

Browse files
author
tfreitasleal
committed
Rename TestSuite.cs to WisejTests.cs and other minor changes. (#8)
1 parent 351fa90 commit c4ecf44

19 files changed

+156
-162
lines changed

Samples/SimpleDemo/SimpleDemo.Debug.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver.Support.Debug", "
1717
EndProject
1818
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDemo.MSTest.Debug", "SimpleDemo.MSTest\SimpleDemo.MSTest.Debug.csproj", "{12C6E79F-F2AE-4793-BD5F-91AAB08E99B5}"
1919
EndProject
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Readme", "- Readme", "{DAFC4BFA-F8B0-4881-9B17-2ACAEF961C60}"
21+
ProjectSection(SolutionItems) = preProject
22+
..\..\Source\Wisej.Qooxdoo.WebDriver\Readme.txt = ..\..\Source\Wisej.Qooxdoo.WebDriver\Readme.txt
23+
EndProjectSection
24+
EndProject
2025
Global
2126
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2227
Debug|Any CPU = Debug|Any CPU

Samples/SimpleDemo/SimpleDemo.MSTest.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "How to run", "How to run", "{6577A024-4E82-4834-AACD-6653C2D2B7E7}"
1111
ProjectSection(SolutionItems) = preProject
1212
How to run.txt = How to run.txt
13+
SimpleDemo.MSTest\Readme.txt = SimpleDemo.MSTest\Readme.txt
1314
EndProjectSection
1415
EndProject
1516
Global

Samples/SimpleDemo/SimpleDemo.MSTest/Alphabetical.orderedtest

Lines changed: 40 additions & 56 deletions
Large diffs are not rendered by default.

Samples/SimpleDemo/SimpleDemo.MSTest/Chrome.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,61 +66,61 @@ public void C_W01_AskQuitNo()
6666
Driver.Url = "http://localhost:16461/Debug.html";
6767
#endif
6868
ExpectedConditions.TitleIs("Main Page");
69-
TestSuite.W01_AskQuitNo(Driver);
69+
WisejTests.W01_AskQuitNo(Driver);
7070
}
7171

7272
[TestMethod]
7373
public void C_W02_MainPage_customerEditor_Click()
7474
{
75-
TestSuite.W02_MainPage_customerEditor_Click(Driver);
75+
WisejTests.W02_MainPage_customerEditor_Click(Driver);
7676
}
7777

7878
[TestMethod]
7979
public void C_W03_ButtonsWindow_customerEditor_Click()
8080
{
81-
TestSuite.W03_ButtonsWindow_customerEditor_Click(Driver);
81+
WisejTests.W03_ButtonsWindow_customerEditor_Click(Driver);
8282
}
8383

8484
[TestMethod]
8585
public void C_W04_CustomerEditor_customerEditor_LabelContents()
8686
{
87-
TestSuite.W04_CustomerEditor_customerEditor_LabelContents(Driver);
87+
WisejTests.W04_CustomerEditor_customerEditor_LabelContents(Driver);
8888
}
8989

9090
[TestMethod]
9191
public void C_W05_CloseWindow()
9292
{
93-
TestSuite.W05_CloseWindow(Driver);
93+
WisejTests.W05_CloseWindow(Driver);
9494
}
9595

9696
[TestMethod]
9797
public void C_W06_MainPage_customerEditor_Click()
9898
{
99-
TestSuite.W06_MainPage_customerEditor_Click(Driver);
99+
WisejTests.W06_MainPage_customerEditor_Click(Driver);
100100
}
101101

102102
[TestMethod]
103103
public void C_W07_ButtonsWindow_customerEditor_Click()
104104
{
105-
TestSuite.W07_ButtonsWindow_supplierEditor_Click(Driver);
105+
WisejTests.W07_ButtonsWindow_supplierEditor_Click(Driver);
106106
}
107107

108108
[TestMethod]
109109
public void C_W08_CustomerEditor_customerEditor_LabelContents()
110110
{
111-
TestSuite.W08_CustomerEditor_customerEditor_LabelContents(Driver);
111+
WisejTests.W08_CustomerEditor_customerEditor_LabelContents(Driver);
112112
}
113113

114114
[TestMethod]
115115
public void C_W09_CloseWindow()
116116
{
117-
TestSuite.W09_CloseWindow(Driver);
117+
WisejTests.W09_CloseWindow(Driver);
118118
}
119119

120120
[TestMethod]
121121
public void C_W10_AskQuitYes()
122122
{
123-
TestSuite.W10_AskQuitYes(Driver);
123+
WisejTests.W10_AskQuitYes(Driver);
124124
}
125125
}
126126
}

Samples/SimpleDemo/SimpleDemo.MSTest/Edge.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,61 +66,61 @@ public void E_W01_AskQuitNo()
6666
Driver.Url = "http://localhost:16461/Debug.html";
6767
#endif
6868
ExpectedConditions.TitleIs("Main Page");
69-
TestSuite.W01_AskQuitNo(Driver);
69+
WisejTests.W01_AskQuitNo(Driver);
7070
}
7171

7272
[TestMethod]
7373
public void E_W02_MainPage_customerEditor_Click()
7474
{
75-
TestSuite.W02_MainPage_customerEditor_Click(Driver);
75+
WisejTests.W02_MainPage_customerEditor_Click(Driver);
7676
}
7777

7878
[TestMethod]
7979
public void E_W03_ButtonsWindow_customerEditor_Click()
8080
{
81-
TestSuite.W03_ButtonsWindow_customerEditor_Click(Driver);
81+
WisejTests.W03_ButtonsWindow_customerEditor_Click(Driver);
8282
}
8383

8484
[TestMethod]
8585
public void E_W04_CustomerEditor_customerEditor_LabelContents()
8686
{
87-
TestSuite.W04_CustomerEditor_customerEditor_LabelContents(Driver);
87+
WisejTests.W04_CustomerEditor_customerEditor_LabelContents(Driver);
8888
}
8989

9090
[TestMethod]
9191
public void E_W05_CloseWindow()
9292
{
93-
TestSuite.W05_CloseWindow(Driver);
93+
WisejTests.W05_CloseWindow(Driver);
9494
}
9595

9696
[TestMethod]
9797
public void E_W06_MainPage_customerEditor_Click()
9898
{
99-
TestSuite.W06_MainPage_customerEditor_Click(Driver);
99+
WisejTests.W06_MainPage_customerEditor_Click(Driver);
100100
}
101101

102102
[TestMethod]
103103
public void E_W07_ButtonsWindow_customerEditor_Click()
104104
{
105-
TestSuite.W07_ButtonsWindow_supplierEditor_Click(Driver);
105+
WisejTests.W07_ButtonsWindow_supplierEditor_Click(Driver);
106106
}
107107

108108
[TestMethod]
109109
public void E_W08_CustomerEditor_customerEditor_LabelContents()
110110
{
111-
TestSuite.W08_CustomerEditor_customerEditor_LabelContents(Driver);
111+
WisejTests.W08_CustomerEditor_customerEditor_LabelContents(Driver);
112112
}
113113

114114
[TestMethod]
115115
public void E_W09_CloseWindow()
116116
{
117-
TestSuite.W09_CloseWindow(Driver);
117+
WisejTests.W09_CloseWindow(Driver);
118118
}
119119

120120
[TestMethod]
121121
public void E_W10_AskQuitYes()
122122
{
123-
TestSuite.W10_AskQuitYes(Driver);
123+
WisejTests.W10_AskQuitYes(Driver);
124124
}
125125
}
126126
}

Samples/SimpleDemo/SimpleDemo.MSTest/Firefox.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,61 +65,61 @@ public void F_W01_AskQuitNo()
6565
Driver.Url = "http://localhost:16461/Debug.html";
6666
#endif
6767
ExpectedConditions.TitleIs("Main Page");
68-
TestSuite.W01_AskQuitNo(Driver);
68+
WisejTests.W01_AskQuitNo(Driver);
6969
}
7070

7171
[TestMethod]
7272
public void F_W02_MainPage_customerEditor_Click()
7373
{
74-
TestSuite.W02_MainPage_customerEditor_Click(Driver);
74+
WisejTests.W02_MainPage_customerEditor_Click(Driver);
7575
}
7676

7777
[TestMethod]
7878
public void F_W03_ButtonsWindow_customerEditor_Click()
7979
{
80-
TestSuite.W03_ButtonsWindow_customerEditor_Click(Driver);
80+
WisejTests.W03_ButtonsWindow_customerEditor_Click(Driver);
8181
}
8282

8383
[TestMethod]
8484
public void F_W04_CustomerEditor_customerEditor_LabelContents()
8585
{
86-
TestSuite.W04_CustomerEditor_customerEditor_LabelContents(Driver);
86+
WisejTests.W04_CustomerEditor_customerEditor_LabelContents(Driver);
8787
}
8888

8989
[TestMethod]
9090
public void F_W05_CloseWindow()
9191
{
92-
TestSuite.W05_CloseWindow(Driver);
92+
WisejTests.W05_CloseWindow(Driver);
9393
}
9494

9595
[TestMethod]
9696
public void F_W06_MainPage_customerEditor_Click()
9797
{
98-
TestSuite.W06_MainPage_customerEditor_Click(Driver);
98+
WisejTests.W06_MainPage_customerEditor_Click(Driver);
9999
}
100100

101101
[TestMethod]
102102
public void F_W07_ButtonsWindow_customerEditor_Click()
103103
{
104-
TestSuite.W07_ButtonsWindow_supplierEditor_Click(Driver);
104+
WisejTests.W07_ButtonsWindow_supplierEditor_Click(Driver);
105105
}
106106

107107
[TestMethod]
108108
public void F_W08_CustomerEditor_customerEditor_LabelContents()
109109
{
110-
TestSuite.W08_CustomerEditor_customerEditor_LabelContents(Driver);
110+
WisejTests.W08_CustomerEditor_customerEditor_LabelContents(Driver);
111111
}
112112

113113
[TestMethod]
114114
public void F_W09_CloseWindow()
115115
{
116-
TestSuite.W09_CloseWindow(Driver);
116+
WisejTests.W09_CloseWindow(Driver);
117117
}
118118

119119
[TestMethod]
120120
public void F_W10_AskQuitYes()
121121
{
122-
TestSuite.W10_AskQuitYes(Driver);
122+
WisejTests.W10_AskQuitYes(Driver);
123123
}
124124
}
125125
}

Samples/SimpleDemo/SimpleDemo.MSTest/InternetExplorer.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,61 +65,61 @@ public void I_W01_AskQuitNo()
6565
Driver.Url = "http://localhost:16461/Debug.html";
6666
#endif
6767
ExpectedConditions.TitleIs("Main Page");
68-
TestSuite.W01_AskQuitNo(Driver);
68+
WisejTests.W01_AskQuitNo(Driver);
6969
}
7070

7171
[TestMethod]
7272
public void I_W02_MainPage_customerEditor_Click()
7373
{
74-
TestSuite.W02_MainPage_customerEditor_Click(Driver);
74+
WisejTests.W02_MainPage_customerEditor_Click(Driver);
7575
}
7676

7777
[TestMethod]
7878
public void I_W03_ButtonsWindow_customerEditor_Click()
7979
{
80-
TestSuite.W03_ButtonsWindow_customerEditor_Click(Driver);
80+
WisejTests.W03_ButtonsWindow_customerEditor_Click(Driver);
8181
}
8282

8383
[TestMethod]
8484
public void I_W04_CustomerEditor_customerEditor_LabelContents()
8585
{
86-
TestSuite.W04_CustomerEditor_customerEditor_LabelContents(Driver);
86+
WisejTests.W04_CustomerEditor_customerEditor_LabelContents(Driver);
8787
}
8888

8989
[TestMethod]
9090
public void I_W05_CloseWindow()
9191
{
92-
TestSuite.W05_CloseWindow(Driver);
92+
WisejTests.W05_CloseWindow(Driver);
9393
}
9494

9595
[TestMethod]
9696
public void I_W06_MainPage_customerEditor_Click()
9797
{
98-
TestSuite.W06_MainPage_customerEditor_Click(Driver);
98+
WisejTests.W06_MainPage_customerEditor_Click(Driver);
9999
}
100100

101101
[TestMethod]
102102
public void I_W07_ButtonsWindow_customerEditor_Click()
103103
{
104-
TestSuite.W07_ButtonsWindow_supplierEditor_Click(Driver);
104+
WisejTests.W07_ButtonsWindow_supplierEditor_Click(Driver);
105105
}
106106

107107
[TestMethod]
108108
public void I_W08_CustomerEditor_customerEditor_LabelContents()
109109
{
110-
TestSuite.W08_CustomerEditor_customerEditor_LabelContents(Driver);
110+
WisejTests.W08_CustomerEditor_customerEditor_LabelContents(Driver);
111111
}
112112

113113
[TestMethod]
114114
public void I_W09_CloseWindow()
115115
{
116-
TestSuite.W09_CloseWindow(Driver);
116+
WisejTests.W09_CloseWindow(Driver);
117117
}
118118

119119
[TestMethod]
120120
public void I_W10_AskQuitYes()
121121
{
122-
TestSuite.W10_AskQuitYes(Driver);
122+
WisejTests.W10_AskQuitYes(Driver);
123123
}
124124
}
125125
}

Samples/SimpleDemo/SimpleDemo.MSTest/Opera.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,61 +70,61 @@ public void O_W01_AskQuitNo()
7070
Driver.Url = "http://localhost:16461/Debug.html";
7171
#endif
7272
ExpectedConditions.TitleIs("Main Page");
73-
TestSuite.W01_AskQuitNo(Driver);
73+
WisejTests.W01_AskQuitNo(Driver);
7474
}
7575

7676
[TestMethod]
7777
public void O_W02_MainPage_customerEditor_Click()
7878
{
79-
TestSuite.W02_MainPage_customerEditor_Click(Driver);
79+
WisejTests.W02_MainPage_customerEditor_Click(Driver);
8080
}
8181

8282
[TestMethod]
8383
public void O_W03_ButtonsWindow_customerEditor_Click()
8484
{
85-
TestSuite.W03_ButtonsWindow_customerEditor_Click(Driver);
85+
WisejTests.W03_ButtonsWindow_customerEditor_Click(Driver);
8686
}
8787

8888
[TestMethod]
8989
public void O_W04_CustomerEditor_customerEditor_LabelContents()
9090
{
91-
TestSuite.W04_CustomerEditor_customerEditor_LabelContents(Driver);
91+
WisejTests.W04_CustomerEditor_customerEditor_LabelContents(Driver);
9292
}
9393

9494
[TestMethod]
9595
public void O_W05_CloseWindow()
9696
{
97-
TestSuite.W05_CloseWindow(Driver);
97+
WisejTests.W05_CloseWindow(Driver);
9898
}
9999

100100
[TestMethod]
101101
public void O_W06_MainPage_customerEditor_Click()
102102
{
103-
TestSuite.W06_MainPage_customerEditor_Click(Driver);
103+
WisejTests.W06_MainPage_customerEditor_Click(Driver);
104104
}
105105

106106
[TestMethod]
107107
public void O_W07_ButtonsWindow_customerEditor_Click()
108108
{
109-
TestSuite.W07_ButtonsWindow_supplierEditor_Click(Driver);
109+
WisejTests.W07_ButtonsWindow_supplierEditor_Click(Driver);
110110
}
111111

112112
[TestMethod]
113113
public void O_W08_CustomerEditor_customerEditor_LabelContents()
114114
{
115-
TestSuite.W08_CustomerEditor_customerEditor_LabelContents(Driver);
115+
WisejTests.W08_CustomerEditor_customerEditor_LabelContents(Driver);
116116
}
117117

118118
[TestMethod]
119119
public void O_W09_CloseWindow()
120120
{
121-
TestSuite.W09_CloseWindow(Driver);
121+
WisejTests.W09_CloseWindow(Driver);
122122
}
123123

124124
[TestMethod]
125125
public void O_W10_AskQuitYes()
126126
{
127-
TestSuite.W10_AskQuitYes(Driver);
127+
WisejTests.W10_AskQuitYes(Driver);
128128
}
129129
}
130130
}

Samples/SimpleDemo/SimpleDemo.MSTest/SimpleDemo.MSTest.Debug.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<Compile Include="Chrome.cs" />
5353
<Compile Include="Edge.cs" />
5454
<Compile Include="Firefox.cs" />
55-
<Compile Include="TestSuite.cs" />
55+
<Compile Include="WisejTests.cs" />
5656
<Compile Include="Opera.cs" />
5757
<Compile Include="Properties\AssemblyInfo.cs" />
5858
<Compile Include="Utils.AlertBox.cs" />

0 commit comments

Comments
 (0)