MySQL 5.6.14 Source Code Document
|
Static Public Member Functions | |
static void | test0 () |
static void | test1 () |
static void | test2 () |
static void | test3bb () |
static void | test3v () |
static void | test4bb0 () |
static void | test4bb1 () |
static void | test4v1 () |
static void | test5bb0 () |
static void | test5bb1 () |
static void | test5v0 () |
static void | test5v1 () |
static void | test6 () |
static void | test7s () |
static void | test7bb0 () |
static void | test7bb1 () |
static void | test7bb () |
static void | test8 () |
static void | test9 () |
static long | hash0 (CI.C0CArray c0a, int n) |
static long | hash1 (CI.C1CArray c1a, int n) |
static void | test10 () |
static void | test11 () |
static void | test12 () |
static void | test () |
static void | main (String[] args) |
Static Protected Member Functions | |
static void | loadSystemLibrary (String name) |
Static Protected Attributes | |
static final PrintWriter | out = new PrintWriter(System.out, true) |
static final PrintWriter | err = new PrintWriter(System.err, true) |
A comprehensive test of the mappings of primitive and user-defined types.
In detail, this test consists of unit tests for
Any errors are indicated by an exception; hence, the test succeeds when finishing normally.
Definition at line 76 of file MyJapiTest.java.
|
inlinestaticprotected |
Loads a dynamically linked system library and reports any failures.
Definition at line 94 of file MyJapiTest.java.