static method main [line 88]
Runs the test methods of this class.
Tags:
method setUp [line 101]
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
Tags:
method tearDown [line 116]
Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
Tags:
method testWhenLocationNotSetAndPearizeFalse [line 148]
void testWhenLocationNotSetAndPearizeFalse(
)
|
|
Shows correct behavior when
sourceLocation is not set yet with pearize explicitly false
Tags:
method testWhenLocationNotSetAndPearizeNull [line 139]
void testWhenLocationNotSetAndPearizeNull(
)
|
|
Shows correct behavior when
sourceLocation is not set yet with no pearize value set
Tags:
method testWhenLocationNotSetAndPearizeTrue [line 157]
void testWhenLocationNotSetAndPearizeTrue(
)
|
|
Shows correct behavior when
sourceLocation is not set yet with pearize explicitly true
Tags:
method testWhenNonPearLocationSetAndPearizeFalse [line 177]
void testWhenNonPearLocationSetAndPearizeFalse(
)
|
|
Shows correct behavior when
sourceLocation is set to an absolute path that is not a "pear" location, with pearize explicitly false
Tags:
method testWhenNonPearLocationSetAndPearizeNull [line 167]
void testWhenNonPearLocationSetAndPearizeNull(
)
|
|
Shows correct behavior when
sourceLocation is set to an absolute path that is not a "pear" location, with no pearize value set
Tags:
method testWhenNonPearLocationSetAndPearizeTrue [line 190]
void testWhenNonPearLocationSetAndPearizeTrue(
)
|
|
Shows correct behavior when
sourceLocation is set to an absolute path that is not a "pear" location, with pearize explicitly true
Tags:
method testWhenNonPearLocationSetIncludingDotsAndPearizeFalse [line 240]
void testWhenNonPearLocationSetIncludingDotsAndPearizeFalse(
)
|
|
Include a ".." in an absolute, non-PEAR path,
with pearize explicitly false
Tags:
method testWhenNonPearLocationSetIncludingDotsAndPearizeNull [line 231]
void testWhenNonPearLocationSetIncludingDotsAndPearizeNull(
)
|
|
Include a ".." in an absolute, non-PEAR path,
with pearize not set
Tags:
method testWhenNonPearLocationSetIncludingDotsAndPearizeTrue [line 252]
void testWhenNonPearLocationSetIncludingDotsAndPearizeTrue(
)
|
|
Include a ".." in an absolute, non-PEAR path,
with pearize explicitly true
Tags:
method testWhenNonPearRelativeLocationSetAndPearizeFalse [line 271]
void testWhenNonPearRelativeLocationSetAndPearizeFalse(
)
|
|
Include a ".." in a relative, non-PEAR path,
with pearize explicitly false
Tags:
method testWhenNonPearRelativeLocationSetAndPearizeNull [line 262]
void testWhenNonPearRelativeLocationSetAndPearizeNull(
)
|
|
Include a ".." in a relative, non-PEAR path,
with pearize not set
Tags:
method testWhenNonPearRelativeLocationSetAndPearizeTrue [line 283]
void testWhenNonPearRelativeLocationSetAndPearizeTrue(
)
|
|
Include a ".." in a relative, non-PEAR path,
with pearize explicitly false
Tags:
method testWhenPearLocationSetAndPearizeFalse [line 211]
void testWhenPearLocationSetAndPearizeFalse(
)
|
|
Show correct behavior when
sourceLocation is set to an absolute path that IS a "pear" location, with pearize explicitly false
Tags:
method testWhenPearLocationSetAndPearizeNull [line 201]
void testWhenPearLocationSetAndPearizeNull(
)
|
|
Show correct behavior when
sourceLocation is set to an absolute path that IS a "pear" location, with pearize not set
Tags:
method testWhenPearLocationSetAndPearizeTrue [line 221]
void testWhenPearLocationSetAndPearizeTrue(
)
|
|
Show correct behavior when
sourceLocation is set to an absolute path that IS a "pear" location, with pearize explicitly true
Tags:
method testWhenPearLocationSetIncludingDotsAndPearizeFalse [line 302]
void testWhenPearLocationSetIncludingDotsAndPearizeFalse(
)
|
|
Include a ".." in an absolute, PEAR path,
with pearize explicitly false
Tags:
method testWhenPearLocationSetIncludingDotsAndPearizeNull [line 293]
void testWhenPearLocationSetIncludingDotsAndPearizeNull(
)
|
|
Include a ".." in an absolute, PEAR path,
with pearize not set
Tags:
method testWhenPearLocationSetIncludingDotsAndPearizeTrue [line 311]
void testWhenPearLocationSetIncludingDotsAndPearizeTrue(
)
|
|
Include a ".." in an absolute, PEAR path,
with pearize explicitly true
Tags:
method testWhenPearRelativeLocationSetAndPearizeFalse [line 330]
void testWhenPearRelativeLocationSetAndPearizeFalse(
)
|
|
Include a ".." in a relative, PEAR path,
with pearize explicitly false
Tags:
method testWhenPearRelativeLocationSetAndPearizeNull [line 321]
void testWhenPearRelativeLocationSetAndPearizeNull(
)
|
|
Include a ".." in a relative, PEAR path,
with pearize not set
Tags:
method testWhenPearRelativeLocationSetAndPearizeTrue [line 339]
void testWhenPearRelativeLocationSetAndPearizeTrue(
)
|
|
Include a ".." in a relative, PEAR path,
with pearize explicitly true
Tags: