Package org.apache.ofbiz.service.test
Class ServiceEntityAutoTests
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.ofbiz.entity.testtools.EntityTestCase
org.apache.ofbiz.service.testtools.OFBizTestCase
org.apache.ofbiz.service.test.ServiceEntityAutoTests
- All Implemented Interfaces:
junit.framework.Test
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
setUp()
protected void
tearDown()
void
Test entity auto create double pk entity.void
Test entity auto create multi pk entity.void
Test entity auto create singl pk entity.void
Test entity auto delete entity.void
Test entity auto entity status concept.void
Test entity auto expire entity.void
Test entity auto update entity.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, toString
-
Constructor Details
-
ServiceEntityAutoTests
-
-
Method Details
-
setUp
- Overrides:
setUp
in classjunit.framework.TestCase
- Throws:
Exception
-
tearDown
- Overrides:
tearDown
in classjunit.framework.TestCase
- Throws:
Exception
-
testEntityAutoCreateSinglPkEntity
Test entity auto create singl pk entity.- Throws:
Exception
- the exception
-
testEntityAutoCreateDoublePkEntity
Test entity auto create double pk entity.- Throws:
Exception
- the exception
-
testEntityAutoCreateMultiPkEntity
Test entity auto create multi pk entity.- Throws:
Exception
- the exception
-
testEntityAutoUpdateEntity
Test entity auto update entity.- Throws:
Exception
- the exception
-
testEntityAutoDeleteEntity
Test entity auto delete entity.- Throws:
Exception
- the exception
-
testEntityAutoExpireEntity
Test entity auto expire entity.- Throws:
Exception
- the exception
-
testEntityAutoEntityStatusConcept
Test entity auto entity status concept.- Throws:
Exception
- the exception
-