Re: Can maven 1.x run Junit 4 tests ?

2007-08-30 Thread Manali Joshi
gt; > - add an adapter in your tests : > /** > * @return instance of this as Junit test case > */ > public static junit.framework.Test suite () > { > return new JUnit4TestAdapter(IntTestSpringCoherency.class); > } > > http://jira.codehaus.org/brow

Can maven 1.x run Junit 4 tests ?

2007-08-24 Thread Manali Joshi
Hi all, I want to include Junit4 unit tests for my project which uses maven 1.1. Currently, I am getting test failures when I try to run those with the following failure error - Testsuite: com.HibernateMappingsTest Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.328 sec Testcase: warning(