Package org.h2.test.unit

Unit tests that don't start the database (in most cases).

See:
          Description

Class Summary
FileObjectDatabase In this file system, files are kept fully in memory until stored.
FileSystemDatabase This file system stores everything in a database.
TestAutoReconnect Tests automatic embedded/server mode.
TestBitField A unit test for bit fields.
TestCache Tests the cache.
TestClearReferences Tests if Tomcat would clear static fields when re-loading a web application.
TestCompress Data compression tests.
TestConcurrent Test concurrent access to JDBC objects.
TestConnectionInfo Test the ConnectionInfo class.
TestDataPage Data page tests.
TestDate Tests the data parsing.
TestDateIso8601 Test cases for DateTimeIso8601Utils.
TestExit Tests the flag db_close_on_exit.
TestFile Tests the in-memory file system.
TestFileLock Tests the database file locking facility.
TestFileLockSerialized Test the serialized (server-less) mode.
TestFileSystem Tests various file system.
TestFtp Tests the FTP server tool.
TestIntArray Tests the IntArray class.
TestIntIntHashMap Tests the IntHashMap class.
TestJmx Tests the JMX feature.
TestMathUtils Tests math utility methods.
TestMultiThreadedKernel Tests the multi-threaded kernel feature.
TestNetUtils Test the network utilities.
TestOldVersion Tests the compatibility with older versions
TestOverflow Tests numeric overflow on various data types.
TestPageStore Test the page store.
TestPageStoreCoverage Test the page store.
TestPattern Tests LIKE pattern matching.
TestPgServer Tests the PostgreSQL server protocol compliant implementation.
TestReader Tests the stream to UTF-8 reader conversion.
TestRecovery Tests database recovery.
TestReopen A test that calls another test, and after each write operation to the database file, it copies the file, and tries to reopen it.
TestSampleApps Tests the sample apps.
TestScriptReader Tests the script reader tool that breaks up SQL scripts in statements.
TestSecurity Tests various security primitives.
TestServlet Tests the DbStarter servlet.
TestShell Test the shell tool.
TestStreams Tests the LZF stream.
TestStringCache Tests the string cache facility.
TestStringUtils Tests string utility methods.
TestTools Tests the database tools.
TestTraceSystem Tests the trace system
TestUtils Tests reflection utilities.
TestValue Tests features of values.
TestValueHashMap Tests the value hash map.
TestValueMemory Tests the memory consumption of values.
 

Package org.h2.test.unit Description

Unit tests that don't start the database (in most cases).