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 138]
void testWhenLocationNotSetAndPearizeFalse(
)
|
|
Shows correct behavior when
sourceLocation is not set yet with pearize explicitly false
testWhenLocationNotSetAndPearizeNull [line 129]
void testWhenLocationNotSetAndPearizeNull(
)
|
|
Shows correct behavior when
sourceLocation is not set yet with no pearize value set
testWhenLocationNotSetAndPearizeTrue [line 147]
void testWhenLocationNotSetAndPearizeTrue(
)
|
|
Shows correct behavior when
sourceLocation is not set yet with pearize explicitly true
testWhenNonPearLocationSetAndPearizeFalse [line 167]
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 157]
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 177]
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 227]
void testWhenNonPearLocationSetIncludingDotsAndPearizeFalse(
)
|
|
Include a ".." in an absolute, non-PEAR path,
with pearize explicitly false
testWhenNonPearLocationSetIncludingDotsAndPearizeNull [line 218]
void testWhenNonPearLocationSetIncludingDotsAndPearizeNull(
)
|
|
Include a ".." in an absolute, non-PEAR path,
with pearize not set
testWhenNonPearLocationSetIncludingDotsAndPearizeTrue [line 236]
void testWhenNonPearLocationSetIncludingDotsAndPearizeTrue(
)
|
|
Include a ".." in an absolute, non-PEAR path,
with pearize explicitly true
testWhenNonPearRelativeLocationSetAndPearizeFalse [line 255]
void testWhenNonPearRelativeLocationSetAndPearizeFalse(
)
|
|
Include a ".." in a relative, non-PEAR path,
with pearize explicitly false
testWhenNonPearRelativeLocationSetAndPearizeNull [line 246]
void testWhenNonPearRelativeLocationSetAndPearizeNull(
)
|
|
Include a ".." in a relative, non-PEAR path,
with pearize not set
testWhenNonPearRelativeLocationSetAndPearizeTrue [line 264]
void testWhenNonPearRelativeLocationSetAndPearizeTrue(
)
|
|
Include a ".." in a relative, non-PEAR path,
with pearize explicitly false
testWhenPearLocationSetAndPearizeFalse [line 198]
void testWhenPearLocationSetAndPearizeFalse(
)
|
|
Show correct behavior when
sourceLocation is set to an absolute path that IS a "pear" location, with pearize explicitly false
testWhenPearLocationSetAndPearizeNull [line 188]
void testWhenPearLocationSetAndPearizeNull(
)
|
|
Show correct behavior when
sourceLocation is set to an absolute path that IS a "pear" location, with pearize not set
testWhenPearLocationSetAndPearizeTrue [line 208]
void testWhenPearLocationSetAndPearizeTrue(
)
|
|
Show correct behavior when
sourceLocation is set to an absolute path that IS a "pear" location, with pearize explicitly true
testWhenPearLocationSetIncludingDotsAndPearizeFalse [line 283]
void testWhenPearLocationSetIncludingDotsAndPearizeFalse(
)
|
|
Include a ".." in an absolute, PEAR path,
with pearize explicitly false
testWhenPearLocationSetIncludingDotsAndPearizeNull [line 274]
void testWhenPearLocationSetIncludingDotsAndPearizeNull(
)
|
|
Include a ".." in an absolute, PEAR path,
with pearize not set
testWhenPearLocationSetIncludingDotsAndPearizeTrue [line 292]
void testWhenPearLocationSetIncludingDotsAndPearizeTrue(
)
|
|
Include a ".." in an absolute, PEAR path,
with pearize explicitly true
testWhenPearRelativeLocationSetAndPearizeFalse [line 311]
void testWhenPearRelativeLocationSetAndPearizeFalse(
)
|
|
Include a ".." in a relative, PEAR path,
with pearize explicitly false
testWhenPearRelativeLocationSetAndPearizeNull [line 302]
void testWhenPearRelativeLocationSetAndPearizeNull(
)
|
|
Include a ".." in a relative, PEAR path,
with pearize not set
testWhenPearRelativeLocationSetAndPearizeTrue [line 320]
void testWhenPearRelativeLocationSetAndPearizeTrue(
)
|
|
Include a ".." in a relative, PEAR path,
with pearize explicitly true