Class ReportUtils
- java.lang.Object
-
- com.aventstack.extentreports.viewdefs.ReportUtils
-
public class ReportUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ReportUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBehaviorDrivenTypeName(com.aventstack.extentreports.model.Test test)StringgetBehaviorDrivenTypeName(Class<? extends com.aventstack.extentreports.gherkin.model.IGherkinFormatterModel> bddType)StringgetMediaSource(com.aventstack.extentreports.model.Media media)StringtimeTakenPretty(long time)
-
-
-
Method Detail
-
getBehaviorDrivenTypeName
public String getBehaviorDrivenTypeName(Class<? extends com.aventstack.extentreports.gherkin.model.IGherkinFormatterModel> bddType) throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
getBehaviorDrivenTypeName
public String getBehaviorDrivenTypeName(com.aventstack.extentreports.model.Test test) throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
timeTakenPretty
public String timeTakenPretty(long time)
-
getMediaSource
public String getMediaSource(com.aventstack.extentreports.model.Media media)
-
-