SAM33 / jbox2d

Automatically exported from code.google.com/p/jbox2d
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

easily add tests to the testbed w/o having to download source #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Testbed is for testing.  why can't you add your own tests without downloading 
the source?  We need to fix this so you can just plop the jar in your 
dependencies, make your own test, and run it in the testbed.

Original issue reported on code.google.com by toucansa...@gmail.com on 21 Jul 2011 at 9:01

GoogleCodeExporter commented 8 years ago
Working in trunk, still need to test.

Original comment by toucansa...@gmail.com on 27 Jul 2011 at 5:30

GoogleCodeExporter commented 8 years ago
Can't you just do this, or am I thinking of something else?
public static void main(String[] args)
{
    TestList.tests.add(0, new ManyBreakable());
    TestbedMain.main(args);
}

Original comment by kylesief...@gmail.com on 29 Jul 2011 at 3:03

GoogleCodeExporter commented 8 years ago
that's true haha.  this will be a little more clean though.

Original comment by toucansa...@gmail.com on 31 Jul 2011 at 11:32

GoogleCodeExporter commented 8 years ago
Finished for next release.

Original comment by toucansa...@gmail.com on 31 Jul 2011 at 11:59