New Utils main classes + ImageUtils fixes
[nikiroo-utils.git] / src / be / nikiroo / utils / test / Test.java
index 4f20182093dc08eb7dbb5ac49c7d094d264f8d93..7fe9bbc7c7a1c488e2fd2b1c56eff0ef0fd39f48 100644 (file)
@@ -1,5 +1,10 @@
 package be.nikiroo.utils.test;
 
+import be.nikiroo.utils.Cache;
+import be.nikiroo.utils.Downloader;
+import be.nikiroo.utils.main.StartImageUtils;
+import be.nikiroo.utils.main.StartStringUtils;
+
 /**
  * Tests for nikiroo-utils.
  * 
@@ -23,6 +28,15 @@ public class Test extends TestLauncher {
                addSeries(new SerialTest(args));
                addSeries(new SerialServerTest(args));
                addSeries(new StringUtilsTest(args));
+               addSeries(new TempFilesTest(args));
+
+               // TODO: test cache and downloader
+               Cache cache = null;
+               Downloader downloader = null;
+
+               // To include the sources:
+               StartImageUtils siu;
+               StartStringUtils ssu;
        }
 
        /**