|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--com.ibm.wsdl.tck.FactoryTest
This class implements a series of tests used to check javax.wsdl.factory.WSDLFactory implementations for compliance with the JWSDL specification.
Constructor Summary | |
FactoryTest()
|
Method Summary | |
protected void |
setUp()
|
static void |
storePropFile(java.util.Properties properties,
java.io.File propFile)
|
protected void |
tearDown()
|
void |
testNewInstance()
Test WSDLFactory.newInstance() to ensure that factory instances can be retrieved by specifying the javax.wsdl.factory.WSDLFactory system property. |
void |
testNewInstance2()
Test WSDLFactory.newInstance() to ensure that factory instances can be retrieved by providing a lib/wsdl.properties file in the JRE directory. |
void |
testNewInstance3()
Test WSDLFactory.newInstance() to ensure that factory instances can be retrieved by relying on a platform default. |
void |
testNewInstance4()
Test WSDLFactory.newInstance(...) to ensure that factory instances can be retrieved by specifying an explicit factory implementation to use. |
Methods inherited from class junit.framework.TestCase |
countTestCases,
createResult,
getName,
run,
run,
runBare,
runTest,
setName,
toString |
Methods inherited from class junit.framework.Assert |
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertFalse,
assertFalse,
assertNotNull,
assertNotNull,
assertNotSame,
assertNotSame,
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 |
public FactoryTest()
Method Detail |
protected void setUp() throws java.io.IOException
protected void tearDown() throws java.io.IOException
public void testNewInstance() throws javax.wsdl.WSDLException
javax.wsdl.factory.WSDLFactory
system property.public void testNewInstance2() throws javax.wsdl.WSDLException, java.io.IOException
public void testNewInstance3() throws javax.wsdl.WSDLException
public void testNewInstance4() throws javax.wsdl.WSDLException
public static void storePropFile(java.util.Properties properties, java.io.File propFile) throws java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |