oracle.owb.transformation
Class TestPublicAPI

oracle.owb.transformation.TestPublicAPI

public final class TestPublicAPI

A TestSuite containing all JUnit tests for the OWB Transformation Public API.

Author:
Mark Halvin
See Also:
JUnit.org

Constructor Summary
TestPublicAPI()
          Constructs a TestPublicAPI object.
TestPublicAPI(java.lang.Class t)
          Constructs a TestPublicAPI object.
TestPublicAPI(java.lang.String s)
          Constructs a TestPublicAPI object.
 
Method Summary
static void main(java.lang.String[] args)
          main method of class TestPublicAPI .
static junit.framework.Test suite()
          suite method of class TestPublicAPI .
 

Constructor Detail

TestPublicAPI

public TestPublicAPI()
Constructs a TestPublicAPI object.

TestPublicAPI

public TestPublicAPI(java.lang.Class t)
Constructs a TestPublicAPI object.
Parameters:
t - a Class object

TestPublicAPI

public TestPublicAPI(java.lang.String s)
Constructs a TestPublicAPI object.
Parameters:
s - a String object
Method Detail

main

public static void main(java.lang.String[] args)
main method of class TestPublicAPI .
Parameters:
args - array of String object

suite

public static junit.framework.Test suite()
suite method of class TestPublicAPI .
Returns:
The newly create Test object.