Package guru.mikelue.jdut.testng

This package mainly contains various listeners of TestNG for initializing YamlConductorFactory.

Listeners

Write your own listener

The easy way to write your own listener is to inherit one of above listeners on your customization.
Otherwise, you may use @BeforeXXX or @AfterXXX of TestNG and API of YAML loading.
See Also:
IInvokedMethodYamlFactoryListener, ISuiteYamlFactoryListener, ITestContextYamlFactoryListener