Interface TestEngine


  • public interface TestEngine
    Since:
    2.7.4
    Author:
    Christoph Deppisch
    • Field Detail

      • LOG

        static final org.slf4j.Logger LOG
        Logger
      • TYPE_RESOLVER

        static final ResourcePathTypeResolver TYPE_RESOLVER
        Default Citrus engine from classpath resource properties
    • Method Detail

      • run

        void run()
        Runs all tests with the given engine.
      • lookup

        static TestEngine lookup​(TestRunConfiguration configuration)
        Resolves engine from resource path lookup. Scans classpath for engine meta information and instantiates engine with respective name given in test run configuration.
        Parameters:
        configuration - the test run configuration used to initialize the engine.
        Returns: