Skip navigation links
A B C E F G H I L M N O P R S T V W 

A

AbstractReporter - Class in com.aventstack.extentreports.reporter
 
AbstractReporter() - Constructor for class com.aventstack.extentreports.reporter.AbstractReporter
 
add(Log) - Method in class com.aventstack.extentreports.model.LogStructure
 
add(Test) - Method in class com.aventstack.extentreports.model.NodeStructure
 
addScreenCaptureFromPath(String, String) - Method in class com.aventstack.extentreports.ExtentTest
 
addScreenCaptureFromPath(String) - Method in class com.aventstack.extentreports.ExtentTest
 
addScreenCaptureFromPath(String, String) - Method in interface com.aventstack.extentreports.model.IAddsMedia
Adds a snapshot to the test or log with title
addScreenCaptureFromPath(String) - Method in interface com.aventstack.extentreports.model.IAddsMedia
Adds a snapshot to test or log
And - Class in com.aventstack.extentreports.gherkin.model
 
And() - Constructor for class com.aventstack.extentreports.gherkin.model.And
 
assignAuthor(String) - Method in class com.aventstack.extentreports.ExtentTest
Assigns an author
assignCategory(String) - Method in class com.aventstack.extentreports.ExtentTest
Assigns a category or group
attachReporter(ExtentReporter...) - Method in class com.aventstack.extentreports.ExtentReports
Attach a ExtentReporter reporter, allowing it to access all started tests, nodes and logs
Author - Class in com.aventstack.extentreports.model
 
Author() - Constructor for class com.aventstack.extentreports.model.Author
 

B

Background - Class in com.aventstack.extentreports.gherkin.model
 
Background() - Constructor for class com.aventstack.extentreports.gherkin.model.Background
 
BasicFileConfiguration - Class in com.aventstack.extentreports.reporter.configuration
Common configuration for file reporters: ExtentHtmlReporter
BasicFileConfiguration() - Constructor for class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
 
BasicFileReporter - Class in com.aventstack.extentreports.reporter
 
BasicFileReporter() - Constructor for class com.aventstack.extentreports.reporter.BasicFileReporter
 

C

capitalize(String) - Static method in class com.aventstack.extentreports.utils.StringUtil
 
Category - Class in com.aventstack.extentreports.model
 
Category() - Constructor for class com.aventstack.extentreports.model.Category
 
categoryContext - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
ChartLocation - Enum in com.aventstack.extentreports.reporter.configuration
 
close() - Method in class com.aventstack.extentreports.ExtentReports
 
com.aventstack.extentreports - package com.aventstack.extentreports
 
com.aventstack.extentreports.configuration - package com.aventstack.extentreports.configuration
 
com.aventstack.extentreports.gherkin.model - package com.aventstack.extentreports.gherkin.model
 
com.aventstack.extentreports.markuputils - package com.aventstack.extentreports.markuputils
 
com.aventstack.extentreports.mediastorage - package com.aventstack.extentreports.mediastorage
 
com.aventstack.extentreports.model - package com.aventstack.extentreports.model
 
com.aventstack.extentreports.reporter - package com.aventstack.extentreports.reporter
 
com.aventstack.extentreports.reporter.configuration - package com.aventstack.extentreports.reporter.configuration
 
com.aventstack.extentreports.utils - package com.aventstack.extentreports.utils
 
com.aventstack.extentreports.viewdefs - package com.aventstack.extentreports.viewdefs
 
Config - Class in com.aventstack.extentreports.configuration
 
Config() - Constructor for class com.aventstack.extentreports.configuration.Config
 
config() - Method in class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
config() - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
configContext - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
ConfigLoader - Class in com.aventstack.extentreports.configuration
 
ConfigLoader(URL) - Constructor for class com.aventstack.extentreports.configuration.ConfigLoader
 
ConfigLoader(File) - Constructor for class com.aventstack.extentreports.configuration.ConfigLoader
 
ConfigMap - Class in com.aventstack.extentreports.configuration
 
ConfigMap() - Constructor for class com.aventstack.extentreports.configuration.ConfigMap
 
configMap - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
containsKey(String) - Method in class com.aventstack.extentreports.configuration.ConfigMap
 
