Class ExternalTestUtils


  • public class ExternalTestUtils
    extends Object
    Utility methods to be used from external testing facilities like RCPTT and so on.
    • Constructor Detail

      • ExternalTestUtils

        public ExternalTestUtils()
    • Method Detail

      • markTestPhase

        public static final void markTestPhase​(String phase)
        Marks the test case phase via console message.
        Parameters:
        phase - Testing phase name for easier location in logs.