Class DefaultTestLoader

java.lang.Object
org.citrusframework.common.DefaultTestLoader
All Implemented Interfaces:
TestLoader
Direct Known Subclasses:
JavaTestLoader

public class DefaultTestLoader extends Object implements TestLoader
Default test loader implementation takes case on test names/packages and initializes the test runner if applicable. Also loads the test case and provides it to registered test handlers. This way a test case can be loaded from different sources like Java code, Groovy code, XML, Json, YAML, etc.