createCodeBlock(String) - Static method in class com.aventstack.extentreports.markuputils.MarkupHelper
 
createLabel(String, ExtentColor) - Static method in class com.aventstack.extentreports.markuputils.MarkupHelper
 
createNode(String, String) - Method in class com.aventstack.extentreports.ExtentTest
Creates a node with description
createNode(Class<? extends IGherkinFormatterModel>, String, String) - Method in class com.aventstack.extentreports.ExtentTest
Creates a BDD-style node with description representing one of the IGherkinFormatterModel classes such as: Feature Background Scenario Given When Then And
createNode(Class<? extends IGherkinFormatterModel>, String) - Method in class com.aventstack.extentreports.ExtentTest
Creates a BDD-style node representing one of the IGherkinFormatterModel classes such as: Feature Background Scenario Given When Then And
createNode(GherkinKeyword, String, String) - Method in class com.aventstack.extentreports.ExtentTest
Creates a BDD-style node with description using name of the Gherkin model such as: Feature Background Scenario Given When Then And
createNode(GherkinKeyword, String) - Method in class com.aventstack.extentreports.ExtentTest
Creates a BDD-style node using name of the Gherkin model such as: Feature Background Scenario Given When Then And
createNode(String) - Method in class com.aventstack.extentreports.ExtentTest
Creates a node
createTable(String[][]) - Static method in class com.aventstack.extentreports.markuputils.MarkupHelper
 
createTest(Class<? extends IGherkinFormatterModel>, String, String) - Method in class com.aventstack.extentreports.ExtentReports
Creates a BDD-style test with description representing one of the IGherkinFormatterModel classes such as: Feature Background Scenario Given When Then And
createTest(Class<? extends IGherkinFormatterModel>, String) - Method in class com.aventstack.extentreports.ExtentReports
Creates a BDD-style test representing one of the IGherkinFormatterModel classes such as: Feature Background Scenario Given When Then And
createTest(GherkinKeyword, String, String) - Method in class com.aventstack.extentreports.ExtentReports
Creates a BDD-style test with description using name of the Gherkin model such as: Feature Background Scenario Given When Then And
createTest(GherkinKeyword, String) - Method in class com.aventstack.extentreports.ExtentReports
Creates a BDD-style test using name of the Gherkin model such as: Feature Background Scenario Given When Then And
createTest(String, String) - Method in class com.aventstack.extentreports.ExtentReports
Creates a test with description
createTest(String) - Method in class com.aventstack.extentreports.ExtentReports
Creates a test

E

end() - Method in class com.aventstack.extentreports.model.Test
 
endTime - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
error(String) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event Status.ERROR with details
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
exceptionContext - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
ExceptionInfo - Class in com.aventstack.extentreports.model
 
ExceptionInfo() - Constructor for class com.aventstack.extentreports.model.ExceptionInfo
 
ExceptionTestContext - Class in com.aventstack.extentreports.model
 
ExceptionTestContext(ExceptionInfo) - Constructor for class com.aventstack.extentreports.model.ExceptionTestContext
 
ExceptionTestContextImpl - Class in com.aventstack.extentreports
 
ExceptionTestContextImpl() - Constructor for class com.aventstack.extentreports.ExceptionTestContextImpl
 
ExceptionUtil - Class in com.aventstack.extentreports.utils
 
ExtentColor - Enum in com.aventstack.extentreports.markuputils
 
ExtentHtmlReporter - Class in com.aventstack.extentreports.reporter
The ExtentHtmlReporter creates a rich standalone HTML file.
ExtentHtmlReporter(File) - Constructor for class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
ExtentHtmlReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
ExtentHtmlReporterConfiguration - Class in com.aventstack.extentreports.reporter.configuration
Defines configuration settings for the HTML reporter
ExtentHtmlReporterConfiguration() - Constructor for class com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration
 
ExtentReporter - Interface in com.aventstack.extentreports
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
 
ExtentTest - Class in com.aventstack.extentreports
Defines a test.
ExtentTestInterruptedException - Exception in com.aventstack.extentreports
 
ExtentTestInterruptedException(Throwable) - Constructor for exception com.aventstack.extentreports.ExtentTestInterruptedException
 
