Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.4.3
-
Fix Version/s: None
-
Component/s: TestNG support
-
Labels:None
-
Environment:Sun JDK 1.6.0_16, Maven 2.2.1
-
Complexity:Intermediate
-
Testcase included:yes
-
Number of attachments :
Description
TestNG test is run as JUnit3 test when it inherits from JUnit's TestCase class.
When inheritance is removed, then test is run as TestNG test.
In both cases in Eclipse it is run as TestNG test (BeforeClass and AfterClass are called).