Class ExternalTestUtils

java.lang.Object
com._1c.g5.v8.dt.common.ui.tracing.ExternalTestUtils

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

    • ExternalTestUtils

      public ExternalTestUtils()
  • Method Details

    • 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.