ExtentTestInterruptedException(String) - Constructor for exception com.aventstack.extentreports.ExtentTestInterruptedException
 
ExtentTestInterruptedException(String, Throwable) - Constructor for exception com.aventstack.extentreports.ExtentTestInterruptedException
 
ExtentXReporter - Class in com.aventstack.extentreports.reporter
ExtentXReporter is a NoSQL database reporter (MongoDB by default), which updates information in the database which is then used by the ExtentX server to display in-depth analysis.
ExtentXReporter(String) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(String, MongoClientOptions) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(String, int) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(MongoClientURI) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(ServerAddress) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(List<ServerAddress>) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(List<ServerAddress>, List<MongoCredential>) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(List<ServerAddress>, List<MongoCredential>, MongoClientOptions) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(List<ServerAddress>, MongoClientOptions) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(ServerAddress, List<MongoCredential>) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(ServerAddress, List<MongoCredential>, MongoClientOptions) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporter(ServerAddress, MongoClientOptions) - Constructor for class com.aventstack.extentreports.reporter.ExtentXReporter
 
ExtentXReporterConfiguration - Class in com.aventstack.extentreports.reporter.configuration
Defines configuration settings for the ExtentX reporter
ExtentXReporterConfiguration() - Constructor for class com.aventstack.extentreports.reporter.configuration.ExtentXReporterConfiguration
 

F

fail(String) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event Status.FAIL with details
fail(Throwable) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.FAIL and exception
fail(Markup) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.FAIL and custom Markup such as: Code block Label Table
fatal(String) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event Status.FATAL with details
fatal(Throwable) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.FATAL and exception
fatal(Markup) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.FATAL and custom Markup such as: Code block Label Table
Feature - Class in com.aventstack.extentreports.gherkin.model
 
Feature() - Constructor for class com.aventstack.extentreports.gherkin.model.Feature
 
filePath - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
FileUtil - Class in com.aventstack.extentreports.utils
 
FileUtil() - Constructor for class com.aventstack.extentreports.utils.FileUtil
 
flush() - Method in interface com.aventstack.extentreports.ExtentReporter
 
flush() - Method in class com.aventstack.extentreports.ExtentReports
Writes test information from the started reporters to their output view ExtentHtmlReporter - creates or appends to an HTML file ExtentXReporter - updates database ExtentEmailReporter - creates or appends to an HTML file ExtentLogger - no action taken
flush() - Method in class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
flush() - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 

G

get(int) - Method in class com.aventstack.extentreports.model.LogStructure
 
get(int) - Method in class com.aventstack.extentreports.model.NodeStructure
 
getAll() - Method in class com.aventstack.extentreports.model.LogStructure
 
getAll() - Method in class com.aventstack.extentreports.model.NodeStructure
 
getAttribute() - Method in class com.aventstack.extentreports.model.TestAttributeTestContext
 
getAuthorList() - Method in class com.aventstack.extentreports.model.Test
 
getBehaviorDrivenType() - Method in class com.aventstack.extentreports.model.Test
 
getCategoryContextInfo() - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
getCategoryList() - Method in class com.aventstack.extentreports.model.Test
 
getCategoryTestContextList() - Method in class com.aventstack.extentreports.TestAttributeTestContextProvider
 
getChartVisibilityOnOpen() - Method in class com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration
 
getChildCount() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getChildCountError() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getChildCountFail() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getChildCountFatal() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getChildCountInfo() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getChildCountPass() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getChildCountSkip() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getChildCountUnknown() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getChildCountWarning() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getConfigContext() - Method in class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
getConfigList() - Method in class com.aventstack.extentreports.configuration.ConfigMap
 
getConfigurationHash() - Method in class com.aventstack.extentreports.configuration.ConfigLoader
 
getCSS() - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
 
getDescription() - Method in class com.aventstack.extentreports.model.Media
 
getDescription() - Method in class com.aventstack.extentreports.model.Test
 
getDescription() - Method in class com.aventstack.extentreports.model.TestAttribute
 
getDetails() - Method in class com.aventstack.extentreports.model.Log
 
getDocumentTitle() - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
 
getEncoding() - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
 
getEndTime() - Method in class com.aventstack.extentreports.model.Test
 
