Uses of Interface
com.github.angleshq.angles.AnglesReporterInterface
-
Packages that use AnglesReporterInterface Package Description com.github.angleshq.angles com.github.angleshq.angles.basetest com.github.angleshq.angles.listeners.log4j2 com.github.angleshq.angles.util -
-
Uses of AnglesReporterInterface in com.github.angleshq.angles
Classes in com.github.angleshq.angles that implement AnglesReporterInterface Modifier and Type Class Description classAnglesReporterclassAnglesReporterEmptyMethods in com.github.angleshq.angles that return AnglesReporterInterface Modifier and Type Method Description static AnglesReporterInterfaceAnglesReporter. getInstance(String url)static AnglesReporterInterfaceAnglesReporter. getInstance(String url, org.apache.http.client.config.RequestConfig requestConfig) -
Uses of AnglesReporterInterface in com.github.angleshq.angles.basetest
Fields in com.github.angleshq.angles.basetest declared as AnglesReporterInterface Modifier and Type Field Description protected AnglesReporterInterfaceAbstractAnglesTestCase. anglesReporter -
Uses of AnglesReporterInterface in com.github.angleshq.angles.listeners.log4j2
Fields in com.github.angleshq.angles.listeners.log4j2 declared as AnglesReporterInterface Modifier and Type Field Description protected AnglesReporterInterfaceAnglesLog4j2LogAppender. anglesReporter -
Uses of AnglesReporterInterface in com.github.angleshq.angles.util
Methods in com.github.angleshq.angles.util that return AnglesReporterInterface Modifier and Type Method Description static AnglesReporterInterfaceAnglesReporterUtils. getAnglesReporter()static AnglesReporterInterfaceAnglesReporterUtils. initialiseAnglesTestParameters()
-