org.objectweb.jotm.jtests.conform
Class RemoteTestCase

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.objectweb.jotm.jtests.conform.DistributedTestCase
                    |
                    +--org.objectweb.jotm.jtests.conform.RemoteTestCase
All Implemented Interfaces:
junit.framework.Test

public class RemoteTestCase
extends DistributedTestCase

A test case of the jonas transaction manager in a remote configuration: The transaction factory is remote, calls are made from both the JVM and a remote VM client (that simulates another server for example). Created on Oct 15, 2001

Author:
Christophe Ney

Field Summary
 
Fields inherited from class org.objectweb.jotm.jtests.conform.DistributedTestCase
tm
 
Constructor Summary
RemoteTestCase(String s)
           
 
Method Summary
static void main(String[] args)
          easy test runner bootstrap
static junit.framework.Test suite()
          run the test suite with a remote transaction factory
 
Methods inherited from class org.objectweb.jotm.jtests.conform.DistributedTestCase
test1PCCommit, test1PCCommitFailure, test1PCCommitTimeout, test1PCCommitTimeoutFailure, test1PCRollback, test1PCSuspendResume, test2PCCommit, test2PCCommitFailure, test2PCCommitTimeout, test2PCCommitTimeoutFailure, test2PCRollback
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteTestCase

public RemoteTestCase(String s)
Method Detail

suite

public static junit.framework.Test suite()
run the test suite with a remote transaction factory


main

public static void main(String[] args)
easy test runner bootstrap