com.retek.component.item
Class ProductInformationTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.retek.commons.util.RetekTestCase
              extended bycom.retek.component.item.ProductInformationTest
All Implemented Interfaces:
junit.framework.Test

public class ProductInformationTest
extends RetekTestCase


Field Summary
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
ProductInformationTest(java.lang.String arg0)
           
 
Method Summary
 void doInitialSetUp()
           
 void doSetUp()
           
 void doTearDown()
           
 void testCreateSubmitAndReadProductInformationWithoutScreenType()
           
 void testCreateSubmitAndReadProductInformationWithScreenType()
           
 void testCreateSubmitProductInformationWithSameDates()
           
 void testCreateSubmitProductInformationWithStartDateEarlierThanToday()
           
 void testCreateSubmitProductInformationWithStartEqualToToday()
           
 void testCustomDataRequiredForCustomPIAttributeOnSubmit()
           
 void testCustomDataRequiredForCustomScreenTypeRelationAttributeOnSubmit()
           
 void testGetAttributeNameAndValueFromFreeFormUdaProductInformationAttribute()
           
 void testGetAttributeNameAndValueFromItemProductInformationAttribute()
           
 void testGetAttributeNameAndValueFromScreenTypeProductInformationAttribute()
           
 void testGetAttributeNameAndValueFromUdaHeaderProductInformationAttribute()
           
 void testInvalidDatesOnProductInformationThrowsException()
           
 void testIsDifferentiatorForAllPIAttrTypes()
           
 void testPIHasDifferentiatorButItemDoesNotHaveDifferentiator()
           
 void testRequiredDataOnProductInformationSubmit()
           
 void testSubmitProductInformationWithSetOfAttributes()
           
 void testSubmitTwoProductInformationRecordsWithUdaAttributesAndSomeNonUdaItems()
           
 
Methods inherited from class com.retek.commons.util.RetekTestCase
assertBusinessException, assertBusinessExceptionAttribute, assertContainsString, assertDateEqualsIgnoreTime, assertDateNotEqualsIgnoreTime, assertDateTimeEquals, assertEquals, assertEqualValuesDeep, assertEqualValuesDeep, assertEqualValuesDeep, assertFalse, assertFalse, assertNotEquals, assertNotNullAndEquals, assertNull, assertRetekEquals, assertStateEquals, assertStateNotEquals, assertXmlEquals, findDto, findDto, getContext, getReadBackContext, getReferences, getReferences, isOracleTestCase, resetSystemRDateToBusinessDay, runTest, setSecurityEncryption, setTaxSimulate, setUp, tearDown
 
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

ProductInformationTest

public ProductInformationTest(java.lang.String arg0)
Method Detail

doInitialSetUp

public void doInitialSetUp()
                    throws java.lang.Exception
Specified by:
doInitialSetUp in class RetekTestCase
Throws:
java.lang.Exception

doSetUp

public void doSetUp()
             throws java.lang.Exception
Specified by:
doSetUp in class RetekTestCase
Throws:
java.lang.Exception

doTearDown

public void doTearDown()
                throws java.lang.Exception
Specified by:
doTearDown in class RetekTestCase
Throws:
java.lang.Exception

testCreateSubmitAndReadProductInformationWithScreenType

public void testCreateSubmitAndReadProductInformationWithScreenType()
                                                             throws java.lang.Exception
Throws:
java.lang.Exception

testCreateSubmitAndReadProductInformationWithoutScreenType

public void testCreateSubmitAndReadProductInformationWithoutScreenType()
                                                                throws java.lang.Exception
Throws:
java.lang.Exception

testCreateSubmitProductInformationWithSameDates

public void testCreateSubmitProductInformationWithSameDates()
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testSubmitProductInformationWithSetOfAttributes

public void testSubmitProductInformationWithSetOfAttributes()
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testSubmitTwoProductInformationRecordsWithUdaAttributesAndSomeNonUdaItems

public void testSubmitTwoProductInformationRecordsWithUdaAttributesAndSomeNonUdaItems()
                                                                               throws java.lang.Exception
Throws:
java.lang.Exception

testRequiredDataOnProductInformationSubmit

public void testRequiredDataOnProductInformationSubmit()
                                                throws java.lang.Exception
Throws:
java.lang.Exception

testCustomDataRequiredForCustomScreenTypeRelationAttributeOnSubmit

public void testCustomDataRequiredForCustomScreenTypeRelationAttributeOnSubmit()
                                                                        throws java.lang.Exception
Throws:
java.lang.Exception

testCustomDataRequiredForCustomPIAttributeOnSubmit

public void testCustomDataRequiredForCustomPIAttributeOnSubmit()
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

testInvalidDatesOnProductInformationThrowsException

public void testInvalidDatesOnProductInformationThrowsException()
                                                         throws java.lang.Exception
Throws:
java.lang.Exception

testGetAttributeNameAndValueFromItemProductInformationAttribute

public void testGetAttributeNameAndValueFromItemProductInformationAttribute()
                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testIsDifferentiatorForAllPIAttrTypes

public void testIsDifferentiatorForAllPIAttrTypes()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

testGetAttributeNameAndValueFromScreenTypeProductInformationAttribute

public void testGetAttributeNameAndValueFromScreenTypeProductInformationAttribute()
                                                                           throws java.lang.Exception
Throws:
java.lang.Exception

testGetAttributeNameAndValueFromUdaHeaderProductInformationAttribute

public void testGetAttributeNameAndValueFromUdaHeaderProductInformationAttribute()
                                                                          throws java.lang.Exception
Throws:
java.lang.Exception

testGetAttributeNameAndValueFromFreeFormUdaProductInformationAttribute

public void testGetAttributeNameAndValueFromFreeFormUdaProductInformationAttribute()
                                                                            throws java.lang.Exception
Throws:
java.lang.Exception

testPIHasDifferentiatorButItemDoesNotHaveDifferentiator

public void testPIHasDifferentiatorButItemDoesNotHaveDifferentiator()
                                                             throws java.lang.Exception
Throws:
java.lang.Exception

testCreateSubmitProductInformationWithStartDateEarlierThanToday

public void testCreateSubmitProductInformationWithStartDateEarlierThanToday()
                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testCreateSubmitProductInformationWithStartEqualToToday

public void testCreateSubmitProductInformationWithStartEqualToToday()
                                                             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28