Bee-exam is the test and example of ORM framework Bee.
Bee see:
https://github.com/automvc/bee
Honey see:
https://github.com/automvc/honey
Quick Start
1.Config the Database info in bee.properties.
2.Gen the Javabean for your Database, use:
org.teasoft.exam.bee.osql.autogen.GenBeanExam.
3.run the test/example in TestNormal(org.teasoft.exam.bee.test).
if need reset the tables ,use statement: ClearAndInitTestTable.main(null);
other:
TestCache test Bee Cache function.
Test Coverage: select src/test/java-->(right click)Coverage As-->JUnit Test