Uses of Interface
com.testomatio.reporter.core.constructor.ResultConstructor
-
Packages that use ResultConstructor Package Description com.testomatio.reporter.core.constructor com.testomatio.reporter.core.frameworkintegration -
-
Uses of ResultConstructor in com.testomatio.reporter.core.constructor
Classes in com.testomatio.reporter.core.constructor that implement ResultConstructor Modifier and Type Class Description classAbstractTestResultConstructorBase constructor for framework-specific test case results.classCucumberTestResultConstructorConstructs test case results from Cucumber test case finished events.classJUnitTestResultConstructorConstructs test case results from JUnit 5 extension contexts.classTestNgTestResultConstructorConstructs test case results from TestNG test results. -
Uses of ResultConstructor in com.testomatio.reporter.core.frameworkintegration
Fields in com.testomatio.reporter.core.frameworkintegration declared as ResultConstructor Modifier and Type Field Description protected ResultConstructorAbstractTestFrameworkListener. resultConstructorMethods in com.testomatio.reporter.core.frameworkintegration that return ResultConstructor Modifier and Type Method Description protected abstract ResultConstructorAbstractTestFrameworkListener. createResultConstructor()Creates framework-specific result constructor.protected ResultConstructorCucumberListener. createResultConstructor()protected ResultConstructorJunitExtension. createResultConstructor()protected ResultConstructorTestNgListener. createResultConstructor()
-