public class ExtentX extends LogSettings implements IReporter
| Constructor and Description |
|---|
ExtentX() |
ExtentX(java.util.List<com.mongodb.ServerAddress> seeds) |
ExtentX(java.util.List<com.mongodb.ServerAddress> seeds,
java.util.List<com.mongodb.MongoCredential> credentialsList) |
ExtentX(java.util.List<com.mongodb.ServerAddress> seeds,
java.util.List<com.mongodb.MongoCredential> credentialsList,
com.mongodb.MongoClientOptions options) |
ExtentX(java.util.List<com.mongodb.ServerAddress> seeds,
com.mongodb.MongoClientOptions options) |
ExtentX(com.mongodb.MongoClientURI uri) |
ExtentX(com.mongodb.ServerAddress addr) |
ExtentX(com.mongodb.ServerAddress addr,
java.util.List<com.mongodb.MongoCredential> credentialsList) |
ExtentX(com.mongodb.ServerAddress addr,
java.util.List<com.mongodb.MongoCredential> credentialsList,
com.mongodb.MongoClientOptions options) |
ExtentX(com.mongodb.ServerAddress addr,
com.mongodb.MongoClientOptions options) |
ExtentX(java.lang.String host) |
ExtentX(java.lang.String host,
int port) |
ExtentX(java.lang.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, setLogTimeFormatpublic ExtentX()
public ExtentX(java.lang.String host)
public ExtentX(java.lang.String host,
com.mongodb.MongoClientOptions options)
public ExtentX(java.lang.String host,
int port)
public ExtentX(com.mongodb.MongoClientURI uri)
public ExtentX(com.mongodb.ServerAddress addr)
public ExtentX(java.util.List<com.mongodb.ServerAddress> seeds)
public ExtentX(java.util.List<com.mongodb.ServerAddress> seeds,
java.util.List<com.mongodb.MongoCredential> credentialsList)
public ExtentX(java.util.List<com.mongodb.ServerAddress> seeds,
java.util.List<com.mongodb.MongoCredential> credentialsList,
com.mongodb.MongoClientOptions options)
public ExtentX(java.util.List<com.mongodb.ServerAddress> seeds,
com.mongodb.MongoClientOptions options)
public ExtentX(com.mongodb.ServerAddress addr,
java.util.List<com.mongodb.MongoCredential> credentialsList)
public ExtentX(com.mongodb.ServerAddress addr,
java.util.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 IReporterCopyright © 2016. All Rights Reserved.