Class GeneratorTest

java.lang.Object
de.uni_hildesheim.sse.easy.loader.framework.GeneratorTest

public class GeneratorTest extends Object
A simple testcase for the generation functionality.
Author:
pastuschek
  • Field Details

    • FEATURE_PATH

      private static final File FEATURE_PATH
  • Constructor Details

    • GeneratorTest

      public GeneratorTest()
  • Method Details

    • determineDir

      private static File determineDir(String property, String defaultFolder)
      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.