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

nl.hsac.fitnesse.fixture.slim.web.annotation.TimeoutPolicy Maven / Gradle / Ivy

There is a newer version: 5.3.17
Show newest version
package nl.hsac.fitnesse.fixture.slim.web.annotation;

/**
 * What should be done when element cannot be found.
 */
public enum TimeoutPolicy {
    THROW, STOP_TEST, RETURN_NULL, RETURN_FALSE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy