메소드 |
설명 |
|
getTargetDrivers ( ) |
*
What drivers should be loaded for this test pack? |
|
testAddingTwice ( ) |
Adding a database twice no longer allowed, causes confusion
and possible damage. |
|
testBatch0 ( ) : void |
Test whether batch still works if no IDs have been passed. |
|
testBeansToArray ( ) : void |
Tests beansToArray(). |
|
testCamel2Snake ( ) : void |
Test camelCase to snake_case conversions. |
|
testConnect ( ) : void |
Test whether connection failure does not reveal
credentials. |
|
testConv2Beans ( ) |
|
|
testDebugCustomLogger ( ) : void |
Test debugging with custom logger. |
|
testGetIDShouldNeverPrintNotice ( ) : void |
Tests whether getID never produces a notice. |
|
testIntegerBindingMax ( ) : void |
Tests max parameter binding. |
|
testInvalidDebugModeException ( ) |
Should not be able to pass invalid mode (must be 0 or 1). |
|
testInvalidType ( ) : void |
Test the most important invalid bean combinations. |
|
testJSONSerialize ( ) : void |
Test whether we can use the JSONSerializable interface and
whether old-style JSON is still the same (backwards compatibility). |
|
testSetProperty ( ) : void |
Tests setProperty. |
|
testSetup ( ) : void |
Test whether we can create an instant database using
R::setup(). |
|
testTransactionInFacade ( ) : void |
Test Facade transactions. |
|