which version of exam are you using ? Because this was a known bug in earlier versions. Current stable is 1.2.0 Of you want to be top notch, its 2.0-SNAPSHOT. But nothing beyond 1.2 is recommended - for obvious reasons. Toni
On Tue, Mar 2, 2010 at 1:49 PM, Leon <[email protected]> wrote: > Hello, everyone! > I am faced with some problem. Test cases from base classe work incorrectly. > The easiest way to explain is example. > We have following classes: > class A { > > @Test > public void testA() { > > ... > > assertTrue(false); > > ... > > } > > } > @RunWith( JUnit4TestRunner.class ) > class B extends A { > > @Configuration > public static Option[] configuration() > { > > ... > > } > > } > If we start testing of B class we will see that method testA() from class A > unexpectedly finished successfully. How I can fix such behaviour? > Thanks in advance. > -- > Leonid > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > -- Toni Menzel Independent Software Developer Professional Profile: http://okidokiteam.com [email protected] http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
