1 package be
.nikiroo
.utils
.test
;
4 * Tests for nikiroo-utils.
8 public class Test
extends TestLauncher
{
9 public Test(String
[] args
) {
10 super("Nikiroo-utils", args
);
12 addSeries(new BundleTest(args
));
16 * Main entry point of the program.
19 * the arguments passed to the {@link TestLauncher}s.
21 static public void main(String
[] args
) {
22 System
.exit(new Test(args
).launch());