Class GeneratorTest
java.lang.Object
de.uni_hildesheim.sse.easy.loader.framework.GeneratorTest
A simple testcase for the generation functionality.
- Author:
- pastuschek
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static FiledetermineDir(String property, String defaultFolder) Determines folders, which should be used during testing.voidThe actual major testcase.
-
Field Details
-
FEATURE_PATH
-
-
Constructor Details
-
GeneratorTest
public GeneratorTest()
-
-
Method Details
-
determineDir
Determines folders, which should be used during testing.- Parameters:
property- A system property to specify the directory from outside.defaultFolder- A folder relative to this project. Will only be used if no property was used.- Returns:
- A folder which can be used for testing.
-
testGenAutomatic
public void testGenAutomatic()The actual major testcase.
-