getEndTime() - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
getException() - Method in class com.aventstack.extentreports.model.ExceptionInfo
 
getExceptionContextInfo() - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
getExceptionHeadline(Throwable) - Static method in class com.aventstack.extentreports.utils.ExceptionUtil
 
getExceptionInfo() - Method in class com.aventstack.extentreports.model.ExceptionTestContext
 
getExceptionInfoList() - Method in class com.aventstack.extentreports.model.Test
 
getExceptionName() - Method in class com.aventstack.extentreports.model.ExceptionInfo
 
getExceptionTestContextList() - Method in class com.aventstack.extentreports.ExceptionTestContextImpl
 
getExtension(File) - Static method in class com.aventstack.extentreports.utils.FileUtil
 
getExtension(String) - Static method in class com.aventstack.extentreports.utils.FileUtil
 
getFailed() - Method in class com.aventstack.extentreports.model.TestAttributeTestContext
 
getFileNameWithoutExtension(File) - Static method in class com.aventstack.extentreports.utils.FileUtil
 
getFileNameWithoutExtension(String) - Static method in class com.aventstack.extentreports.utils.FileUtil
 
getFilePath() - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
 
getGrandChildCount() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getGrandChildCountError() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getGrandChildCountFail() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getGrandChildCountFatal() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getGrandChildCountInfo() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getGrandChildCountPass() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getGrandChildCountSkip() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getGrandChildCountUnknown() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getGrandChildCountWarning() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getHierarchicalName() - Method in class com.aventstack.extentreports.model.Test
 
getIcon(Status) - Method in class com.aventstack.extentreports.viewdefs.Icon
 
getID() - Method in class com.aventstack.extentreports.model.Test
 
getId(Document) - Static method in class com.aventstack.extentreports.utils.MongoUtil
 
getInstance() - Static method in class com.aventstack.extentreports.utils.Writer
 
getIterator() - Method in class com.aventstack.extentreports.model.LogStructure
 
getIterator() - Method in class com.aventstack.extentreports.model.NodeStructure
 
getJS() - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
 
getKey() - Method in class com.aventstack.extentreports.configuration.Config
 
getLevel() - Method in class com.aventstack.extentreports.model.Test
 
getLogContext() - Method in class com.aventstack.extentreports.model.Test
 
getManager(String) - Method in class com.aventstack.extentreports.mediastorage.MediaStorageManagerFactory
 
getMarkup() - Method in interface com.aventstack.extentreports.markuputils.Markup
 
getMarkup() - Method in class com.aventstack.extentreports.model.Log
 
getMediaType() - Method in class com.aventstack.extentreports.model.Media
 
getModel() - Method in class com.aventstack.extentreports.ExtentTest
Returns the underlying test which controls the internal model
getName() - Method in class com.aventstack.extentreports.model.Media
 
getName() - Method in class com.aventstack.extentreports.model.SystemAttribute
 
getName() - Method in class com.aventstack.extentreports.model.Test
 
getName() - Method in class com.aventstack.extentreports.model.TestAttribute
 
getName() - Method in class com.aventstack.extentreports.model.TestAttributeTestContext
 
getNodeContext() - Method in class com.aventstack.extentreports.model.Test
 
getObjectId() - Method in class com.aventstack.extentreports.model.Media
 
getObjectId() - Method in class com.aventstack.extentreports.model.Test
 
getOthers() - Method in class com.aventstack.extentreports.model.TestAttributeTestContext
 
getParent() - Method in class com.aventstack.extentreports.model.Test
 
getParentCount() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getParentCountError() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getParentCountFail() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getParentCountFatal() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getParentCountPass() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getParentCountSkip() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getParentCountUnknown() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getParentCountWarning() - Method in class com.aventstack.extentreports.SessionStatusStats
 
getPassed() - Method in class com.aventstack.extentreports.model.TestAttributeTestContext
 
getPath() - Method in class com.aventstack.extentreports.model.Media
 
getProjectName() - Method in class com.aventstack.extentreports.reporter.configuration.ExtentXReporterConfiguration
 
getProtocol() - Method in class com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration
 
getReportObjectId() - Method in class com.aventstack.extentreports.model.Media
 
getReportObjectId() - Method in class com.aventstack.extentreports.reporter.configuration.ExtentXReporterConfiguration
 
