Package com.github.angleshq.angles.util
Class AnglesReporterUtils
- java.lang.Object
-
- com.github.angleshq.angles.util.AnglesReporterUtils
-
public class AnglesReporterUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description AnglesReporterUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetAnglesPropertyFromSystem(String property)static StringgetAnglesPropertyFromSystem(String property, Boolean mandatory)static AnglesReporterInterfacegetAnglesReporter()static StringgetComponent()static StringgetEnvironment()static StringgetPhase()static StringgetRunName()static StringgetTeam()static AnglesReporterInterfaceinitialiseAnglesTestParameters()
-
-
-
Method Detail
-
initialiseAnglesTestParameters
public static AnglesReporterInterface initialiseAnglesTestParameters() throws AnglesPropertyNotGivenException
- Throws:
AnglesPropertyNotGivenException
-
getAnglesPropertyFromSystem
public static String getAnglesPropertyFromSystem(String property) throws AnglesPropertyNotGivenException
- Throws:
AnglesPropertyNotGivenException
-
getAnglesPropertyFromSystem
public static String getAnglesPropertyFromSystem(String property, Boolean mandatory) throws AnglesPropertyNotGivenException
- Throws:
AnglesPropertyNotGivenException
-
getAnglesReporter
public static AnglesReporterInterface getAnglesReporter()
-
getRunName
public static String getRunName()
-
getTeam
public static String getTeam()
-
getComponent
public static String getComponent()
-
getEnvironment
public static String getEnvironment()
-
getPhase
public static String getPhase()
-
-