This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 208132 - Mixed mode
Summary: Mixed mode
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 15:12 UTC by _ gtzabari
Modified: 2012-02-07 15:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2012-02-07 15:12:26 UTC
I wanted to discuss the "mixed mode" feature you added to TestNG. Instead of adding JUnit into the JAR and getting TestNG to run JUnit tests, wouldn't it be more extensible to have each product run its own tests (unaware of the existence of the other)? The idea would be for Netbeans to launch TestNG for TestNG tests and JUnit for JUnit tests (similarly if a user is not using an IDE he's add two separate targets in his build.xml file). This way if some other test framework comes along in the future we don't end up with every framework having to know about everyone else (unnecessary coupling).