[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/tests/soap/ -> IssueUpdateTest.php (summary)

(no description)

Copyright: Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@lists.sourceforge.net
File Size: 461 lines (13 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 1 file
 tests/soap/SoapBase.php

Defines 1 class

IssueUpdateTest:: (8 methods):
  testUpdateSummaryBasedOnPreviousGet()
  testUpdateSummaryBasedOnMandatoryFields()
  testUpdateWithNewNote()
  testUpdateIssueWithHandler()
  testUpdateIssueDueDate()
  testUpdateBugWithNoCategory()
  testUpdateWithTimeTrackingNote()
  testUpdateWithRareFields()


Class: IssueUpdateTest  - X-Ref

Test fixture for issue update webservice methods.

testUpdateSummaryBasedOnPreviousGet()   X-Ref
A test case that tests the following:
1. Ability to create an issue with only the mandatory parameters.
2. Ability to retrieve the issue just added.
3. Ability to modify the summary of the retrieved issue and update it in MantisBT.
4. Ability to delete the issue.


testUpdateSummaryBasedOnMandatoryFields()   X-Ref
A test case that tests the following:
1. Ability to create an issue with only the mandatory parameters.
2. Ability to update the summary of the issue while only supplying the mandatory fields.
3. Ability to delete the issue.


testUpdateWithNewNote()   X-Ref
This test case tests the following:
1. Creation of an issue.
2. Adding a note to the issue.
3. Getting the issue and calling update - making sure the note is not duplicated.
4. Getting the issue, adding a new note and making sure that the first is not duplicated, but second is added.
5. Deleting the issue.


testUpdateIssueWithHandler()   X-Ref
This issue tests the following:
1. Retrieving all the administrator users, and verifying only one is present
2. Creating an issue
3. Retrieving the issue after it is created
4. Updating the issue to add a handler
5. Verifying that the correct handler is passed
6. Deleting the issue


testUpdateIssueDueDate()   X-Ref
This issue tests the following

1. Creating an issue
2. Retrieving the issue
3. Updating the issue with a new date
4. Re-retrieving the issue
5. Validating the value of the due date

testUpdateBugWithNoCategory()   X-Ref
This issue tests the following

1. Creating an issue with no category
2. Updating the issue to unset the category
3. Retrieving the issue
4. Verifying that the category is empty.

testUpdateWithTimeTrackingNote()   X-Ref
No description

testUpdateWithRareFields()   X-Ref
No description



Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7