org.objectweb.jotm.jtests.conform
Class JonasTMClientTestCase

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

public class JonasTMClientTestCase
extends JonasTMDistributedTestCase

A test case of the jonas transaction manager in a client server configuration: The transaction factory is on the remote server and not known by the client Created on Oct 15, 2001

Author:
Christophe Ney

Field Summary
 
Fields inherited from class org.objectweb.jotm.jtests.conform.JonasTMDistributedTestCase
tm
 
Constructor Summary
JonasTMClientTestCase(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

JonasTMClientTestCase

public JonasTMClientTestCase(String s)
Method Detail

suite

public static junit.framework.Test suite()
run the test suite with a remote transaction factory. Select only tests that are valid for a remote client


main

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