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

A

addScenarioLog(String) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Adds an info message to the current scenario
addScreenCaptureFromPath(String) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Adds the screenshot from the given path to the current step
addScreenCaptureFromPath(String, String) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Adds the screenshot from the given path with the given title to the current step
addScreenCast(String) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Adds the screen cast from the given path to the current step
addStepLog(String) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Adds an info message to the current step
after(Match, Result) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
assignAuthor(String...) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Sets the author name for the current scenario

B

background(Background) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
before(Match, Result) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 

C

close() - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
com.vimalselvam.cucumber.listener - package com.vimalselvam.cucumber.listener
This package houses the listener for cucumber reporting and few utilities

D

done() - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 

E

embedding(String, byte[]) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
endOfScenarioLifeCycle(Scenario) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
eof() - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
examples(Examples) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
ExtentCucumberFormatter - Class in com.vimalselvam.cucumber.listener
A cucumber based reporting listener which generates the Extent Report
ExtentCucumberFormatter(File) - Constructor for class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
ExtentProperties - Enum in com.vimalselvam.cucumber.listener
An enum which holds the properties to be set for extent reporter

F

feature(Feature) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 

G

getExtentHtmlReport() - Static method in class com.vimalselvam.cucumber.listener.Reporter
Gets the ExtentHtmlReporter instance created through listener
getExtentReport() - Static method in class com.vimalselvam.cucumber.listener.Reporter
Gets the ExtentReports instance created through the listener
getExtentXServerUrl() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Deprecated.
getKlovProjectName() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets the Klov project name
getKlovReport() - Static method in class com.vimalselvam.cucumber.listener.Reporter
Gets the KlovReporter instance created through listener
getKlovReportName() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets the Klov report name
getKlovServerUrl() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets the Klov server URL
getMongodbDatabase() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets the mongoDB database name to store Klov reports
getMongodbHost() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets if all the results are added to single klov build.
getMongodbPassword() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets the mongoDB user password
getMongodbPort() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets the mongoDB server port number
getMongodbUsername() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets the mongoDB username
getProjectName() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets the project name
getReportPath() - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Gets the report path

L

loadXMLConfig(String) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Loads the XML config file
loadXMLConfig(File) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Loads the XML config file

M

match(Match) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 

R

Reporter - Class in com.vimalselvam.cucumber.listener
This class houses few utilities required for the report
result(Result) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 

S

scenario(Scenario) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
scenarioOutline(ScenarioOutline) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
setExtentXServerUrl(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Deprecated.
setKlovProjectName(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the Klov project name
setKlovReportName(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the Klov report name
setKlovServerUrl(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the Klov server URL
setMongodbDatabase(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the mongoDB database name to store Klov reports
setMongodbHost(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the mongoDB server hostname
setMongodbPassword(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the mongoDB user password No need to set password if mongoDB is not running in --auth mode
setMongodbPort(int) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the mongoDB server port number
setMongodbUsername(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the mongoDB username.
setProjectName(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the project name
setReportPath(String) - Method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Sets the report path
setSystemInfo(String, String) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Sets the system information with the given key value pair
setTestRunnerOutput(List<String>) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Sets the test runner output with the given list of strings
setTestRunnerOutput(String) - Static method in class com.vimalselvam.cucumber.listener.Reporter
Sets the test runner output with the given string
startOfScenarioLifeCycle(Scenario) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
step(Step) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
syntaxError(String, String, List<String>, String, Integer) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 

U

uri(String) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 

V

valueOf(String) - Static method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vimalselvam.cucumber.listener.ExtentProperties
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(String) - Method in class com.vimalselvam.cucumber.listener.ExtentCucumberFormatter
 
A B C D E F G L M R S U V W 
Skip navigation links

Copyright © 2018. All rights reserved.