MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.openjpatest.EmbeddedTest Class Reference
Inheritance diagram for com.mysql.clusterj.openjpatest.EmbeddedTest:
Collaboration diagram for com.mysql.clusterj.openjpatest.EmbeddedTest:

Public Member Functions

void setUp ()
void test ()

Additional Inherited Members

- Protected Member Functions inherited from com.mysql.clusterj.jpatest.EmbeddedTest
boolean getDebug ()
Class<?extends IdBasegetModelClass ()
String getPersistenceUnitName ()
- Static Protected Member Functions inherited from com.mysql.clusterj.jpatest.AbstractJPABaseTest
static long getMillisFor (int year, int month, int day, int hour, int minute, int second)
static long getMillisFor (int year, int month, int day)
static long getMillisFor (int days, int hour, int minute, int second)
static void resetLocalSystemDefaultTimeZone (Connection connection)
- Protected Attributes inherited from com.mysql.clusterj.jpatest.AbstractJPABaseTest
Connection connection
- Static Protected Attributes inherited from com.mysql.clusterj.jpatest.AbstractJPABaseTest
static TimeZone localSystemTimeZone = TimeZone.getDefault()
static boolean debug

Detailed Description

Definition at line 21 of file EmbeddedTest.java.

Member Function Documentation

void com.mysql.clusterj.openjpatest.EmbeddedTest.setUp ( )
inline

Override setup so that no setup occurs for this test.

Reimplemented from com.mysql.clusterj.jpatest.SingleEMTestCase.

Definition at line 25 of file EmbeddedTest.java.

void com.mysql.clusterj.openjpatest.EmbeddedTest.test ( )
inline

Override so the test is disabled.

Reimplemented from com.mysql.clusterj.jpatest.EmbeddedTest.

Definition at line 30 of file EmbeddedTest.java.


The documentation for this class was generated from the following file: