|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.util.TestUtil
public class TestUtil
This class contains useful methods for Tests. Created: 22 juin 2010
| Field Summary | |
|---|---|
static java.lang.String |
TESTS_DATA_DEFAULT_DIR
|
| Constructor Summary | |
|---|---|
TestUtil()
|
|
| Method Summary | |
|---|---|
static java.io.File |
createDefaultTestsDataDirectory()
Create a directory in target directory for maven projects. |
static java.io.File |
createTestsDataDirectory(java.lang.String dirName)
Create a directory in target directory for maven projects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TESTS_DATA_DEFAULT_DIR
| Constructor Detail |
|---|
public TestUtil()
| Method Detail |
|---|
public static java.io.File createDefaultTestsDataDirectory()
TESTS_DATA_DEFAULT_DIR
createTestsDataDirectory(String)public static java.io.File createTestsDataDirectory(java.lang.String dirName)
dirName. This directory will be useful
to put all data created during tests.
dirName - name of the directory to create
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||