org.ogf.graap.wsag.it
Class AbstractNegotiationFactoryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.ogf.graap.wsag.it.WsagTestCase
              extended by org.ogf.graap.wsag.it.AbstractIntegrationTest
                  extended by org.ogf.graap.wsag.it.AbstractNegotiationFactoryTest
All Implemented Interfaces:
junit.framework.Test

public abstract class AbstractNegotiationFactoryTest
extends AbstractIntegrationTest

Default unit test implementation for the negotiation factory.

Author:
hrasheed

Field Summary
 
Fields inherited from class org.ogf.graap.wsag.it.AbstractIntegrationTest
EXPECTED_TEMPLATES_FACTORY_1, EXPECTED_TEMPLATES_FACTORY_2
 
Constructor Summary
AbstractNegotiationFactoryTest(String name)
           
 
Method Summary
 void testInitiateNegotiation()
          Tests the proper initiation of a negotiation process.
 
Methods inherited from class org.ogf.graap.wsag.it.AbstractIntegrationTest
getAgreementFactoryClient, getAgreementFactoryClients, getDefaultFactoryCount, getLoginContext, getUrl, setUp, setUrl, tearDown
 
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

AbstractNegotiationFactoryTest

public AbstractNegotiationFactoryTest(String name)
Parameters:
name - the test name
Method Detail

testInitiateNegotiation

public void testInitiateNegotiation()
                             throws Exception
Tests the proper initiation of a negotiation process.

Throws:
Exception - indicates a test failure


Copyright © 2008-2012. All Rights Reserved.