Uses of Class
guru.mikelue.jdut.junit5.JdutYamlFactory.Event
-
Packages that use JdutYamlFactory.Event Package Description guru.mikelue.jdut.junit5 -
-
Uses of JdutYamlFactory.Event in guru.mikelue.jdut.junit5
Methods in guru.mikelue.jdut.junit5 that return JdutYamlFactory.Event Modifier and Type Method Description static JdutYamlFactory.EventJdutYamlFactory.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static JdutYamlFactory.Event[]JdutYamlFactory.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in guru.mikelue.jdut.junit5 with parameters of type JdutYamlFactory.Event Modifier and Type Method Description protected DuetConductorJdutYamlFactory. buildDuetConductor(org.junit.jupiter.api.extension.ExtensionContext context, JdutYamlFactory.Event event)Builds theDuetConductorby default convention(JdutYamlFactory.defaultBuilderOfConductorConfig(org.junit.jupiter.api.extension.ExtensionContext)).protected abstract YamlConductorFactoryJdutYamlFactory. getYamlConductorFactory(org.junit.jupiter.api.extension.ExtensionContext context, JdutYamlFactory.Event event)protected booleanJdutYamlFactory. needConductData(org.junit.jupiter.api.extension.ExtensionContext context, JdutYamlFactory.Event event)Checks if the test should conduct data.
-