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 188378

Summary: Provide an ability to run custom test set
Product: cnd Reporter: Andrey Yamkovoy <kaktus>
Component: -- Other --Assignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Andrey Yamkovoy 2010-07-05 08:36:31 UTC
The Common Test Runner API was changed to have an ability to rerun custom test sets such as all failed tests, some selected test cases etc.
To support the run of custom test set you need to implement the following methods in your o.n.m.gsf.testrunner.api.RerunHandler implementation:
- boolean enabled(RerunType type) should return true for RerunType.CUSTOM type.
- void rerun(Set<Testcase> tests) should run the tests from the tests set.
Comment 1 Vladimir Voskresensky 2010-09-13 05:55:35 UTC
Nik, let's use new Common Test Runner API features in cnd as well