1 package be
.nikiroo
.utils
.test
;
3 import java
.io
.InputStream
;
5 import be
.nikiroo
.utils
.IOUtils
;
7 class IOUtilsTest
extends TestLauncher
{
8 public IOUtilsTest(String
[] args
) {
9 super("IOUtils test", args
);
11 addTest(new TestCase("openResource") {
13 public void test() throws Exception
{
14 InputStream in
= IOUtils
.openResource("VERSION");
16 "The VERSION file is supposed to be present in the binaries",