Package guru.mikelue.jdut
jdata-unit-test(JDUT) is a framework to ease the data building/cleaning
for automatic testing, which the test is repeatable without interfere each other.
The conductor is the core executor for applying changes according
Depending on implementation, this interface only defines two methods to represent the actions for testing:
DataConductor
The conductor is the core executor for applying changes according DataGrainOperator
.
DuetConductor
Depending on implementation, this interface only defines two methods to represent the actions for testing:
DuetFunctions
is an interface used to provide the functions
for building/cleaning actions of testing.
-
Interface Summary Interface Description DuetConductor Defines the method for data building/cleaning for testing.DuetFunctions Represents the function provider for building/clean. -
Class Summary Class Description ConductorConfig Defines the configuration for building block of conduction.
This object supports hierarchy, if the getXXX method cannot found one, try fetch from parent.ConductorContext Used to be access by thread-local variable of current execution of conductor.DataConductor -
Exception Summary Exception Description DataConductException Represents the runtime exception thrown byDataConductor
.