org.objectweb.jotm.jtests.conform
Class JonasTMRemoteTestCase

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

public class JonasTMRemoteTestCase
extends JonasTMDistributedTestCase

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.JonasTMDistributedTestCase
tm
 
Constructor Summary
JonasTMRemoteTestCase(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.JonasTMDistributedTestCase
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

JonasTMRemoteTestCase

public JonasTMRemoteTestCase(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