Skip to content

Commit 0f779fe

Browse files
authored
Merge pull request #3137 from Philzen/patch-1
Fix typos on `suiteName` and `testName` attributes
2 parents e0a7d5f + 4446295 commit 0f779fe

File tree

1 file changed

+2
-2
lines changed
  • testng-core-api/src/main/java/org/testng/annotations

1 file changed

+2
-2
lines changed

testng-core-api/src/main/java/org/testng/annotations/Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@
139139
String expectedExceptionsMessageRegExp() default ".*";
140140

141141
/**
142-
* The name of the suite this test class should be placed in. This attribute is ignore if @Test is
142+
* The name of the suite this test class should be placed in. This attribute is ignored if @Test is
143143
* not at the class level.
144144
*
145145
* @return the value (default empty)
146146
*/
147147
String suiteName() default "";
148148

149149
/**
150-
* The name of the test this test class should be placed in. This attribute is ignore if @Test is
150+
* The name of the test this test class should be placed in. This attribute is ignored if @Test is
151151
* not at the class level.
152152
*
153153
* @return the value (default empty)

0 commit comments

Comments
 (0)