public class ReportUtils extends Object
| Constructor and Description |
|---|
ReportUtils() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBehaviorDrivenTypeName(Class<? extends com.aventstack.extentreports.gherkin.model.IGherkinFormatterModel> bddType) |
String |
getBehaviorDrivenTypeName(com.aventstack.extentreports.model.Test test) |
String |
getMediaSource(com.aventstack.extentreports.model.Media media) |
String |
timeTakenPretty(long time) |
public String getBehaviorDrivenTypeName(Class<? extends com.aventstack.extentreports.gherkin.model.IGherkinFormatterModel> bddType) throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
public String getBehaviorDrivenTypeName(com.aventstack.extentreports.model.Test test) throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
public String timeTakenPretty(long time)
public String getMediaSource(com.aventstack.extentreports.model.Media media)
Copyright © 2022. All rights reserved.