public class UniformPathAssert extends org.assertj.core.api.AbstractAssert<UniformPathAssert,UniformPath>
UniformPath
.Modifier and Type | Method and Description |
---|---|
static UniformPathAssert |
assertThat(UniformPath actual)
Creates a new
UniformPathAssert . |
UniformPathAssert |
hasAncestor(UniformPath potentialAncestor)
Asserts that the uniform path has the given ancestor.
|
UniformPathAssert |
hasDescendant(UniformPath potentialDescendant)
Asserts that the uniform path has the given descendant.
|
UniformPathAssert |
hasParent(UniformPath potentialParent)
Asserts that the uniform path has the given parent.
|
UniformPathAssert |
hasPath(java.lang.String path)
Asserts that the uniform path has the given string representation.
|
UniformPathAssert |
isArchitecturePath()
Asserts that the uniform path is an architecture path.
|
UniformPathAssert |
isCodePath()
Asserts that the uniform path is a code path.
|
UniformPathAssert |
isIssuePath()
Asserts that the uniform path is an issue path.
|
UniformPathAssert |
isNonCodePath()
Asserts that the uniform path is a non-code path.
|
UniformPathAssert |
isNotRootPath()
Asserts that the uniform path is not a root path.
|
UniformPathAssert |
isRootPath()
Asserts that the uniform path is a root path.
|
UniformPathAssert |
isTestPath()
Asserts that the uniform path is a test path.
|
UniformPathAssert |
notHasAncestor(UniformPath potentialAncestor)
Asserts that the uniform path doesn't have the given ancestor.
|
UniformPathAssert |
notHasDescendant(UniformPath potentialDescendant)
Asserts that the uniform path doesn't have the given descendant.
|
UniformPathAssert |
notHasParent(UniformPath potentialParent)
Asserts that the uniform path doesn't have the given parent.
|
as, as, asInstanceOf, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
public static UniformPathAssert assertThat(UniformPath actual)
UniformPathAssert
.public UniformPathAssert hasPath(java.lang.String path)
public UniformPathAssert isCodePath()
public UniformPathAssert isArchitecturePath()
public UniformPathAssert isNonCodePath()
public UniformPathAssert isIssuePath()
public UniformPathAssert isTestPath()
public UniformPathAssert isRootPath()
public UniformPathAssert isNotRootPath()
public UniformPathAssert hasAncestor(UniformPath potentialAncestor)
public UniformPathAssert notHasAncestor(UniformPath potentialAncestor)
public UniformPathAssert hasDescendant(UniformPath potentialDescendant)
public UniformPathAssert notHasDescendant(UniformPath potentialDescendant)
public UniformPathAssert hasParent(UniformPath potentialParent)
public UniformPathAssert notHasParent(UniformPath potentialParent)