public class ExtentX extends LogSettings implements IReporter
Constructor and Description |
---|
ExtentX() |
ExtentX(List<com.mongodb.ServerAddress> seeds) |
ExtentX(List<com.mongodb.ServerAddress> seeds,
List<com.mongodb.MongoCredential> credentialsList) |
ExtentX(List<com.mongodb.ServerAddress> seeds,
List<com.mongodb.MongoCredential> credentialsList,
com.mongodb.MongoClientOptions options) |
ExtentX(List<com.mongodb.ServerAddress> seeds,
com.mongodb.MongoClientOptions options) |
ExtentX(com.mongodb.MongoClientURI uri) |
ExtentX(com.mongodb.ServerAddress addr) |
ExtentX(com.mongodb.ServerAddress addr,
List<com.mongodb.MongoCredential> credentialsList) |
ExtentX(com.mongodb.ServerAddress addr,
List<com.mongodb.MongoCredential> credentialsList,
com.mongodb.MongoClientOptions options) |
ExtentX(com.mongodb.ServerAddress addr,
com.mongodb.MongoClientOptions options) |
ExtentX(String host) |
ExtentX(String host,
int port) |
ExtentX(String host,
com.mongodb.MongoClientOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
addTest(Test test) |
void |
flush() |
void |
setTestRunnerLogs() |
void |
start(com.relevantcodes.extentreports.Report report) |
void |
stop() |
getLogDateFormat, getLogDateTimeFormat, getLogTimeFormat, getLongDateTimeFormat, setLogDateFormat, setLogTimeFormat
public ExtentX()
public ExtentX(String host)
public ExtentX(String host, com.mongodb.MongoClientOptions options)
public ExtentX(String host, int port)
public ExtentX(com.mongodb.MongoClientURI uri)
public ExtentX(com.mongodb.ServerAddress addr)
public ExtentX(List<com.mongodb.ServerAddress> seeds)
public ExtentX(List<com.mongodb.ServerAddress> seeds, List<com.mongodb.MongoCredential> credentialsList)
public ExtentX(List<com.mongodb.ServerAddress> seeds, List<com.mongodb.MongoCredential> credentialsList, com.mongodb.MongoClientOptions options)
public ExtentX(List<com.mongodb.ServerAddress> seeds, com.mongodb.MongoClientOptions options)
public ExtentX(com.mongodb.ServerAddress addr, List<com.mongodb.MongoCredential> credentialsList)
public ExtentX(com.mongodb.ServerAddress addr, List<com.mongodb.MongoCredential> credentialsList, com.mongodb.MongoClientOptions options)
public ExtentX(com.mongodb.ServerAddress addr, com.mongodb.MongoClientOptions options)
public void start(com.relevantcodes.extentreports.Report report)
public void setTestRunnerLogs()
setTestRunnerLogs
in interface IReporter
Copyright © 2016. All rights reserved.