| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@lists.sourceforge.net |
| File Size: | 200 lines (6 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file tests/soap/SoapBase.php |
IssueMonitorTest:: (5 methods):
testCreateIssueHasEmptyMonitorList()
testAddMonitorWhenCreatingAnIssue()
testAddMonitorToExistingIssue()
testRemoveMonitor()
testUpdateKeepsMonitor()
Class: IssueMonitorTest - X-Ref
Test fixture for issue monitoring webservice methods.| testCreateIssueHasEmptyMonitorList() X-Ref |
| A test case that tests the following: 1. Creates a new issue 2. validates that the monitor list is empty |
| testAddMonitorWhenCreatingAnIssue() X-Ref |
| A test case that tests the following 1. Creates a new issue 2. Adds a monitor to it 3. Retrieves the issue and verifies that the user is in the monitor list 4. Removes a monitor from the issue 5. Retrieves the issue and verifies that the user is not in the monitor list |
| testAddMonitorToExistingIssue() X-Ref |
| A test case that tests the following 1. Creates a new issue 2. Adds a monitor to it 3. Retrieves the issue and verifies that the user is in the monitor list |
| testRemoveMonitor() X-Ref |
| A test case that tests the following 1. Creates a new issue with a monitor 2. Retrieves the issue 3. Updates the monitor list to be empty 4. Retrieves the issue and verifies that the monitors list is empty |
| testUpdateKeepsMonitor() X-Ref |
| A test case that tests the following 1. Creates a new issue with a monitor 2. Retrieves the issue 3. Updates the issue ( no actual changes ) 4. Retrieves the issue and verifies that the monitors list is unchanged |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |