- enableOfflineMode(Boolean) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration
-
Creates the HTML report, saving all resources (css, js, fonts) in the same
location, so the report can be viewed without an internet connection
- enableOfflineMode(Boolean) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentLoggerReporterConfiguration
-
Creates the HTML report, saving all resources (css, js, fonts) in the same
location, so the report can be viewed without an internet connection
- enableOfflineMode(Boolean) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentSparkReporterConfiguration
-
Creates the HTML report, saving all resources (css, js, fonts) in the same
location, so the report can be viewed without an internet connection
- enableTimeline(boolean) - Method in class com.aventstack.extentreports.reporter.configuration.RichViewReporterConfiguration
-
Enable or disable the Timeline section in the Dashboard view
- end() - Method in class com.aventstack.extentreports.model.Test
-
- enforceOfflineMode() - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
-
- error(String, MediaEntityModelProvider) - Method in class com.aventstack.extentreports.ExtentTest
-
Logs an
Status.ERROR event with an exception and a media object:
ScreenCapture
- error(String) - Method in class com.aventstack.extentreports.ExtentTest
-
Logs an event Status.ERROR with details
- error(Throwable, MediaEntityModelProvider) - Method in class com.aventstack.extentreports.ExtentTest
-
Logs an
Status.ERROR event with an exception and a media object:
ScreenCapture
- error(Throwable) - Method in class com.aventstack.extentreports.ExtentTest
-
Logs an event with Status.ERROR and exception
- error(Markup) - Method in class com.aventstack.extentreports.ExtentTest
-
Logs an event with
Status.ERROR and custom
Markup such
as:
Code block
Label
Table
- ExceptionInfo - Class in com.aventstack.extentreports.model
-
- ExceptionInfo() - Constructor for class com.aventstack.extentreports.model.ExceptionInfo
-
- ExceptionTestContext - Class in com.aventstack.extentreports.model.context
-
- ExceptionTestContext(ExceptionInfo) - Constructor for class com.aventstack.extentreports.model.context.ExceptionTestContext
-
- ExceptionTestContextStore - Class in com.aventstack.extentreports.model.context
-
Provides and tracks the collection of tests segregated by the type of
Exception
- ExceptionTestContextStore() - Constructor for class com.aventstack.extentreports.model.context.ExceptionTestContextStore
-
- ExceptionUtil - Class in com.aventstack.extentreports.utils
-
- extendConfig(Map<String, Object>) - Method in class com.aventstack.extentreports.configuration.ConfigurationStore
-
- extendConfig(ConfigurationStore) - Method in class com.aventstack.extentreports.configuration.ConfigurationStore
-
- ExtentAventReporter - Class in com.aventstack.extentreports.reporter
-
The ExtentHtmlReporter creates a rich standalone HTML file.
- ExtentAventReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentAventReporter
-
- ExtentAventReporter(File) - Constructor for class com.aventstack.extentreports.reporter.ExtentAventReporter
-
- ExtentBDDReporter - Class in com.aventstack.extentreports.reporter
-
The ExtentHtmlReporter creates a rich standalone HTML file.
- ExtentBDDReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentBDDReporter
-
- ExtentBDDReporter(File) - Constructor for class com.aventstack.extentreports.reporter.ExtentBDDReporter
-
- ExtentCardsReporter - Class in com.aventstack.extentreports.reporter
-
The ExtentHtmlReporter creates a rich standalone HTML file.
- ExtentCardsReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentCardsReporter
-
- ExtentCardsReporter(File) - Constructor for class com.aventstack.extentreports.reporter.ExtentCardsReporter
-
- ExtentColor - Enum in com.aventstack.extentreports.markuputils
-
- ExtentEmailReporter - Class in com.aventstack.extentreports.reporter
-
The ExtentHtmlReporter creates a rich standalone HTML file.
- ExtentEmailReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentEmailReporter
-
- ExtentEmailReporter(File) - Constructor for class com.aventstack.extentreports.reporter.ExtentEmailReporter
-
- ExtentHtmlReporter - Class in com.aventstack.extentreports.reporter
-
The ExtentSparkReporter creates a rich standalone spark file.
- ExtentHtmlReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentHtmlReporter
-
- ExtentHtmlReporter(File) - Constructor for class com.aventstack.extentreports.reporter.ExtentHtmlReporter
-
- ExtentHtmlReporterConfiguration - Class in com.aventstack.extentreports.reporter.configuration
-
Defines configuration settings for the Spark reporter
- ExtentHtmlReporterConfiguration(ExtentHtmlReporter) - Constructor for class com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration
-
- ExtentKlovReporter - Class in com.aventstack.extentreports.reporter
-
ExtentKlovReporter is a NoSQL database reporter (MongoDB), which updates
information in the database which is then used by the ExtentX server to
display in-depth analysis.
- ExtentKlovReporter() - Constructor for class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
Initializes the KlovReporter
- ExtentKlovReporter(String, String) - Constructor for class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
Initializes the KlovReporter with project and report names
- ExtentLoggerReporter - Class in com.aventstack.extentreports.reporter
-
The ExtentHtmlReporter creates a rich standalone HTML file.
- ExtentLoggerReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentLoggerReporter
-
- ExtentLoggerReporter(File) - Constructor for class com.aventstack.extentreports.reporter.ExtentLoggerReporter
-
- ExtentLoggerReporterConfiguration - Class in com.aventstack.extentreports.reporter.configuration
-
Defines configuration settings for the HTML reporter
- ExtentLoggerReporterConfiguration(AbstractReporter) - Constructor for class com.aventstack.extentreports.reporter.configuration.ExtentLoggerReporterConfiguration
-
- ExtentReporter - Interface in com.aventstack.extentreports.reporter
-
Primary interface implemented by each reporter.
- ExtentReports - Class in com.aventstack.extentreports
-
The ExtentReports report client for starting reporters and building reports.
- ExtentReports() - Constructor for class com.aventstack.extentreports.ExtentReports
-
- ExtentSparkReporter - Class in com.aventstack.extentreports.reporter
-
The ExtentSparkReporter creates a rich standalone spark file.
- ExtentSparkReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentSparkReporter
-
- ExtentSparkReporter(File) - Constructor for class com.aventstack.extentreports.reporter.ExtentSparkReporter
-
- ExtentSparkReporter(String, ViewStyle) - Constructor for class com.aventstack.extentreports.reporter.ExtentSparkReporter
-
- ExtentSparkReporter(File, ViewStyle) - Constructor for class com.aventstack.extentreports.reporter.ExtentSparkReporter
-
- ExtentSparkReporterConfiguration - Class in com.aventstack.extentreports.reporter.configuration
-
Defines configuration settings for the Spark reporter
- ExtentSparkReporterConfiguration(ExtentSparkReporter) - Constructor for class com.aventstack.extentreports.reporter.configuration.ExtentSparkReporterConfiguration
-
- ExtentTabularReporter - Class in com.aventstack.extentreports.reporter
-
The ExtentHtmlReporter creates a rich standalone HTML file.
- ExtentTabularReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentTabularReporter
-
- ExtentTabularReporter(File) - Constructor for class com.aventstack.extentreports.reporter.ExtentTabularReporter
-
- ExtentTest - Class in com.aventstack.extentreports
-
Defines a test.
- OfflineResxDelegate - Class in com.aventstack.extentreports.offline
-
- OfflineResxDelegate() - Constructor for class com.aventstack.extentreports.offline.OfflineResxDelegate
-
- onAuthorAssigned(Test, Author) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- onAuthorAssigned(Test, Author) - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- onAuthorAssigned(Test, Author) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- onAuthorAssigned(Test, Author) - Method in interface com.aventstack.extentreports.reporter.TestListener
-
Invoked each time an author is assigned to any test/node
- onAuthorAssigned(Test, Author) - Method in interface com.aventstack.extentreports.TestListener
-
Invoked each time an author is assigned to any test/node
- onCategoryAssigned(Test, Category) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- onCategoryAssigned(Test, Category) - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- onCategoryAssigned(Test, Category) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- onCategoryAssigned(Test, Category) - Method in interface com.aventstack.extentreports.reporter.TestListener
-
Invoked each time a category is assigned to any test/node
- onCategoryAssigned(Test, Category) - Method in interface com.aventstack.extentreports.TestListener
-
Invoked each time a category is assigned to any test/node
- onDeviceAssigned(Test, Device) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- onDeviceAssigned(Test, Device) - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- onDeviceAssigned(Test, Device) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- onDeviceAssigned(Test, Device) - Method in interface com.aventstack.extentreports.reporter.TestListener
-
Invoked each time a device is assigned to any test/node
- onDeviceAssigned(Test, Device) - Method in interface com.aventstack.extentreports.TestListener
-
Invoked each time a device is assigned to any test/node
- onLogAdded(Test, Log) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- onLogAdded(Test, Log) - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- onLogAdded(Test, Log) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- onLogAdded(Test, Log) - Method in interface com.aventstack.extentreports.TestListener
-
Invoked each time a log is added to any test/node
- onLogCreated(Test, Log) - Method in interface com.aventstack.extentreports.reporter.TestListener
-
Invoked each time a log is added to any test/node
- onNodeStarted(Test) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- onNodeStarted(Test) - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- onNodeStarted(Test) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- onNodeStarted(Test) - Method in interface com.aventstack.extentreports.reporter.TestListener
-
Invoked when a node is started using createNode()
- onNodeStarted(Test) - Method in interface com.aventstack.extentreports.TestListener
-
Invoked when a node is started using createNode()
- onScreenCaptureAdded(Test, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- onScreenCaptureAdded(Log, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- onScreenCaptureAdded(Test, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
-
- onScreenCaptureAdded(Log, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
-
- onScreenCaptureAdded(Test, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- onScreenCaptureAdded(Log, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- onScreenCaptureAdded(Test, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- onScreenCaptureAdded(Log, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- onScreenCaptureAdded(Test, ScreenCapture) - Method in interface com.aventstack.extentreports.TestListener
-
Invoked each time a screencapture is added to test
- onScreenCaptureAdded(Log, ScreenCapture) - Method in interface com.aventstack.extentreports.TestListener
-
Invoked each time a screencapture is added to log
- onScreenCaptureCreated(Test, ScreenCapture) - Method in interface com.aventstack.extentreports.reporter.TestListener
-
Invoked each time a screencapture is added to test
- onScreenCaptureCreated(Log, ScreenCapture) - Method in interface com.aventstack.extentreports.reporter.TestListener
-
Invoked each time a screencapture is added to log
- onTestRemoved(Test) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- onTestRemoved(Test) - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- onTestRemoved(Test) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- onTestRemoved(Test) - Method in interface com.aventstack.extentreports.reporter.TestListener
-
Invoked when a test is removed using removeTest()
- onTestRemoved(Test) - Method in interface com.aventstack.extentreports.TestListener
-
Invoked when a test is removed using removeTest()
- onTestStarted(Test) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- onTestStarted(Test) - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- onTestStarted(Test) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- onTestStarted(Test) - Method in interface com.aventstack.extentreports.reporter.TestListener
-
Invoked when a test is started using createTest()
- onTestStarted(Test) - Method in interface com.aventstack.extentreports.TestListener
-
Invoked when a test is started using createTest()
- override(Status, String) - Method in class com.aventstack.extentreports.viewdefs.Icon
-
- override(Status, String) - Method in class com.aventstack.extentreports.viewdefs.MaterialIcon
-
- override(Status, String) - Method in class com.aventstack.extentreports.viewdefs.TWBSColor
-
- saveOfflineResources(String, String[], String) - Static method in class com.aventstack.extentreports.offline.OfflineResxDelegate
-
- saveOfflineResources(String[], String) - Static method in class com.aventstack.extentreports.offline.OfflineResxDelegate
-
- saveScreenCapture(BasicMongoReportElement, ScreenCapture) - Method in class com.aventstack.extentreports.mediastorage.KlovMediaStorageHandler
-
- Scenario - Class in com.aventstack.extentreports.gherkin.model
-
- Scenario() - Constructor for class com.aventstack.extentreports.gherkin.model.Scenario
-
- ScenarioOutline - Class in com.aventstack.extentreports.gherkin.model
-
- ScenarioOutline() - Constructor for class com.aventstack.extentreports.gherkin.model.ScenarioOutline
-
- ScreenCapture - Class in com.aventstack.extentreports.model
-
- ScreenCapture() - Constructor for class com.aventstack.extentreports.model.ScreenCapture
-
- ScreenCaptureService - Class in com.aventstack.extentreports.model.service
-
- ScreenCaptureService() - Constructor for class com.aventstack.extentreports.model.service.ScreenCaptureService
-
- setAnalysisStrategy(AnalysisStrategy) - Method in class com.aventstack.extentreports.ExtentReports
-
Type of AnalysisStrategy for the reporter.
- setAnalysisStrategy(AnalysisStrategy) - Method in interface com.aventstack.extentreports.IAnalysisStrategyMethod
-
- setAnalysisStrategy(AnalysisStrategy) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- setAppendExisting(Boolean) - Method in interface com.aventstack.extentreports.reporter.ReportAppendable
-
- setAttributeContext(T, Test) - Method in class com.aventstack.extentreports.model.context.TestAttributeTestContextStore
-
- setAuthorContext(AbstractStructure<Attribute>) - Method in class com.aventstack.extentreports.model.Test
-
- setAuthorContext(TestAttributeTestContextStore<Author>) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setAuthorContext(TestAttributeTestContextStore<Author>) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setAuthorContextInfo(TestAttributeTestContextStore<Author>) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
-
Allows sharing the complete list of author and associated tests with the
reporter
- setBase64String(String) - Method in class com.aventstack.extentreports.model.ScreenCapture
-
- setBddType(Class<? extends IGherkinFormatterModel>) - Method in class com.aventstack.extentreports.model.Test
-
- setBsonId(Map<String, ObjectId>) - Method in class com.aventstack.extentreports.model.Media
-
- setCategoryContext(AbstractStructure<Attribute>) - Method in class com.aventstack.extentreports.model.Test
-
- setCategoryContext(TestAttributeTestContextStore<Category>) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setCategoryContext(TestAttributeTestContextStore<Category>) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setCategoryContextInfo(TestAttributeTestContextStore<Category>) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
-
Allows sharing the complete list of category and associated tests with the
reporter
- setCSS(String) - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
-
Sets CSS to be used to customize the look and feel of your report
- setDescription(String) - Method in class com.aventstack.extentreports.model.Media
-
- setDescription(String) - Method in class com.aventstack.extentreports.model.Test
-
- setDetails(String) - Method in class com.aventstack.extentreports.model.Log
-
- setDeviceContext(AbstractStructure<Attribute>) - Method in class com.aventstack.extentreports.model.Test
-
- setDeviceContext(TestAttributeTestContextStore<Device>) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setDeviceContext(TestAttributeTestContextStore<Device>) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setDeviceContextInfo(TestAttributeTestContextStore<Device>) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
-
Allows sharing the complete list of device and associated tests with the
reporter
- setDocumentTitle(String) - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
-
Sets the document title denoted by the title tag
- setEncoding(String) - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
-
Sets file encoding, eg: UTF-8
- setEndTime(Date) - Method in class com.aventstack.extentreports.model.Test
-
- setEndTime(Date) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setEndTime(Date) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setEndTime(Date) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- setExceptionContext(ExceptionInfo, Test) - Method in class com.aventstack.extentreports.model.context.ExceptionTestContextStore
-
- setExceptionContext(ExceptionTestContextStore) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setExceptionContext(ExceptionTestContextStore) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setExceptionContextInfo(ExceptionTestContextStore) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
-
Allows sharing the complete list of exceptions and associated tests with the
reporter
- setExceptionInfo(ExceptionInfo) - Method in class com.aventstack.extentreports.model.Log
-
- setExceptionInfoContext(AbstractStructure<ExceptionInfo>) - Method in class com.aventstack.extentreports.model.Test
-
- setExceptionName(String) - Method in class com.aventstack.extentreports.model.ExceptionInfo
-
- setExtent(ExtentReports) - Method in class com.aventstack.extentreports.model.Test
-
- setFilePath(String) - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
-
- setFileSize(long) - Method in class com.aventstack.extentreports.model.Media
-
- setGherkinDialect(String) - Method in class com.aventstack.extentreports.ExtentReports
-
Allows setting the target language for Gherkin keywords.
- setId(int) - Method in class com.aventstack.extentreports.model.Test
-
- setJS(String) - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
-
Adds custom JavaScript
- setLanguage(String) - Static method in class com.aventstack.extentreports.gherkin.GherkinDialectProvider
-
Sets/changes the default language
- setLevel(int) - Method in class com.aventstack.extentreports.model.Test
-
- setLevel(Status...) - Method in class com.aventstack.extentreports.reporter.configuration.BasicConfiguration
-
- setLogContext(AbstractStructure<Log>) - Method in class com.aventstack.extentreports.model.Test
-
- setMediaCollection(MongoCollection<Document>) - Method in class com.aventstack.extentreports.mediastorage.model.KlovMedia
-
- setName(String) - Method in class com.aventstack.extentreports.model.Attribute
-
- setName(String) - Method in class com.aventstack.extentreports.model.Media
-
- setName(String) - Method in class com.aventstack.extentreports.model.Test
-
- setNodeContext(AbstractStructure<Test>) - Method in class com.aventstack.extentreports.model.Test
-
- setObjectId(ObjectId) - Method in interface com.aventstack.extentreports.model.BasicMongoReportElement
-
- setObjectId(ObjectId) - Method in class com.aventstack.extentreports.model.Log
-
- setObjectId(ObjectId) - Method in class com.aventstack.extentreports.model.Test
-
- setParent(Test) - Method in class com.aventstack.extentreports.model.Test
-
- setPath(String) - Method in class com.aventstack.extentreports.model.Media
-
- setProjectId(ObjectId) - Method in class com.aventstack.extentreports.mediastorage.model.KlovMedia
-
- setProjectName(String) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
Sets the project name
- setProtocol(Protocol) - Method in class com.aventstack.extentreports.reporter.configuration.RichViewReporterConfiguration
-
Sets the protocol of accessing CSS/JS resources from CDN
- setReportId(ObjectId) - Method in class com.aventstack.extentreports.mediastorage.model.KlovMedia
-
- setReportName(String) - Method in class com.aventstack.extentreports.reporter.configuration.BasicConfiguration
-
- setReportName(String) - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
Sets the report name
- setReportStatusStats(ReportStatusStats) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setReportStatusStats(ReportStatusStats) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setReportStatusStats(ReportStatusStats) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
-
Report Status stats of the run session for all possible levels:
Features/Tests
Scenarios/Logs
Steps
- setReportUsesManualConfiguration(boolean) - Method in class com.aventstack.extentreports.ExtentReports
-
Use this setting when building post-execution reports, such as from TestNG
IReporter.
- setResolvedPath(String) - Method in class com.aventstack.extentreports.model.Media
-
- setScreenCaptureContext(AbstractStructure<ScreenCapture>) - Method in class com.aventstack.extentreports.model.Log
-
- setScreenCaptureContext(AbstractStructure<ScreenCapture>) - Method in class com.aventstack.extentreports.model.Test
-
- setSequence(int) - Method in class com.aventstack.extentreports.model.Log
-
- setSequence(int) - Method in class com.aventstack.extentreports.model.Media
-
- setStackTrace(String) - Method in class com.aventstack.extentreports.model.ExceptionInfo
-
- setStartTime(Date) - Method in class com.aventstack.extentreports.model.Test
-
- setStartTime(Date) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setStartTime(Date) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setStartTime(Date) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- setStatus(Status) - Method in class com.aventstack.extentreports.model.Log
-
- setStatus(Status) - Method in class com.aventstack.extentreports.model.Test
-
- setStatusCollection(Collection<Status>) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setStatusCollection(Collection<Status>) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setStatusHierarchy(List<Status>) - Method in class com.aventstack.extentreports.StatusConfigurator
-
- setStatusList(List<Status>) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
-
A distinct list of status assigned to tests
- setSystemAttribute(SystemAttribute) - Method in class com.aventstack.extentreports.model.context.SystemAttributeContext
-
- setSystemAttributeContext(SystemAttributeContext) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setSystemAttributeContext(SystemAttributeContext) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setSystemAttributeContext(SystemAttributeContext) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
-
Passes all system information to the reporter
- setSystemInfo(String, String) - Method in class com.aventstack.extentreports.ExtentReports
-
Adds any applicable system information to all started reporters
- setTest(Test) - Method in class com.aventstack.extentreports.model.context.ExceptionTestContext
-
- setTest(Test) - Method in class com.aventstack.extentreports.model.context.TestAttributeTestContext
-
- setTest(Test) - Method in class com.aventstack.extentreports.model.Log
-
- setTestList(List<Test>) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setTestList(List<Test>) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setTestList(List<Test>) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
-
Allows sharing the complete list of tests with the reporter
- setTestRunnerLogs(List<String>) - Method in class com.aventstack.extentreports.ReportAggregates
-
- setTestRunnerLogs(List<String>) - Method in class com.aventstack.extentreports.ReportAggregatesBuilder
-
- setTestRunnerLogs(List<String>) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
-
Passes the complete list of logs to the reporter
- setTestRunnerOutput(List<String>) - Method in class com.aventstack.extentreports.ExtentReports
-
Adds logs from test framework tools to the test-runner logs view (if
available in the reporter)
- setTestRunnerOutput(String) - Method in class com.aventstack.extentreports.ExtentReports
-
Adds logs from test framework tools to the test-runner logs view (if
available in the reporter)
- setTheme(Theme) - Method in class com.aventstack.extentreports.reporter.configuration.RichViewReporterConfiguration
-
Sets the
Theme of the report
- setThrowable(Throwable) - Method in class com.aventstack.extentreports.model.ExceptionInfo
-
- setTimestamp(Date) - Method in class com.aventstack.extentreports.model.Log
-
- setTimeStampFormat(String) - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
-
Sets the timestamp format
- setUsesManualConfiguration(boolean) - Method in class com.aventstack.extentreports.model.Test
-
- setValue(String) - Method in class com.aventstack.extentreports.model.Attribute
-
- size() - Method in class com.aventstack.extentreports.model.AbstractStructure
-
- size() - Method in class com.aventstack.extentreports.model.context.TestAttributeTestContext
-
- skip(String, MediaEntityModelProvider) - Method in class com.aventstack.extentreports.ExtentTest
-
- skip(String) - Method in class com.aventstack.extentreports.ExtentTest
-
Logs an event Status.SKIP with details
- skip(Throwable, MediaEntityModelProvider) - Method in class com.aventstack.extentreports.ExtentTest
-
Logs an
Status.SKIP event with an exception and a media object:
ScreenCapture
- skip(Throwable) - Method in class com.aventstack.extentreports.ExtentTest
-
Logs an event with Status.SKIP and exception
- skip(Markup) - Method in class com.aventstack.extentreports.ExtentTest
-
Logs an event with
Status.SKIP and custom
Markup such
as:
Code block
Label
Table
- SourceProvider - Interface in com.aventstack.extentreports
-
Some formatters can provide the source which is also written to file,
for example, Email formatters or reporters.
- start() - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
-
- start() - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- start() - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- start() - Method in interface com.aventstack.extentreports.reporter.ExtentReporter
-
Starts passing run information to the reporter
- start() - Method in class com.aventstack.extentreports.reporter.JsonFormatter
-
- Status - Enum in com.aventstack.extentreports
-
List of allowed status for
Log
- statusConfigurator() - Method in class com.aventstack.extentreports.ReportConfigurator
-
- StatusConfigurator - Class in com.aventstack.extentreports
-
- stop() - Method in class com.aventstack.extentreports.reporter.AbstractReporter
-
- stop() - Method in class com.aventstack.extentreports.reporter.ConsoleLogger
-
- stop() - Method in class com.aventstack.extentreports.reporter.ExtentKlovReporter
-
- stop() - Method in interface com.aventstack.extentreports.reporter.ExtentReporter
-
Stops the reporter.
- storeConfig(String, Object) - Method in class com.aventstack.extentreports.configuration.ConfigurationStore
-
- storeMedia(Media) - Method in class com.aventstack.extentreports.mediastorage.impl.HttpMediaManagerImplKlov
-
- storeMedia(Media) - Method in class com.aventstack.extentreports.mediastorage.LocalMediaStorageHandler
-
- storeMedia(Media) - Method in interface com.aventstack.extentreports.mediastorage.MediaStorage
-
- StringUtil - Class in com.aventstack.extentreports.utils
-
- SystemAttribute - Class in com.aventstack.extentreports.model
-
- SystemAttribute(String) - Constructor for class com.aventstack.extentreports.model.SystemAttribute
-
- SystemAttribute(String, String) - Constructor for class com.aventstack.extentreports.model.SystemAttribute
-
- SystemAttributeContext - Class in com.aventstack.extentreports.model.context
-
A simple key-value pair collection to store System/Environment information
- SystemAttributeContext() - Constructor for class com.aventstack.extentreports.model.context.SystemAttributeContext
-
- valueOf(String) - Static method in enum com.aventstack.extentreports.AnalysisStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aventstack.extentreports.markuputils.CodeLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aventstack.extentreports.markuputils.ExtentColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aventstack.extentreports.reporter.configuration.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aventstack.extentreports.reporter.configuration.Theme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aventstack.extentreports.reporter.configuration.ViewStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aventstack.extentreports.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.aventstack.extentreports.AnalysisStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aventstack.extentreports.markuputils.CodeLanguage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aventstack.extentreports.markuputils.ExtentColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aventstack.extentreports.reporter.configuration.Protocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aventstack.extentreports.reporter.configuration.Theme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aventstack.extentreports.reporter.configuration.ViewStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.aventstack.extentreports.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ViewStyle - Enum in com.aventstack.extentreports.reporter.configuration
-