|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.retek.commons.util.RetekTestCase
com.retek.commons.domain.core.persistence.db.oracle.OracleTestCase
com.retek.component.promotion.impl.persistence.db.oracle.PromotionOracleTestCase
Field Summary |
Fields inherited from class com.retek.commons.util.RetekTestCase |
BEGIN_PROFILING, END_PROFILING |
Constructor Summary | |
PromotionOracleTestCase(java.lang.String name)
|
Method Summary | |
void |
assertPromotionBenefitDtosEqual(PromotionBenefitDto expectedDto,
PromotionBenefitDto dto)
|
void |
assertPromotionBenefitsEqual(java.util.Set expectedDtos,
java.util.Set dtos)
|
void |
assertPromotionDtosAreEqual(PromotionDto expectedDto,
PromotionDto dto)
|
void |
assertPromotionThresholdDtosEqual(PromotionThresholdDto expectedDto,
PromotionThresholdDto dto)
|
void |
assertPromotionThresholdsEqual(java.util.Set expectedDtos,
java.util.Set dtos)
|
java.lang.String |
getConnectionKey()
|
void |
modifyAllPromotionBenefits(java.util.Set dtos)
|
void |
modifyAllPromotionThresholds(java.util.Set dtos)
|
void |
modifyOrderCurrencyAmountThresholdDto(OrderCurrencyAmountThresholdDto dto)
|
void |
modifyOrderQuantityThresholdDto(OrderQuantityThresholdDto dto)
|
void |
modifyPromotionDto(PromotionDto dto,
DistributedReference bannerRef,
DistributedReference channelTypeRef)
|
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.OracleTestCase |
doInitialSetUp, getConnection, getRetekPreparedStatement, getTestDbRDate, isOracleTestCase, setUp, tearDown, touch, touch |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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 PromotionOracleTestCase(java.lang.String name)
Method Detail |
public java.lang.String getConnectionKey()
getConnectionKey
in class OracleTestCase
public void assertPromotionDtosAreEqual(PromotionDto expectedDto, PromotionDto dto)
public void assertPromotionThresholdDtosEqual(PromotionThresholdDto expectedDto, PromotionThresholdDto dto)
public void assertPromotionBenefitDtosEqual(PromotionBenefitDto expectedDto, PromotionBenefitDto dto)
public void assertPromotionBenefitsEqual(java.util.Set expectedDtos, java.util.Set dtos)
public void assertPromotionThresholdsEqual(java.util.Set expectedDtos, java.util.Set dtos)
public void modifyPromotionDto(PromotionDto dto, DistributedReference bannerRef, DistributedReference channelTypeRef) throws SystemException
SystemException
public void modifyOrderCurrencyAmountThresholdDto(OrderCurrencyAmountThresholdDto dto) throws SystemException
SystemException
public void modifyOrderQuantityThresholdDto(OrderQuantityThresholdDto dto) throws SystemException
SystemException
public void modifyAllPromotionThresholds(java.util.Set dtos) throws SystemException
SystemException
public void modifyAllPromotionBenefits(java.util.Set dtos) throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |