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 - Provide an ability to run custom test set
Summary: Provide an ability to run custom test set
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 08:36 UTC by Andrey Yamkovoy
Modified: 2013-05-07 11:20 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 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