Skip navigation links
A C D E F G I L M O R S T U V W 

A

addCustomStyles(String) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Use custom CSS directly for the document to change layout
addCustomStylesheet(String) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Use a custom stylesheet file with CSS
attachScreenshot(String, String) - Method in class com.relevantcodes.extentreports.ExtentReports
Allows attaching a snapshot as a step.
attachScreenshot(String) - Method in class com.relevantcodes.extentreports.ExtentReports
Allows attaching a snapshot as a step.

C

Chart - Enum in com.relevantcodes.extentreports
 
chartTitle(Chart, String) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Allows changing the title of the dashboard charts
com.relevantcodes.extentreports - package com.relevantcodes.extentreports
 
com.relevantcodes.extentreports.markup - package com.relevantcodes.extentreports.markup
 
com.relevantcodes.extentreports.support - package com.relevantcodes.extentreports.support
 
config() - Method in class com.relevantcodes.extentreports.ExtentReports
Returns the DocumentConfig object that allows various configurations to be applied to the report file
createNewFile(String, String) - Static method in class com.relevantcodes.extentreports.support.FileWriterEx
 
createSingleNode(String, String, String) - Static method in class com.relevantcodes.extentreports.markup.MarkupFlag
 
createSingleNode(String, String) - Static method in class com.relevantcodes.extentreports.markup.MarkupFlag
 

D

displayCallerClass - Static variable in class com.relevantcodes.extentreports.LogSettings
 
displayCallerClass(Boolean) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Setting to append the caller class to the log event.
DisplayOrder - Enum in com.relevantcodes.extentreports
 
displayTestHeaders(Boolean) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Deprecated.
DocumentConfig - Class in com.relevantcodes.extentreports.markup
DocumentConfig class for customizing the report layout
DocumentConfig(String) - Constructor for class com.relevantcodes.extentreports.markup.DocumentConfig
 
documentTitle(String) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Change the title of the report file

E

endTest() - Method in class com.relevantcodes.extentreports.ExtentReports
Ends the current toggle level
ExtentReports - Class in com.relevantcodes.extentreports
ExtentReports (by Anshoo Arora) is a HTML reporting library for Selenium WebDriver for Java which is extremely easy to use and creates beautiful execution reports.
ExtentReports() - Constructor for class com.relevantcodes.extentreports.ExtentReports
 

F

FileReaderEx - Class in com.relevantcodes.extentreports.support
 
FileReaderEx() - Constructor for class com.relevantcodes.extentreports.support.FileReaderEx
 
FileWriterEx - Class in com.relevantcodes.extentreports.support
 
FileWriterEx() - Constructor for class com.relevantcodes.extentreports.support.FileWriterEx
 
FontAwesomeIco - Class in com.relevantcodes.extentreports.markup
 
FontAwesomeIco() - Constructor for class com.relevantcodes.extentreports.markup.FontAwesomeIco
 

G

get(Class<?>) - Static method in class com.relevantcodes.extentreports.ExtentReports
 
get(String) - Static method in class com.relevantcodes.extentreports.ExtentReports
 
get(LogStatus) - Static method in class com.relevantcodes.extentreports.markup.FontAwesomeIco
 
get(String) - Static method in class com.relevantcodes.extentreports.markup.MarkupFlag
 
get(String, String, Boolean) - Static method in class com.relevantcodes.extentreports.markup.MarkupFlag
 
getMatch(String, String) - Static method in class com.relevantcodes.extentreports.support.RegexMatcher
 
getNthMatch(String, String, Integer) - Static method in class com.relevantcodes.extentreports.support.RegexMatcher
 
getText(String) - Static method in class com.relevantcodes.extentreports.support.Resources
 
GridType - Enum in com.relevantcodes.extentreports
 

I

img(String) - Static method in class com.relevantcodes.extentreports.markup.MarkupFlag
 
imgSingle(String) - Static method in class com.relevantcodes.extentreports.markup.MarkupFlag
 
