Uses of Class
com.aventstack.extentreports.ExtentTest
Packages that use ExtentTest
-
Uses of ExtentTest in com.aventstack.extentreports
Methods in com.aventstack.extentreports that return ExtentTestModifier and TypeMethodDescriptionExtentTest.addScreenCaptureFromBase64String(String base64) ExtentTest.addScreenCaptureFromBase64String(String base64, String title) ExtentTest.addScreenCaptureFromPath(String path) ExtentTest.addScreenCaptureFromPath(String path, String title) ExtentTest.assignAuthor(String... author) Assigns an authorExtentTest.assignCategory(String... category) Assigns a category or groupExtentTest.assignDevice(String... device) Assign a deviceExtentTest.createNode(GherkinKeyword gherkinKeyword, String name) ExtentTest.createNode(GherkinKeyword gherkinKeyword, String name, String description) ExtentTest.createNode(Class<? extends IGherkinFormatterModel> type, String name) Creates a BDD-style node representing one of theIGherkinFormatterModelclasses such as:FeatureBackgroundScenarioGivenWhenThenAndExtentTest.createNode(Class<? extends IGherkinFormatterModel> type, String name, String description) Creates a BDD-style node with description representing one of theIGherkinFormatterModelclasses:FeatureBackgroundScenarioGivenWhenThenAndExtentTest.createNode(String name) Creates a nodeExtentTest.createNode(String name, String description) Creates a node with descriptionExtentReports.createTest(GherkinKeyword gherkinKeyword, String testName) ExtentReports.createTest(GherkinKeyword gherkinKeyword, String name, String description) ExtentReports.createTest(Class<? extends IGherkinFormatterModel> type, String name) Creates a BDD-style test representing one of theIGherkinFormatterModelclasses such as:FeatureBackgroundScenarioGivenWhenThenAndButExtentReports.createTest(Class<? extends IGherkinFormatterModel> type, String name, String description) Creates a BDD-style test with description representing one of theIGherkinFormatterModelclasses such as:FeatureBackgroundScenarioGivenWhenThenAndButExtentReports.createTest(String name) Creates a testExtentReports.createTest(String name, String description) Creates a test with descriptionLogs an event withStatus.FAILand customMarkupsuch as: Code block Label TableLogs an event withStatus.FAILandScreenCaptureLogs an eventStatus.FAILwith detailsLogs anStatus.FAILevent with details and a media object:ScreenCaptureLogs an event withStatus.FAILand exceptionLogs anStatus.FAILevent with an exception and a media object:ScreenCaptureExtentTest.generateLog(Status status, Markup markup) Create a non-standard log with details.ExtentTest.generateLog(Status status, String details) Create a non-standard log with details.Logs an event withStatus.INFOand customMarkupsuch as: Code block Label TableLogs an event withStatus.INFOandScreenCaptureLogs an event withStatus.INFOwith detailsLogs anStatus.INFOevent with details and a media object:ScreenCaptureLogs an event withStatus.INFOand exceptionLogs anStatus.INFOevent with an exception and a media object:ScreenCaptureLogs an event withStatus, details and a media object:ScreenCaptureLogs an event withStatusand detailsLogs an event withStatus, details and a media object:ScreenCaptureLogs an event withStatus, details and a media object:ScreenCaptureLogs an event withStatusand exceptionLogs an event withStatus, an exception and a media object:ScreenCaptureLogs an event withStatus.PASSand customMarkupsuch as: Code block Label TableLogs an event withStatus.PASSandScreenCaptureLogs an eventStatus.PASSwith detailsLogs anStatus.PASSevent with details and a media object:ScreenCaptureLogs an event withStatus.PASSand exceptionLogs anStatus.PASSevent with an exception and a media object:ScreenCaptureLogs an event withStatus.SKIPand customMarkupsuch as: Code block Label TableLogs an event withStatus.SKIPandScreenCaptureLogs an eventStatus.SKIPwith detailsLogs an event withStatus.SKIPand exceptionLogs anStatus.SKIPevent with an exception and a media object:ScreenCaptureLogs an event withStatus.WARNINGand customMarkupsuch as: Code block Label TableLogs an event withStatus.WARNINGandScreenCaptureLogs an eventStatus.WARNINGwith detailsLogs anStatus.WARNINGevent with an exception and a media object:ScreenCaptureLogs an event withStatus.WARNINGand exceptionLogs anStatus.WARNINGevent with an exception and a media object:ScreenCaptureMethods in com.aventstack.extentreports with parameters of type ExtentTest -
Uses of ExtentTest in com.aventstack.extentreports.append
Methods in com.aventstack.extentreports.append with parameters of type ExtentTestModifier and TypeMethodDescriptionvoidRawEntityConverter.createDomain(Test test, ExtentTest extentTest)