|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
ossj.common.tck.JVTTestBase
ossj.common.tck.tests.TestManagedEntityKey
public class TestManagedEntityKey
This test checks basic functionality of the TestManagedEntityKey
Field Summary |
---|
Fields inherited from class ossj.common.tck.JVTTestBase |
---|
debug, done, EVENT_TIMEOUT, howmany_key, howmany_value, JMS_FACTORY, JNDI_FACT_CLASS_NAME, JNDI_URL, jvtSessionList, LOG_FILE, namingContext, QUOTECHAR, result, return_failed_only, runonce, TESTFILES_HOME, TOPIC_NAME, util |
Constructor Summary | |
---|---|
TestManagedEntityKey(String name)
Creates new testJVTActivationSession |
Method Summary | |
---|---|
protected void |
setUp()
|
static junit.framework.TestSuite |
suite()
build the test Suite. |
protected void |
tearDown()
|
void |
test_GetApplicationContext()
Verify the ApplicationContext attribute of the key implementation. |
void |
test_GetApplicationDN()
Verify the ApplicationDN attribute of the key implementation. |
void |
test_GetPrimaryKey()
Verify the primaryKey attribute of the key implementation. |
void |
test_GetType()
Verify the type attribute of the key implementation. |
void |
test_KeyCloneEquals()
Verify the Aimplementation of the clone and equals meethods. Expected Result: a = b.clone() a.equals(a) == true b.equals(b) == true a.equals(b) == true b.equals(a) == true |
void |
test_MakePrimaryKey()
Verify the key factory of the key implementation. |
void |
test_SetMakeApplicationContext()
Verify the ApplicationContext attribute of the key implementation. |
void |
test_SetPrimaryKeyIsNull()
Verify the primaryKey attribute of the key implementation. |
void |
test_SetTypeIsNull()
Verify the type attribute of the key implementation. |
Methods inherited from class ossj.common.tck.JVTTestBase |
---|
assertTrue, assertTrue, assertTrueMsg, fail, fail, getEnvironment, getInstanceOf, init, log, log, run, run |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestManagedEntityKey(String name) throws Exception
Exception
Method Detail |
---|
public static junit.framework.TestSuite suite()
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown()
tearDown
in class junit.framework.TestCase
public void test_GetApplicationContext() throws Exception
Exception
public void test_SetMakeApplicationContext() throws Exception
Exception
public void test_GetApplicationDN() throws Exception
Exception
public void test_GetPrimaryKey() throws Exception
Exception
public void test_GetType() throws Exception
Exception
public void test_MakePrimaryKey() throws Exception
Exception
public void test_SetPrimaryKeyIsNull() throws Exception
Exception
public void test_SetTypeIsNull() throws Exception
Exception
public void test_KeyCloneEquals() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |