| [ 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: | 240 lines (7 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file tests/soap/SoapBase.php |
Class: FilterTest - X-Ref
Test fixture for filter related webservice method.| testGetProjectIssues() X-Ref |
| A test case that tests the following: 1. Retrieving all the project's issues 2. Creating an issue 3. Retrieving all the project's issues 4. Verifying that one extra issue is found in the results 5. Verifying that the first returned issue is the one we have submitted |
| testGetProjectIssueHeaders() X-Ref |
| A test case that tests the following: 1. Retrieving all the project's issue headers 2. Creating an issue 3. Retrieving all the project's issue headers 4. Verifying that one extra issue is found in the results 5. Verifying that the first returned issue is the one we have submitted |
| testGetProjectIssueHeadersCountNotes() X-Ref |
| A test case that tests the following: 1. Retrieving all the project's issue headers 2. Creating an issue 3. Retrieving the issue 4. Creating 3 notes for that issue 5. Retrieving all the project's issue headers 7. Verifying that the first returned issue has 3 notes |
| testGetProjectClosedIssues() X-Ref |
| A test case that tests the following: 1. Retrieving all the project's issues 2. Creating an issue with status = closed and resolution = fixed 3. Retrieving all the project's issues 4. Verifying that one extra issue is found in the results |
| testGetProjectIssuesWithoutCategory() X-Ref |
| A test case that tests the following: 1. Creating an issue with a category 2. Retrieving all the project's issues 3. Verifying that the created issue is present in the retrieved issues Test created to verify issue #11609 |
| testGetIssueHeadersPaged() X-Ref |
| Verifies that after the last page no more issues are being returned |
| testGetIssuesPaged() X-Ref |
| Verifies that after the last page no more issues are being returned |
| getProjectIssues() X-Ref |
return: Array the project issues |
| getProjectIssueHeaders() X-Ref |
return: Array the project issues |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |