Interface IUnitTestableService

    • Method Detail

      • runUnitTest

        Throwable runUnitTest()
        Run the service's Unit Test Script if defined for the service, returning null if succeeded or an error if it failed. If there is no 'Unit Test Script' defined, this method will return null.
        Returns:
        an Exception if the test case failed, or null if the test case succeeded or no 'Unit Test Script' defined.
      • getTestLogOutput

        String getTestLogOutput()
        Return the service Unit Test Script logger output.
        Returns:
        the service Unit Test Script logger output
        Since:
        17.10.0