Version | Date | Description |
---|---|---|
2.0.1 | 08/03/2004 | |
2.0 | 25/02/2004 | |
1.1.2 | 16/11/2003 | |
1.1.1 | 05/11/2003 | |
1.1 | xx/09/2003 | |
1.0 | xx/01/2003 |
Type | Changes | By |
---|---|---|
![]() | ByteHelper now use its classloader instead of the System classloader to load classes definition (so ant junit task can now work correctly). | nfrank |
Type | Changes | By |
---|---|---|
![]() | New design. Now rt-tests must extends RemoteTestCase and can be used as normal TestCase by maven, ant (using junit ant Task) or from junit IDE integrations such as Intellij Idea, Eclipse ... (thank's to Ludovic Claude for suggesting me this design). | nfrank |
Type | Changes | By |
---|---|---|
![]() | Add signatures with Class parameters (so you can now use : TestRunner.uploadAndRun(MySSTestCase.class);) | nfrank |
Type | Changes | By |
---|---|---|
![]() | add main method in order to be able to execute test from command line (or ant or maven task). | nfrank |