Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter-nexj/alltests

100 bytes added, 15:40, 15 December 2010
Running AllTests.java
How <code>test/nexj/core/persistence/sql/AllTests.java</code> works:
:In all these test files, first codes that are executed are <code>setup()</code> and <code>lock()</code> in <code>SQLDataTest.java</code> to reset the schema 'test'.
:These are methods, where ttables are created for the first time, and methods in <code>SQLSchemaManager.java</code> are checked.
* 1- SQLWriterConnectionTest.java
: Checks the connection
1
edit