Class TestRepairAttributeValues

  • All Implemented Interfaces:
    junit.framework.Test

    public class TestRepairAttributeValues
    extends junit.framework.TestCase
    • Constructor Detail

      • TestRepairAttributeValues

        public TestRepairAttributeValues​(java.lang.String name)
    • Method Detail

      • suite

        public static junit.framework.Test suite()
      • setUp

        protected void setUp()
        Overrides:
        setUp in class junit.framework.TestCase
      • tearDown

        protected void tearDown()
        Overrides:
        tearDown in class junit.framework.TestCase
      • TestRepairAttributeValues_CodeString_Good

        public void TestRepairAttributeValues_CodeString_Good()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_CodeString_Trim

        public void TestRepairAttributeValues_CodeString_Trim()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_CodeString_TooLong

        public void TestRepairAttributeValues_CodeString_TooLong()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_CodeString_ControlCharacter

        public void TestRepairAttributeValues_CodeString_ControlCharacter()
                                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_CodeString_EmbeddedBadCharacter

        public void TestRepairAttributeValues_CodeString_EmbeddedBadCharacter()
                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_ShortString_Good

        public void TestRepairAttributeValues_ShortString_Good()
                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_ShortString_Trim

        public void TestRepairAttributeValues_ShortString_Trim()
                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_ShortString_TooLong

        public void TestRepairAttributeValues_ShortString_TooLong()
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_ShortString_ControlCharacter

        public void TestRepairAttributeValues_ShortString_ControlCharacter()
                                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_ShortString_EmbeddedBackslash

        public void TestRepairAttributeValues_ShortString_EmbeddedBackslash()
                                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_LongString_Good

        public void TestRepairAttributeValues_LongString_Good()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_LongString_Trim

        public void TestRepairAttributeValues_LongString_Trim()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_LongString_TooLong

        public void TestRepairAttributeValues_LongString_TooLong()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_LongString_ControlCharacter

        public void TestRepairAttributeValues_LongString_ControlCharacter()
                                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_LongString_EmbeddedBackslash

        public void TestRepairAttributeValues_LongString_EmbeddedBackslash()
                                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_ShortText_Good

        public void TestRepairAttributeValues_ShortText_Good()
                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_ShortText_Trim

        public void TestRepairAttributeValues_ShortText_Trim()
                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_ShortText_TooLong

        public void TestRepairAttributeValues_ShortText_TooLong()
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_DecimalString_Good

        public void TestRepairAttributeValues_DecimalString_Good()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_DecimalString_Trim

        public void TestRepairAttributeValues_DecimalString_Trim()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_DecimalString_TooLong

        public void TestRepairAttributeValues_DecimalString_TooLong()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_DecimalString_ControlCharacter

        public void TestRepairAttributeValues_DecimalString_ControlCharacter()
                                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_DecimalString_EmbeddedBadCharacter

        public void TestRepairAttributeValues_DecimalString_EmbeddedBadCharacter()
                                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_IntegerString_Good

        public void TestRepairAttributeValues_IntegerString_Good()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_IntegerString_Trim

        public void TestRepairAttributeValues_IntegerString_Trim()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_IntegerString_TooLong

        public void TestRepairAttributeValues_IntegerString_TooLong()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_IntegerString_TooLargeAnIntegerValue

        public void TestRepairAttributeValues_IntegerString_TooLargeAnIntegerValue()
                                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_IntegerString_TooSmallAnIntegerValue

        public void TestRepairAttributeValues_IntegerString_TooSmallAnIntegerValue()
                                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_IntegerString_ControlCharacter

        public void TestRepairAttributeValues_IntegerString_ControlCharacter()
                                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_IntegerString_EmbeddedBadCharacter

        public void TestRepairAttributeValues_IntegerString_EmbeddedBadCharacter()
                                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_UniqueIdentifier_Good

        public void TestRepairAttributeValues_UniqueIdentifier_Good()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_UniqueIdentifier_Trim

        public void TestRepairAttributeValues_UniqueIdentifier_Trim()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_UniqueIdentifier_TooLong

        public void TestRepairAttributeValues_UniqueIdentifier_TooLong()
                                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_UniqueIdentifier_BadTrailingSpace

        public void TestRepairAttributeValues_UniqueIdentifier_BadTrailingSpace()
                                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_UniqueIdentifier_EmbeddedBadCharacter

        public void TestRepairAttributeValues_UniqueIdentifier_EmbeddedBadCharacter()
                                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_AgeString_GoodYear

        public void TestRepairAttributeValues_AgeString_GoodYear()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_AgeString_GoodMonth

        public void TestRepairAttributeValues_AgeString_GoodMonth()
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_AgeString_GoodWeek

        public void TestRepairAttributeValues_AgeString_GoodWeek()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_AgeString_GoodDay

        public void TestRepairAttributeValues_AgeString_GoodDay()
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_AgeString_BadUnit

        public void TestRepairAttributeValues_AgeString_BadUnit()
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_AgeString_TooShort

        public void TestRepairAttributeValues_AgeString_TooShort()
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_AgeString_TooLong

        public void TestRepairAttributeValues_AgeString_TooLong()
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_Date_Good

        public void TestRepairAttributeValues_Date_Good()
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_Date_TooShort

        public void TestRepairAttributeValues_Date_TooShort()
                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_Date_TooLong

        public void TestRepairAttributeValues_Date_TooLong()
                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_Date_BadPeriods

        public void TestRepairAttributeValues_Date_BadPeriods()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_Date_BadSlashes

        public void TestRepairAttributeValues_Date_BadSlashes()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_DateTime_GoodWithTimezoneAndFullFraction

        public void TestRepairAttributeValues_DateTime_GoodWithTimezoneAndFullFraction()
                                                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_DateTime_GoodWithNoTimezoneAndNoFraction

        public void TestRepairAttributeValues_DateTime_GoodWithNoTimezoneAndNoFraction()
                                                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_DateTime_TooLong

        public void TestRepairAttributeValues_DateTime_TooLong()
                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_DateTime_EmbeddedBadCharacter

        public void TestRepairAttributeValues_DateTime_EmbeddedBadCharacter()
                                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_Time_Good

        public void TestRepairAttributeValues_Time_Good()
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_Time_TooShort

        public void TestRepairAttributeValues_Time_TooShort()
                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_Time_TooLong

        public void TestRepairAttributeValues_Time_TooLong()
                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_Time_BadColons

        public void TestRepairAttributeValues_Time_BadColons()
                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_UnlimitedCharacters_Good

        public void TestRepairAttributeValues_UnlimitedCharacters_Good()
                                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_UnlimitedCharacters_Trim

        public void TestRepairAttributeValues_UnlimitedCharacters_Trim()
                                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_UnlimitedCharacters_ControlCharacter

        public void TestRepairAttributeValues_UnlimitedCharacters_ControlCharacter()
                                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestRepairAttributeValues_UnlimitedCharacters_EmbeddedBackslash

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