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.

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:
  1. build() - Get called before testing
  2. clean() - Get called after testing

DuetFunctions is an interface used to provide the functions for building/cleaning actions of testing.