getRunDuration() - Method in class com.aventstack.extentreports.model.Test
 
getRunDuration() - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
getScreenCaptureList() - Method in class com.aventstack.extentreports.model.Test
 
getSequence() - Method in class com.aventstack.extentreports.model.Log
 
getSequence() - Method in class com.aventstack.extentreports.model.Media
 
getServerUrl() - Method in class com.aventstack.extentreports.reporter.configuration.ExtentXReporterConfiguration
 
getSource() - Method in class com.aventstack.extentreports.model.ScreenCapture
 
getStackTrace() - Method in class com.aventstack.extentreports.model.ExceptionInfo
 
getStackTrace(Throwable) - Static method in class com.aventstack.extentreports.utils.ExceptionUtil
 
getStartTime() - Method in class com.aventstack.extentreports.model.Test
 
getStartTime() - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
getStatus() - Method in class com.aventstack.extentreports.ExtentTest
Provides the current run status of the test or node
getStatus() - Method in class com.aventstack.extentreports.model.Log
 
getStatus() - Method in class com.aventstack.extentreports.model.Test
 
getStatusCount() - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
getStatusHierarchy() - Static method in enum com.aventstack.extentreports.Status
Returns the hierarchical list of status, in the below order: FATAL FAIL ERROR WARNING SKIP PASS INFO
getStepName() - Method in class com.aventstack.extentreports.model.Log
 
getSystemAttributeContext() - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
getSystemAttributeList() - Method in class com.aventstack.extentreports.SystemAttributeContext
 
getTestList() - Method in class com.aventstack.extentreports.model.ExceptionTestContext
 
getTestList() - Method in class com.aventstack.extentreports.model.TestAttributeTestContext
 
getTestList() - Method in class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
getTestList() - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
getTestObjectId() - Method in class com.aventstack.extentreports.model.Media
 
getTestRunnerLogs() - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
getTestViewChartLocation() - Method in class com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration
 
getTheme() - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
 
getTimestamp() - Method in class com.aventstack.extentreports.model.Log
 
getValue() - Method in class com.aventstack.extentreports.configuration.Config
 
getValue(String) - Method in class com.aventstack.extentreports.configuration.ConfigMap
 
GherkinKeyword - Class in com.aventstack.extentreports
 
GherkinKeyword(String) - Constructor for class com.aventstack.extentreports.GherkinKeyword
 
Given - Class in com.aventstack.extentreports.gherkin.model
 
Given() - Constructor for class com.aventstack.extentreports.gherkin.model.Given
 

H

hasAuthor() - Method in class com.aventstack.extentreports.model.Test
 
hasCategory() - Method in class com.aventstack.extentreports.model.Test
 
hasChildren() - Method in class com.aventstack.extentreports.model.Test
 
hasEnded() - Method in class com.aventstack.extentreports.model.Test
 
hasException() - Method in class com.aventstack.extentreports.model.Test
 
hasLogs() - Method in class com.aventstack.extentreports.model.Test
 
hasMedia() - Method in class com.aventstack.extentreports.model.Test
 

I

IAddsMedia - Interface in com.aventstack.extentreports.model
 
Icon - Class in com.aventstack.extentreports.viewdefs
 
Icon() - Constructor for class com.aventstack.extentreports.viewdefs.Icon
 
IGherkinFormatterModel - Interface in com.aventstack.extentreports.gherkin.model
 
info(String) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event Status.INFO with details
info(Throwable) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.INFO and exception
info(Markup) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.INFO and custom Markup such as: Code block Label Table
init(String) - Method in interface com.aventstack.extentreports.mediastorage.MediaStorage
 
InvalidFileException - Exception in com.aventstack.extentreports
 
InvalidFileException() - Constructor for exception com.aventstack.extentreports.InvalidFileException
 
InvalidFileException(Throwable) - Constructor for exception com.aventstack.extentreports.InvalidFileException
 
InvalidFileException(String) - Constructor for exception com.aventstack.extentreports.InvalidFileException
 
InvalidFileException(String, Throwable) - Constructor for exception com.aventstack.extentreports.InvalidFileException
 
IReport - Interface in com.aventstack.extentreports
 
