Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.transformation
Class TestPublicAPI

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--oracle.owb.transformation.TestPublicAPI
All Implemented Interfaces:
junit.framework.Test

public final class TestPublicAPI
extends junit.framework.TestSuite

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 .

 

Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, getName, run, runTest, setName, testAt, testCount, tests, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

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.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.