Class QtafTestExecutionConfigHelper
java.lang.Object
de.qytera.qtaf.core.config.helper.QtafTestExecutionConfigHelper
Class that provides methods for extracting information about the test execution from the configuration.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanA boolean value that indicates weather failed assertions should finish a running test immediately or if the test should continue.Get all groups that should run.
-
Field Details
-
config
Holds values from JSON configuration files.
-
-
Method Details
-
getTestGroupsFromConfiguration
Get all groups that should run.- Returns:
- List of names of test groups
-
continueOnAssertionFailure
public static boolean continueOnAssertionFailure()A boolean value that indicates weather failed assertions should finish a running test immediately or if the test should continue.- Returns:
- true if tests should continue when assertions fail, false otherwise
-