IReporterConfiguration - Interface in com.aventstack.extentreports.reporter.configuration
 
isBehaviorDrivenType() - Method in class com.aventstack.extentreports.model.Test
 
isChildNode() - Method in class com.aventstack.extentreports.model.Test
 

L

levels - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
loadConfig(Properties) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
loadConfig(InputStream) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
loadConfig(String) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
loadXMLConfig(String) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
loadXMLConfig(File) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
log(Status, String) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status and details
log(Status, Markup) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status and custom Markup such as: Code block Label Table
log(Status, Throwable) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status and exception
Log - Class in com.aventstack.extentreports.model
 
Log() - Constructor for class com.aventstack.extentreports.model.Log
 
LogStructure - Class in com.aventstack.extentreports.model
 

M

Markup - Interface in com.aventstack.extentreports.markuputils
 
MarkupHelper - Class in com.aventstack.extentreports.markuputils
 
MarkupHelper() - Constructor for class com.aventstack.extentreports.markuputils.MarkupHelper
 
Media - Class in com.aventstack.extentreports.model
 
Media() - Constructor for class com.aventstack.extentreports.model.Media
 
MediaStorage - Interface in com.aventstack.extentreports.mediastorage
 
MediaStorageManagerFactory - Class in com.aventstack.extentreports.mediastorage
 
MediaStorageManagerFactory() - Constructor for class com.aventstack.extentreports.mediastorage.MediaStorageManagerFactory
 
MediaType - Enum in com.aventstack.extentreports.model
 
MongoUtil - Class in com.aventstack.extentreports.utils
 
MongoUtil() - Constructor for class com.aventstack.extentreports.utils.MongoUtil
 

N

NodeStructure - Class in com.aventstack.extentreports.model
 

O

onAuthorAssigned(Test, Author) - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
 
onAuthorAssigned(Test, Author) - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
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.BasicFileReporter
 
onCategoryAssigned(Test, Category) - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
onCategoryAssigned(Test, Category) - Method in interface com.aventstack.extentreports.TestListener
Invoked each time a category is assigned to any test/node
onLogAdded(Test, Log) - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
 
onLogAdded(Test, Log) - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
onLogAdded(Test, Log) - Method in interface com.aventstack.extentreports.TestListener
Invoked each time a log is added to any test/node
onNodeStarted(Test) - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
 
