|
||||||||||
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.TestBasics
public class TestBasics
This test checks basic functionality of the JVTSession and the JVTActivationSessionHome as it is needed by all other test suites
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 | |
---|---|
TestBasics(String name)
Creates new testJVTActivationSession |
Method Summary | |
---|---|
protected void |
setUp()
|
static junit.framework.TestSuite |
suite()
Basic tests: all the test from this class. |
protected void |
tearDown()
|
void |
test_GetInitialContext()
verify if the InitialContext can be created. |
void |
test_GetJVTSession()
tries to get an JVTActivationSession implementation |
void |
test_GetLegalKeys()
Verify the key factory using the given supported managed entity types. |
void |
test_GetTopicSubscriber()
Test if the declared Topic is reachable and validate the JNDI name used for the factory and topic. |
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 TestBasics(String name) throws Exception
Exception
Method Detail |
---|
public static junit.framework.TestSuite suite() throws Exception
Exception
- DOCUMENT ME!protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown()
tearDown
in class junit.framework.TestCase
public void test_GetInitialContext() throws Exception
Exception
- DOCUMENT ME!public void test_GetJVTSession() throws Exception
Exception
public void test_GetTopicSubscriber() throws Exception
Exception
- DOCUMENT ME!public void test_GetLegalKeys() throws Exception
Exception
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |