Package jetbrains.buildServer
Class TestNGUtil
- java.lang.Object
-
- jetbrains.buildServer.TestNGUtil
-
public class TestNGUtil extends Object
Util class for TestNG based tests.- Since:
- 8.0
- Author:
- Vladislav.Rassokhin
-
-
Constructor Summary
Constructors Constructor Description TestNGUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidskip(String description)Allows to skip current test.static voidskipUnderTeamCity(String description)Allows to skip current test.
-
-
-
Method Detail
-
skip
public static void skip(@NotNull String description)Allows to skip current test.- Parameters:
description- why that test should be skipped.- See Also:
SkipException
-
skipUnderTeamCity
public static void skipUnderTeamCity(@NotNull String description)Allows to skip current test.- Parameters:
description- why that test should be skipped.- See Also:
SkipException
-
-