main [line 77]
Runs the test methods of this class.
setUp [line 90]
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
tearDown [line 105]
Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
testWhenLocationNotSetAndPearizeFalse [line 137]
void testWhenLocationNotSetAndPearizeFalse(
)
|
|
Shows correct behavior when
sourceLocation is not set yet with pearize explicitly false
testWhenLocationNotSetAndPearizeNull [line 128]
void testWhenLocationNotSetAndPearizeNull(
)
|
|
Shows correct behavior when
sourceLocation is not set yet with no pearize value set
testWhenLocationNotSetAndPearizeTrue [line 146]
void testWhenLocationNotSetAndPearizeTrue(
)
|
|
Shows correct behavior when
sourceLocation is not set yet with pearize explicitly true
testWhenNonPearLocationSetAndPearizeFalse [line 166]
void testWhenNonPearLocationSetAndPearizeFalse(
)
|
|
Shows correct behavior when
sourceLocation is set to an absolute path that is not a "pear" location, with pearize explicitly false
testWhenNonPearLocationSetAndPearizeNull [line 156]
void testWhenNonPearLocationSetAndPearizeNull(
)
|
|
Shows correct behavior when
sourceLocation is set to an absolute path that is not a "pear" location, with no pearize value set
testWhenNonPearLocationSetAndPearizeTrue [line 179]
void testWhenNonPearLocationSetAndPearizeTrue(
)
|
|
Shows correct behavior when
sourceLocation is set to an absolute path that is not a "pear" location, with pearize explicitly true
testWhenNonPearLocationSetIncludingDotsAndPearizeFalse [line 229]
void testWhenNonPearLocationSetIncludingDotsAndPearizeFalse(
)
|
|
Include a ".." in an absolute, non-PEAR path,
with pearize explicitly false
testWhenNonPearLocationSetIncludingDotsAndPearizeNull [line 220]
void testWhenNonPearLocationSetIncludingDotsAndPearizeNull(
)
|
|
Include a ".." in an absolute, non-PEAR path,
with pearize not set
testWhenNonPearLocationSetIncludingDotsAndPearizeTrue [line 241]
void testWhenNonPearLocationSetIncludingDotsAndPearizeTrue(
)
|
|
Include a ".." in an absolute, non-PEAR path,
with pearize explicitly true
testWhenNonPearRelativeLocationSetAndPearizeFalse [line 260]
void testWhenNonPearRelativeLocationSetAndPearizeFalse(
)
|
|
Include a ".." in a relative, non-PEAR path,
with pearize explicitly false
testWhenNonPearRelativeLocationSetAndPearizeNull [line 251]
void testWhenNonPearRelativeLocationSetAndPearizeNull(
)
|
|
Include a ".." in a relative, non-PEAR path,
with pearize not set
testWhenNonPearRelativeLocationSetAndPearizeTrue [line 272]
void testWhenNonPearRelativeLocationSetAndPearizeTrue(
)
|
|
Include a ".." in a relative, non-PEAR path,
with pearize explicitly false
testWhenPearLocationSetAndPearizeFalse [line 200]
void testWhenPearLocationSetAndPearizeFalse(
)
|
|
Show correct behavior when
sourceLocation is set to an absolute path that IS a "pear" location, with pearize explicitly false
testWhenPearLocationSetAndPearizeNull [line 190]
void testWhenPearLocationSetAndPearizeNull(
)
|
|
Show correct behavior when
sourceLocation is set to an absolute path that IS a "pear" location, with pearize not set
testWhenPearLocationSetAndPearizeTrue [line 210]
void testWhenPearLocationSetAndPearizeTrue(
)
|
|
Show correct behavior when
sourceLocation is set to an absolute path that IS a "pear" location, with pearize explicitly true
testWhenPearLocationSetIncludingDotsAndPearizeFalse [line 291]
void testWhenPearLocationSetIncludingDotsAndPearizeFalse(
)
|
|
Include a ".." in an absolute, PEAR path,
with pearize explicitly false
testWhenPearLocationSetIncludingDotsAndPearizeNull [line 282]
void testWhenPearLocationSetIncludingDotsAndPearizeNull(
)
|
|
Include a ".." in an absolute, PEAR path,
with pearize not set
testWhenPearLocationSetIncludingDotsAndPearizeTrue [line 300]
void testWhenPearLocationSetIncludingDotsAndPearizeTrue(
)
|
|
Include a ".." in an absolute, PEAR path,
with pearize explicitly true
testWhenPearRelativeLocationSetAndPearizeFalse [line 319]
void testWhenPearRelativeLocationSetAndPearizeFalse(
)
|
|
Include a ".." in a relative, PEAR path,
with pearize explicitly false
testWhenPearRelativeLocationSetAndPearizeNull [line 310]
void testWhenPearRelativeLocationSetAndPearizeNull(
)
|
|
Include a ".." in a relative, PEAR path,
with pearize not set
testWhenPearRelativeLocationSetAndPearizeTrue [line 328]
void testWhenPearRelativeLocationSetAndPearizeTrue(
)
|
|
Include a ".." in a relative, PEAR path,
with pearize explicitly true