|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.util.TestUtil
@Deprecated public class TestUtil
TODO tchemit 2010-08-25 : Why a Test thing is here ? Move it to the test and expose nuiton-utils with a test classifier. This class contains useful methods for Tests. Created: 22 juin 2010
| Field Summary | |
|---|---|
static String |
TESTS_DATA_DEFAULT_DIR
Deprecated. |
| Constructor Summary | |
|---|---|
TestUtil()
Deprecated. |
|
| Method Summary | |
|---|---|
static File |
createDefaultTestsDataDirectory()
Deprecated. Create a directory in target directory for maven projects. |
static File |
createTestsDataDirectory(String dirName)
Deprecated. Create a directory in target directory for maven projects. |
static File |
getBaseDir()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TESTS_DATA_DEFAULT_DIR
| Constructor Detail |
|---|
public TestUtil()
| Method Detail |
|---|
public static File createDefaultTestsDataDirectory()
TESTS_DATA_DEFAULT_DIR
createTestsDataDirectory(String)public static File createTestsDataDirectory(String dirName)
dirName. This directory will be useful
to put all data created during tests.
dirName - name of the directory to create
public static File getBaseDir()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||