public class SourcePathTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SourcePathTest.Child |
static class |
SourcePathTest.Root |
Constructor and Description |
---|
SourcePathTest() |
public void setUp()
public void testGetPath() throws GeneratorException
GeneratorException
public void testGetPathInfiniteLoop() throws GeneratorException
GeneratorException
public void testGetElementFromRootWithSlash()
public void testGetElementFromRootSingleRelativeElement()
public void testGetElementFromRootSingleRelativeElementNoMatch()
public void testGetElementFromRootSingleAbsoluteElement()
public void testGetElementFromRootSingleAbsoluteElementNoMatch()
public void testGetElementFromRootWildcardAtStart()
public void testGetElementFromRootWildcardInMiddle()
public void testGetElementFromRootParentInMiddle()
public void testGetPreceding()
public void testGetPrecedingNoMatch()
public void testGetFollowing()
public void testGetFollowingNoMatch()
public void testIteratePointerGetRoot()
public void testIteratePointerGetRootBaseNull()
public void testIteratePointerGetChildRootSameAsBase()
public void testIteratePointerGetChildRootNull()
public void testIteratePointerSeveralMatches()
public void testIteratePointerSeveralMatchesintermediateBase()
public void testIteratePointerNotDefaultParent()
public void testIteratePointerGetParent()
public void testIteratePointerModelStringSelf()
public void testIteratePointerModelStringField()
public void testIteratePointerModelStringFieldRootNull()
public void testIteratePointerModelStringGetter()
public void testIteratePointerModelStringFieldAndGetter()
public void testIteratePointerModelListField()
public void testIteratePointerModelListDotWithBaseField()
public void testIteratePointerModelListProperty()
public void testIteratePointerModelListPropertyWithIndex()
public void testIteratePointerModelListChainedAttribute()
public void testIteratePointerModelPublicListWithIndex()
public void testIteratePointerModelListChainedAttributeIntermediateBase()
public static void assertSamePointer(SourcePathPointer expected, SourcePathPointer actual)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.