Class ServiceSOAPTests

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
All Implemented Interfaces:
junit.framework.Test

public class ServiceSOAPTests extends OFBizTestCase
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Test soap service.
    void
    Test soap simple service.

    Methods inherited from class org.apache.ofbiz.service.testtools.OFBizTestCase

    from, from, getDispatcher, getUserLogin, getUserLogin, logError, logInfo, logWarning, select, select, setDispatcher

    Methods inherited from class org.apache.ofbiz.entity.testtools.EntityTestCase

    getDelegator, setDelegator

    Methods inherited from class junit.framework.TestCase

    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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ServiceSOAPTests

      public ServiceSOAPTests(String name)
  • Method Details

    • testSOAPSimpleService

      public void testSOAPSimpleService() throws Exception
      Test soap simple service.
      Throws:
      Exception - the exception
    • testSOAPService

      public void testSOAPService() throws Exception
      Test soap service.
      Throws:
      Exception - the exception