Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Unit Testing of the IntermediateParser's addPrivatePage() method
Tags:
- author - Chuck Burgess
- since - 1.4.0a2
[ Top ]
Class Variables
Class Methods
static main
static void main(
)
[line 99]
Runs the test methods of this class.
Tags:
- since - 1.4.0a2
- access - public
Parameters:
[ Top ]
setUp
void setUp(
)
[line 112]
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
Tags:
- since - 1.4.0a2
- access - protected
Parameters:
[ Top ]
tearDown
void tearDown(
)
[line 131]
Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
Tags:
- since - 1.4.0a2
- access - protected
Parameters:
[ Top ]
testShowCorrectBehaviorWhenPrivatePageArrayIsEmpty
void testShowCorrectBehaviorWhenPrivatePageArrayIsEmpty(
)
[line 200]
Shows correct behavior for adding a private page object,
when the privatepages array is completely empty
Tags:
- since - 1.4.0a2
- access - public
Parameters:
[ Top ]
testShowCorrectBehaviorWhenPrivatePageArrayIsNotAlreadyEmpty
void testShowCorrectBehaviorWhenPrivatePageArrayIsNotAlreadyEmpty(
)
[line 157]
Shows correct behavior for adding a private page object,
when the privatepages array already has an element
Tags:
- since - 1.4.0a2
- access - public
Parameters:
[ Top ]