org.h2.test.unit |
Javadoc package documentation
Unit tests that don't start the database (in most cases).
|
Java Source File Name | Type | Comment |
FtpClient.java | Class | A simple standalone FTP client. |
SelfDestructor.java | Class | This is a self-destructor class to kill a long running process automatically
after a pre-defined time. |
TestBitField.java | Class | A unit test for bit fields. |
TestCache.java | Class | Tests the cache. |
TestCompress.java | Class | Data compression tests. |
TestDataPage.java | Class | Data page tests. |
TestDate.java | Class | Tests the data parsing. |
TestExit.java | Class | Tests the flag db_close_on_exit. |
TestFile.java | Class | Tests the in-memory file system. |
TestFileLock.java | Class | Tests the database file locking facility. |
TestFileSystem.java | Class | Tests various file system. |
TestFtp.java | Class | Tests the FTP server tool. |
TestIntArray.java | Class | Tests the IntArray class. |
TestIntIntHashMap.java | Class | Tests the IntHashMap class. |
TestMultiThreadedKernel.java | Class | Tests the multi-threaded kernel feature. |
TestOverflow.java | Class | Tests numeric overflow on various data types. |
TestPattern.java | Class | Tests LIKE pattern matching. |
TestReader.java | Class | Tests the stream to UTF-8 reader conversion. |
TestRecovery.java | Class | Tests database recovery. |
TestSampleApps.java | Class | Tests the sample apps. |
TestScriptReader.java | Class | Tests the script reader tool that breaks up SQL scripts in statements. |
TestSecurity.java | Class | Tests various security primitives. |
TestServlet.java | Class | Tests the DbStarter servlet. |
TestStreams.java | Class | Tests the LZF stream. |
TestStringCache.java | Class | Tests the string cache facility. |
TestStringUtils.java | Class | Tests string utility methods. |
TestTools.java | Class | Tests the database tools. |
TestValue.java | Class | Tests features of values. |
TestValueHashMap.java | Class | Tests the value hash map. |
TestValueMemory.java | Class | Tests the memory consumption of values. |