-
Moved: http://github.com/KentBeck/junit/issues/#issue/38.
2009-10-27 09:43:51 UTC in JUnit
-
Moved: http://github.com/KentBeck/junit/issues/#issue/39.
2009-10-27 09:43:12 UTC in JUnit
-
Sorry: this bug applies to JUnit 4.7 (release)
2009-09-29 11:20:23 UTC in JUnit
-
(I was not sure how to formulate the summary...)
This issue is also related to these JUnit bugs:
* "CompositeRunner.filter incorrect if child throws NoTestsRema" - ID: 1815188
* "Sorters and Filters are ignored in 4.5" - ID: 2008607
When using a filter on a composite test, i.e. ParentRunner and below, the filtering happens in two steps:
1. Partial filtering on composite test based on...
2009-09-29 08:39:21 UTC in JUnit
-
Of course one could make a composite Filter, but the old behaviour and the API seem to show that this limitation is not on purpose.
The Bug "ID: 2094316" ("Request.filterWith has bizarre behavior") is kind of related, but does not point to the main problem in my mind.
Moreover, the filtering is carried out too often in my mind (we are using filters for a range of QA/TA related aspects)...
2009-09-25 09:52:31 UTC in JUnit
-
In the course of upgrading from JUnit 4.4 to JUnit 4.7 I stumbled over this bug:
@Test
public void testMultipleFilters() throws Exception {
JUnitCore junitCore = new JUnitCore();
Request request = Request.aClass(ExampleTest.class);
Request requestFiltered = request.filterWith(new SingleMethodNameFilter("test1"));
Request requestFilteredFiltered =...
2009-09-25 09:39:24 UTC in JUnit
-
At least with wxWidgets 2.8.7, but presumably much earlier the (optional) assertion failure interruption handling of wx applications under test does not work as expected anymore: a minor refactoring in wx needs to be applied to the class WxGuiTestApp -- OnAssert(...) is now called OnAssertFailure(..., func, ...) with an additional parameter.
2009-01-11 00:10:23 UTC in wxGuiTesting
-
reinholdfuerede committed revision 80 to the wxGuiTesting SVN repository, changing 1 files.
2008-02-20 08:53:02 UTC in wxGuiTesting
-
reinholdfuerede committed revision 79 to the wxGuiTesting SVN repository, changing 1 files.
2008-02-16 16:51:17 UTC in wxGuiTesting
-
reinholdfuerede committed revision 74 to the wxGuiTesting SVN repository, changing 1 files.
2008-01-28 12:27:51 UTC in wxGuiTesting