Refactored
This commit is contained in:
9
src/main/java/com/agile611/testng/webdriver/App.java
Normal file
9
src/main/java/com/agile611/testng/webdriver/App.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package com.agile611.testng.webdriver;
|
||||
|
||||
public class App {
|
||||
|
||||
public String getWish() {
|
||||
return "Hello";
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
package com.itnove.trainings.testng.startUsingWebDriver;
|
||||
|
||||
/**
|
||||
* Hello world!
|
||||
*
|
||||
*/
|
||||
public class App {
|
||||
|
||||
public String getWish() {
|
||||
return "Hello";
|
||||
}
|
||||
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
parallel="tests">
|
||||
<test name="all" parallel="classes" thread-count="4" time-out="240000">
|
||||
<packages>
|
||||
<package name="com.itnove.trainings.testng.startUsingWebDriver.*"/>
|
||||
<package name="com.agile611.testng.webdriver.*"/>
|
||||
</packages>
|
||||
</test>
|
||||
</suite>
|
||||
Reference in New Issue
Block a user