init(String, Boolean) - Method in class com.relevantcodes.extentreports.ExtentReports
Initializes the reporting by setting the file-path
init(String, Boolean, DisplayOrder) - Method in class com.relevantcodes.extentreports.ExtentReports
Initializes the reporting by setting the file-path and test DisplayOrder
init(String, Boolean, GridType) - Method in class com.relevantcodes.extentreports.ExtentReports
Initializes the reporting by setting the file-path and GridType
init(String, Boolean, DisplayOrder, GridType) - Method in class com.relevantcodes.extentreports.ExtentReports
Initializes the reporting by setting the file-path, test DisplayOrder and GridType
insertJS(String) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Adds custom scripts to the report

L

log(LogStatus, String, String, String) - Method in class com.relevantcodes.extentreports.ExtentReports
Provides ability to log events for each started test.
log(LogStatus, String, String) - Method in class com.relevantcodes.extentreports.ExtentReports
Overloaded method to allow LogStatus, stepName and details for the log event
log(LogStatus, String) - Method in class com.relevantcodes.extentreports.ExtentReports
Overloaded method to allow only setting the LogStatus and details of the log event
LogLevel - Enum in com.relevantcodes.extentreports
Sets the maximum logging level for the log events ALLOW_ALL: default setting which passes all log events to the report FAIL: Allows FAIL and FATAL events sent to the report WARNING: Allows WARNING and FAIL events to be sent to the report ERROR: Allows ERROR and FAIL events to be sent to the report ERRORS_AND_WARNING: Allows Errors, Warnings and FAIL/FATAL events OFF: No events are allowed to be written to the report
LogSettings - Class in com.relevantcodes.extentreports
 
LogSettings() - Constructor for class com.relevantcodes.extentreports.LogSettings
 
LogStatus - Enum in com.relevantcodes.extentreports
Specifies the log status of the log-event
logTimeFormat - Static variable in class com.relevantcodes.extentreports.LogSettings
 

M

MarkupFlag - Class in com.relevantcodes.extentreports.markup
 
MarkupFlag() - Constructor for class com.relevantcodes.extentreports.markup.MarkupFlag
 

O

override(LogStatus, String) - Static method in class com.relevantcodes.extentreports.markup.FontAwesomeIco
 

R

readAllText(String) - Static method in class com.relevantcodes.extentreports.support.FileReaderEx
 
RegexMatcher - Class in com.relevantcodes.extentreports.support
 
RegexMatcher() - Constructor for class com.relevantcodes.extentreports.support.RegexMatcher
 
renewSystemInfo() - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
 
reportHeadline(String) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Add, remove or modify the report summary
reportTitle(String) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Add, remove or modify the report summary
Resources - Class in com.relevantcodes.extentreports.support
 
Resources() - Constructor for class com.relevantcodes.extentreports.support.Resources
 

S

setImageSize(String) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Sets the size of the attached snapshots by percentage.
setLogLevel(LogLevel) - Method in class com.relevantcodes.extentreports.ExtentReports
This allows a log level for the report.
startTest(String) - Method in class com.relevantcodes.extentreports.ExtentReports
Calling startTest(arg) generates a toggle for the test in the HTML file and adds all log events under this level.
startTest(String, String) - Method in class com.relevantcodes.extentreports.ExtentReports
Calling startTest(arg, arg) generates a toggle for the test in the HTML file and adds all log events under this level.
statusIcon(LogStatus, String) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Choose to use your own icons for log status (PASS, FAIL, WARNING etc.) by choosing one of the icons from Fontawesome website: http://fortawesome.github.io/Font-Awesome/icons/.
Stream - Class in com.relevantcodes.extentreports.support
 
Stream() - Constructor for class com.relevantcodes.extentreports.support.Stream
 

T

toString(InputStream) - Static method in class com.relevantcodes.extentreports.support.Stream
 

U

useExtentFooter(Boolean) - Method in class com.relevantcodes.extentreports.markup.DocumentConfig
Setting to show or hide the default Extent footer By default, this is FALSE

V

valueOf(String) - Static method in enum com.relevantcodes.extentreports.Chart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.relevantcodes.extentreports.DisplayOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.relevantcodes.extentreports.GridType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.relevantcodes.extentreports.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.relevantcodes.extentreports.LogStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.relevantcodes.extentreports.Chart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.relevantcodes.extentreports.DisplayOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.relevantcodes.extentreports.GridType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.relevantcodes.extentreports.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.relevantcodes.extentreports.LogStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(String, String) - Static method in class com.relevantcodes.extentreports.support.FileWriterEx
 
A C D E F G I L M O R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.