onNodeStarted(Test) - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
onNodeStarted(Test) - Method in interface com.aventstack.extentreports.TestListener
Invoked when a node is started using createNode(args)
onScreenCaptureAdded(Test, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
 
onScreenCaptureAdded(Test, ScreenCapture) - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
onScreenCaptureAdded(Test, ScreenCapture) - Method in interface com.aventstack.extentreports.TestListener
Invoked each time a screencapture is added
onTestStarted(Test) - Method in class com.aventstack.extentreports.reporter.BasicFileReporter
 
onTestStarted(Test) - Method in class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
onTestStarted(Test) - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
onTestStarted(Test) - Method in interface com.aventstack.extentreports.TestListener
Invoked when a test is started using createTest(args)
override(Status, String) - Method in class com.aventstack.extentreports.viewdefs.Icon
 

P

pass(String) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event Status.PASS with details
pass(Throwable) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.PASS and exception
pass(Markup) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.PASS and custom Markup such as: Code block Label Table
Protocol - Enum in com.aventstack.extentreports.reporter.configuration
 

R

readAllText(String) - Static method in class com.aventstack.extentreports.utils.Reader
 
readAllText(File) - Static method in class com.aventstack.extentreports.utils.Reader
 
Reader - Class in com.aventstack.extentreports.utils
 
ReportAggregatesListener - Interface in com.aventstack.extentreports
Allows sharing of aggregates/collections to be shared with the started reporter.

S

sc - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
Scenario - Class in com.aventstack.extentreports.gherkin.model
 
Scenario() - Constructor for class com.aventstack.extentreports.gherkin.model.Scenario
 
ScreenCapture - Class in com.aventstack.extentreports.model
 
ScreenCapture() - Constructor for class com.aventstack.extentreports.model.ScreenCapture
 
SessionStatusStats - Class in com.aventstack.extentreports
 
SessionStatusStats(List<Test>) - Constructor for class com.aventstack.extentreports.SessionStatusStats
 
setAttributeContext(T, Test) - Method in class com.aventstack.extentreports.TestAttributeTestContextProvider
 
setAuthor(TestAttribute) - Method in class com.aventstack.extentreports.model.Test
 
setBehaviorDrivenType(IGherkinFormatterModel) - Method in class com.aventstack.extentreports.model.Test
 
setBehaviorDrivenType(Class<? extends IGherkinFormatterModel>) - Method in class com.aventstack.extentreports.model.Test
 
setCategory(TestAttribute) - Method in class com.aventstack.extentreports.model.Test
 
setCategoryContextInfo(TestAttributeTestContextProvider<Category>) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
Allows sharing the complete list of category and associated tests with the reporter
setCategoryContextInfo(TestAttributeTestContextProvider<Category>) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
setChartVisibilityOnOpen(boolean) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration
For ExtentHtmlReporter, sets the configuration to allow viewing or hiding charts on report open
setConfig(Config) - Method in class com.aventstack.extentreports.configuration.ConfigMap
 
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
 
setDescription(String) - Method in class com.aventstack.extentreports.model.TestAttribute
 
setDetails(String) - Method in class com.aventstack.extentreports.model.Log
 
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.reporter.AbstractReporter
 
setException(Throwable) - Method in class com.aventstack.extentreports.model.ExceptionInfo
 
setExceptionContext(ExceptionInfo, Test) - Method in class com.aventstack.extentreports.ExceptionTestContextImpl
 
setExceptionContextInfo(ExceptionTestContextImpl) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
Allows sharing the complete list of exceptions and associated tests with the reporter
setExceptionContextInfo(ExceptionTestContextImpl) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
setExceptionInfo(ExceptionInfo) - Method in class com.aventstack.extentreports.model.Test
 
setExceptionName(String) - Method in class com.aventstack.extentreports.model.ExceptionInfo
 
setFilePath(String) - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
Sets file-path of the report file
setFilePath(File) - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
 
setJS(String) - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
Adds custom JavaScript
setKey(String) - Method in class com.aventstack.extentreports.configuration.Config
 
setLevel(int) - Method in class com.aventstack.extentreports.model.Test
 
setMarkup(Markup) - Method in class com.aventstack.extentreports.model.Log
 
setMediaType(MediaType) - Method in class com.aventstack.extentreports.model.Media
 
setName(String) - Method in class com.aventstack.extentreports.model.Media
 
setName(String) - Method in class com.aventstack.extentreports.model.SystemAttribute
 
setName(String) - Method in class com.aventstack.extentreports.model.Test
 
setName(String) - Method in class com.aventstack.extentreports.model.TestAttribute
 
setObjectId(ObjectId) - Method in class com.aventstack.extentreports.model.Media
 
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
 
setProjectName(String) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentXReporterConfiguration
Sets the project name.
setProtocol(Protocol) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration
Sets the protocol of accessing CSS/JS resources from CDN
setReportObjectId(ObjectId) - Method in class com.aventstack.extentreports.model.Media
 
setReportObjectId(ObjectId) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentXReporterConfiguration
Set the report id, in case of appending the current execution to an existing run in ExtentX
setReportObjectId(String) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentXReporterConfiguration
 
setScreenCapture(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
 
setServerUrl(String) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentXReporterConfiguration
Set the URL of the ExtentX server
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.reporter.AbstractReporter
 
setStatus(Status) - Method in class com.aventstack.extentreports.model.Log
 
setStatus(Status) - Method in class com.aventstack.extentreports.model.Test
 
setStatusCount(SessionStatusStats) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
Passes the stats of the run session for all possible levels: Features/Tests Scenarios/Logs Steps
setStatusCount(SessionStatusStats) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
setStepName(String) - Method in class com.aventstack.extentreports.model.Log
 
setSystemAttribute(SystemAttribute) - Method in class com.aventstack.extentreports.SystemAttributeContext
 
setSystemAttributeContext(SystemAttributeContext) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
Passes all system information to the reporter
setSystemAttributeContext(SystemAttributeContext) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
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.ExceptionTestContext
 
setTest(Test) - Method in class com.aventstack.extentreports.model.TestAttributeTestContext
 
setTestList(List<Test>) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
Allows sharing the complete list of tests with the reporter
setTestList(List<Test>) - Method in class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
setTestList(List<Test>) - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
setTestObjectId(ObjectId) - Method in class com.aventstack.extentreports.model.Media
 
setTestRunnerLogs(List<String>) - Method in interface com.aventstack.extentreports.ReportAggregatesListener
Passes the complete list of logs to the reporter
setTestRunnerLogs(List<String>) - Method in class com.aventstack.extentreports.reporter.AbstractReporter
 
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)
setTestViewChartLocation(ChartLocation) - Method in class com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration
For ExtentHtmlReporter, sets the location of charts
setTheme(Theme) - Method in class com.aventstack.extentreports.reporter.configuration.BasicFileConfiguration
Sets the Theme of the report
setTimestamp(Date) - Method in class com.aventstack.extentreports.model.Log
 
setValue(Object) - Method in class com.aventstack.extentreports.configuration.Config
 
size() - Method in class com.aventstack.extentreports.model.LogStructure
 
skip(String) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event Status.SKIP with details
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
start() - Method in interface com.aventstack.extentreports.ExtentReporter
Starts passing run information to the reporter
start() - Method in class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
start() - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
startTime - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
Status - Enum in com.aventstack.extentreports
List of allowed status for Log
stop() - Method in interface com.aventstack.extentreports.ExtentReporter
Stops the reporter.
stop() - Method in class com.aventstack.extentreports.reporter.ExtentHtmlReporter
 
stop() - Method in class com.aventstack.extentreports.reporter.ExtentXReporter
 
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() - Constructor for class com.aventstack.extentreports.model.SystemAttribute
 
systemAttributeContext - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
SystemAttributeContext - Class in com.aventstack.extentreports
 
SystemAttributeContext() - Constructor for class com.aventstack.extentreports.SystemAttributeContext
 

T

templateMap - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
Test - Class in com.aventstack.extentreports.model
 
Test() - Constructor for class com.aventstack.extentreports.model.Test
 
TestAttribute - Class in com.aventstack.extentreports.model
 
TestAttribute() - Constructor for class com.aventstack.extentreports.model.TestAttribute
 
TestAttributeTestContext<T extends TestAttribute> - Class in com.aventstack.extentreports.model
 
TestAttributeTestContext(T) - Constructor for class com.aventstack.extentreports.model.TestAttributeTestContext
 
TestAttributeTestContextProvider<T extends TestAttribute> - Class in com.aventstack.extentreports
 
TestAttributeTestContextProvider() - Constructor for class com.aventstack.extentreports.TestAttributeTestContextProvider
 
testList - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
TestListener - Interface in com.aventstack.extentreports
Listener methods invoked when an event occurs in the report: A test or node is started A category or author is added A media object is added etc.
testRunnerLogs - Variable in class com.aventstack.extentreports.reporter.AbstractReporter
 
Theme - Enum in com.aventstack.extentreports.reporter.configuration
Available themes for the HTML reporter
Then - Class in com.aventstack.extentreports.gherkin.model
 
Then() - Constructor for class com.aventstack.extentreports.gherkin.model.Then
 
toString() - Method in enum com.aventstack.extentreports.Status
 
trackLastRunStatus() - Method in class com.aventstack.extentreports.model.Test
 

V

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.model.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aventstack.extentreports.reporter.configuration.ChartLocation
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.Status
Returns the enum constant of this type with the specified name.
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.model.MediaType
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.ChartLocation
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.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(String) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event Status.WARNING with details
warning(Throwable) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.WARNING and exception
warning(Markup) - Method in class com.aventstack.extentreports.ExtentTest
Logs an event with Status.WARNING and custom Markup such as: Code block Label Table
When - Class in com.aventstack.extentreports.gherkin.model
 
When() - Constructor for class com.aventstack.extentreports.gherkin.model.When
 
write(File, String) - Method in class com.aventstack.extentreports.utils.Writer
 
Writer - Class in com.aventstack.extentreports.utils
 
A B C E F G H I L M N O P R S T V W 
Skip navigation links

Copyright © 2016. All Rights Reserved.