All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.dagere.kopeme.runnables.TestRunnable Maven / Gradle / Ivy

package de.dagere.kopeme.runnables;


public interface TestRunnable {

   /**
    * Returns the test Runnable
    * 
    * @return Test-Runnable
    */
   public KoPeMeThrowingRunnable getTestRunnable();

   /**
    * Returns the runnable, that should be run before the test
    * 
    * @return Before-Runnable
    */
   public KoPeMeThrowingRunnable getBeforeRunnable();

   /**
    * Returns the runnable, that should be run after the test
    * 
    * @return After-Runnable
    */
   public KoPeMeThrowingRunnable getAfterRunnable();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy