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 188373

Summary: Provide an ability to run custom test set
Product: python Reporter: Andrey Yamkovoy <kaktus>
Component: TestingAssignee: Torbjorn Norbye <tor>
Status: CLOSED WONTFIX    
Severity: normal CC: Jenselme
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:

Description Andrey Yamkovoy 2010-07-05 08:25:32 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 Jenselme 2017-06-22 20:48:03 UTC
Tests run are currently very disabled. Will be tested and solved in the rework when we do it. Closing this for now.
Comment 2 Jiri Kovalsky 2017-06-23 08:06:16 UTC
Thanks for your evaluation Julien. Reporter, if you think your issue is still valid and needs to be addressed, don't hesitate to reopen it with additional information. Closing for now.