org.apache.ws.scout.registry
Class ConnectionFactoryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.ws.scout.registry.ConnectionFactoryTest
All Implemented Interfaces:
junit.framework.Test

public class ConnectionFactoryTest
extends junit.framework.TestCase

Version:
$Revision$ $Date$

Constructor Summary
ConnectionFactoryTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testCreateConnection()
           
 void testCreateConnectionWithNullLifeCycleURL()
           
 void testCreateConnectionWithNullQueryURL()
           
 void testCreateFederatedConnection()
           
 void testMaxRows()
           
 void testNewInstanceWithDefault()
           
 void testNewInstanceWithProperty()
           
 void testNullAuthenticationMethod()
           
 void testNullLifeCycleManagerURL()
           
 void testNullMaxRows()
           
 void testNullPostalAddressScheme()
           
 void testNullQueryManagerURL()
           
 void testNullSemanticEquivalences()
           
 void testSetAuthenticationMethod()
           
 void testSetLifeCycleURL()
           
 void testSetPostalAddressScheme()
           
 void testSetQueryManagerURL()
           
 void testSetSemanticEquivalences()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionFactoryTest

public ConnectionFactoryTest()
Method Detail

testNewInstanceWithDefault

public void testNewInstanceWithDefault()
                                throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

testNewInstanceWithProperty

public void testNewInstanceWithProperty()
                                 throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

testSetQueryManagerURL

public void testSetQueryManagerURL()

testSetLifeCycleURL

public void testSetLifeCycleURL()

testSetSemanticEquivalences

public void testSetSemanticEquivalences()

testSetAuthenticationMethod

public void testSetAuthenticationMethod()

testSetPostalAddressScheme

public void testSetPostalAddressScheme()

testMaxRows

public void testMaxRows()

testNullQueryManagerURL

public void testNullQueryManagerURL()

testNullLifeCycleManagerURL

public void testNullLifeCycleManagerURL()

testNullSemanticEquivalences

public void testNullSemanticEquivalences()

testNullAuthenticationMethod

public void testNullAuthenticationMethod()

testNullMaxRows

public void testNullMaxRows()

testNullPostalAddressScheme

public void testNullPostalAddressScheme()

testCreateConnection

public void testCreateConnection()
                          throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

testCreateConnectionWithNullLifeCycleURL

public void testCreateConnectionWithNullLifeCycleURL()
                                              throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

testCreateConnectionWithNullQueryURL

public void testCreateConnectionWithNullQueryURL()

testCreateFederatedConnection

public void testCreateFederatedConnection()

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.