public class TestDirq extends Object
| Constructor and Description |
|---|
TestDirq() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
deleteRecursively(File path)
Delete recursively given path.
|
void |
doMain(String[] args)
Execute tests with given command line.
|
static void |
main(String[] args)
Main called from command line.
|
void |
mainSimple(String[] args)
Allow to run a set of tests from unit tests.
|
public static boolean deleteRecursively(File path)
path - path to be removedpublic void mainSimple(String[] args) throws IOException
QueueExceptionQueueExceptionIOExceptionpublic void doMain(String[] args) throws InterruptedException, IOException
args - command line argumentsInterruptedExceptionQueueExceptionIOExceptionpublic static void main(String[] args) throws InterruptedException, IOException
args - given command line argumentsQueueExceptionInterruptedExceptionIOExceptionCopyright © 2015. All rights reserved.