sesigl / testutils

Java project that contains testutil classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testutils Build

Java project that contains testutil classes.

HibernateConfigurationHelper

If you want to test you DAO / Gateway layer then you will get issues testing mappings that have constraints. You can use this class to crob not required dependencies.

Most important methods

/**
 * Add your classpath files to the helper class.
 */
addResource(String url)

/*
 * Use this method to add all given files to your hibernate configuration object.
 */
addAllResourcesTo(Configuration configuration)

About

Java project that contains testutil classes.

License:MIT License


Languages

Language:Java 100.0%