Class ExternalTestUtils
java.lang.Object
com._1c.g5.v8.dt.common.ui.tracing.ExternalTestUtils
Utility methods to be used from external testing facilities like RCPTT and so on.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final void
markTestPhase
(String phase) Marks the test case phase via console message.
-
Constructor Details
-
ExternalTestUtils
public ExternalTestUtils()
-
-
Method Details
-
markTestPhase
Marks the test case phase via console message.- Parameters:
phase
- Testing phase name for easier location in logs.
-