| java.lang.Object simpleorm.examples.TestUte
TestUte | public class TestUte implements SConstants(Code) | | Utilities used by all the test cases.
|
Inner Class :public static class SystemProperties | |
systemProperties | static SystemProperties systemProperties(Code) | | |
assertTrue | static void assertTrue(boolean cond)(Code) | | |
createDeptEmp | static void createDeptEmp() throws Exception(Code) | | Create and populate basic Dept and Emp tables.
|
dropAllTables | static void dropAllTables()(Code) | | These need to be dropped in the correct order to avoid problems
with referential integreity constrains.
|
initializeTest | public static void initializeTest(String testName, boolean deprecated) throws Exception(Code) | | Create and attach a SimpleORM connection based on a simple JDBC connection.
See Also: SDataSource See Also: for details. See Also: SDataSourceJavaX See Also: for details about using a real DataSource object. |
|
|