File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
testng-core-api/src/main/java/org/testng/annotations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments