Uses of Class
guru.mikelue.jdut.testng.YamlFactoryListenerBase
-
Packages that use YamlFactoryListenerBase Package Description guru.mikelue.jdut.testng -
-
Uses of YamlFactoryListenerBase in guru.mikelue.jdut.testng
Subclasses of YamlFactoryListenerBase in guru.mikelue.jdut.testng Modifier and Type Class Description class
IInvokedMethodYamlFactoryListener
This listener uses conventions of file name by (classpath:<package>/<class_name>-<method_name>.yaml
) for conducting data.class
ISuiteYamlFactoryListener
This listener uses file name(classpath:<suite_name>.yaml
for resource(ClassLoader
of current thread) of conducting data.class
ITestContextYamlFactoryListener
This listener uses file name(classpath:<test_name>.yaml
) for resource(ClassLoader
of current thread) of conducting data.
-