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 Summary
Constructors Constructor Description ExternalTestUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
markTestPhase(String phase)
Marks the test case phase via console message.
-
-
-
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.
-
-