Skip to content

Commit f3aa7bc

Browse files
The sample how should it work#2
1 parent 38cbe3a commit f3aa7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3-
<suite thread-count="2" name="Suite" parallel="classes" verbose="1">
3+
<suite thread-count="2" name="Suite" parallel="methods" verbose="1">
44
<test name="Test">
55
<classes>
66
<class name="com.test.classes.TestNGMethodSelector">

0 commit comments

Comments
 (0)