Klasse SourcePathTest

java.lang.Object
org.apache.torque.generator.source.SourcePathTest

public class SourcePathTest extends Object
  • Konstruktordetails

    • SourcePathTest

      public SourcePathTest()
  • Methodendetails

    • setUp

      public void setUp()
    • testGetPath

      public void testGetPath() throws org.apache.torque.generator.GeneratorException
      Löst aus:
      org.apache.torque.generator.GeneratorException
    • testGetPathInfiniteLoop

      public void testGetPathInfiniteLoop() throws org.apache.torque.generator.GeneratorException
      Löst aus:
      org.apache.torque.generator.GeneratorException
    • testGetElementFromRootWithSlash

      public void testGetElementFromRootWithSlash()
    • testGetElementFromRootSingleRelativeElement

      public void testGetElementFromRootSingleRelativeElement()
    • testGetElementFromRootSingleRelativeElementNoMatch

      public void testGetElementFromRootSingleRelativeElementNoMatch()
    • testGetElementFromRootSingleAbsoluteElement

      public void testGetElementFromRootSingleAbsoluteElement()
    • testGetElementFromRootSingleAbsoluteElementNoMatch

      public void testGetElementFromRootSingleAbsoluteElementNoMatch()
    • testGetElementFromRootWildcardAtStart

      public void testGetElementFromRootWildcardAtStart()
    • testGetElementFromRootWildcardInMiddle

      public void testGetElementFromRootWildcardInMiddle()
    • testGetElementFromRootParentInMiddle

      public void testGetElementFromRootParentInMiddle()
    • testGetPreceding

      public void testGetPreceding()
    • testGetPrecedingNoMatch

      public void testGetPrecedingNoMatch()
    • testGetFollowing

      public void testGetFollowing()
    • testGetFollowingNoMatch

      public void testGetFollowingNoMatch()
    • testIteratePointerGetRoot

      public void testIteratePointerGetRoot()
    • testIteratePointerGetRootBaseNull

      public void testIteratePointerGetRootBaseNull()
    • testIteratePointerGetChildRootSameAsBase

      public void testIteratePointerGetChildRootSameAsBase()
    • testIteratePointerGetChildRootNull

      public void testIteratePointerGetChildRootNull()
    • testIteratePointerSeveralMatches

      public void testIteratePointerSeveralMatches()
    • testIteratePointerSeveralMatchesintermediateBase

      public void testIteratePointerSeveralMatchesintermediateBase()
    • testIteratePointerNotDefaultParent

      public void testIteratePointerNotDefaultParent()
      Test that we can iterate over path where the parent element of the matching elements is not the primary parent element.
    • testIteratePointerGetParent

      public void testIteratePointerGetParent()
      Test that we can iterate over the parent element.
    • testIteratePointerModelStringSelf

      public void testIteratePointerModelStringSelf()
    • testIteratePointerModelStringField

      public void testIteratePointerModelStringField()
    • testIteratePointerModelStringFieldRootNull

      public void testIteratePointerModelStringFieldRootNull()
    • testIteratePointerModelStringGetter

      public void testIteratePointerModelStringGetter()
    • testIteratePointerModelStringFieldAndGetter

      public void testIteratePointerModelStringFieldAndGetter()
    • testIteratePointerModelListField

      public void testIteratePointerModelListField()
    • testIteratePointerModelListDotWithBaseField

      public void testIteratePointerModelListDotWithBaseField()
    • testIteratePointerModelListProperty

      public void testIteratePointerModelListProperty()
    • testIteratePointerModelListPropertyWithIndex

      public void testIteratePointerModelListPropertyWithIndex()
    • testIteratePointerModelListChainedAttribute

      public void testIteratePointerModelListChainedAttribute()
    • testIteratePointerModelPublicListWithIndex

      public void testIteratePointerModelPublicListWithIndex()
    • testIteratePointerModelListChainedAttributeIntermediateBase

      public void testIteratePointerModelListChainedAttributeIntermediateBase()
    • assertSamePointer

      public static void assertSamePointer(org.apache.torque.generator.source.SourcePathPointer expected, org.apache.torque.generator.source.SourcePathPointer actual)