Package guru.mikelue.jdut.junit5
To integrate JUnit 5,
the
JdutYamlFactory
class can used to apply lifecycle of JUnit 5.
By the default conventions of JdutYamlFactory
, you can load YAML file by classpath and the name of class(with name of method).
-
Class Summary Class Description JdutYamlFactory This factory sets up loading convention of YAML file, in order to prepare and to clean up data for testing. -
Enum Summary Enum Description JdutYamlFactory.Event Defins the class-level or method-level event of loading test data.