Class IntegrationTestUtils

java.lang.Object
net.avcompris.commons3.it.utils.IntegrationTestUtils

public abstract class IntegrationTestUtils extends Object
  • Constructor Details

    • IntegrationTestUtils

      public IntegrationTestUtils()
  • Method Details

    • getTestProperty

      public static String getTestProperty(String propertyName) throws IOException
      Retrieve a processed property from the local "env.properties" file.
      Throws:
      IOException
    • getIntTestProperty

      public static int getIntTestProperty(String propertyName) throws IOException
      Retrieve a processed property from the local "env.properties" file.
      Throws:
      IOException
    • getFilteredFile

      public static File getFilteredFile(String fileName) throws IOException
      Throws:
      IOException