phpDocumentor TestlinkAPI
[ class tree: TestlinkAPI ] [ index: TestlinkAPI ] [ all elements ]

Class: TestlinkXMLRPCServerTest

Source Location: /test/TestlinkXMLRPCServerTest.php

Class TestlinkXMLRPCServerTest

Class Overview

Unit tests for the Testlink API

Located in /test/TestlinkXMLRPCServerTest.php [line 28]

PHPUnit_Framework_TestCase
   |
   --TestlinkXMLRPCServerTest
Author(s): Information Tags:
Version:  1.0
Since:  Class available since Release 1.8.0

Properties

Methods

[ Top ]
Property Summary
mixed   $client  
mixed   $SERVER_URL  

[ Top ]
Method Summary
static void   suite()  
void   setUp()  
void   testAbout()  
void   testCreateBuildWithInsufficientRights()  
void   testCreateBuildWithInvalidTPID()  
void   testCreateBuildWithNotes()  
void   testCreateBuildWithoutNotes()  
void   testGetLastTestResult()  
void   testGetProjects()  
void   testGetProjectsWithInsufficientRights()  
void   testGetProjectTestPlans()  
void   testGetProjectTestPlansWithInvalidID()  
void   testGetProjectTestPlansWithoutTestProjectID()  
void   testGetTestCaseIDByName()  
void   testGetTestCaseIDByNameWithInsufficientRights()  
void   testGetTestCaseIDByNameWithInvalidName()  
void   testGetTestCasesForTestSuite()  
void   testGetTestCasesForTestSuiteDeepFalse()  
void   testGetTestCasesForTestSuiteWithInsufficientRights()  
void   testGetTestCasesForTestSuiteWithInvalidSuiteID()  
void   testGetTestCasesForTestSuiteWithoutSuiteID()  
void   testGetTestSuitesForTestPlan()  
void   testGetTestSuitesForTestPlanWithoutTestPlanID()  
void   testNonExistantMethod()  
void   testRepeat()  
void   testReportTCResultNotGuessingBuildID()  
void   testReportTCResultRequestWithBlockedStatus()  
void   testReportTCResultRequestWithFailedStatus()  
void   testReportTCResultRequestWithInvalidStatus()  
void   testReportTCResultRequestWithoutStatus()  
void   testReportTCResultRequestWithPassedStatus()  
void   testReportTCResultRequestWithValidBuildID()  
void   testReportTCResultValidRequest()  
void   testReportTCResultWithEmptyDevKey()  
void   testReportTCResultWithInsufficientRights()  
void   testReportTCResultWithInvalidDevKey()  
void   testReportTCResultWithInvalidTCID()  
void   testReportTCResultWithInvalidTCIDAndTPIDCombo()  
void   testReportTCResultWithNoParams()  
void   testReportTCResultWithNotes()  
void   testReportTCResultWithoutDevKey()  
void   testReportTCResultWithoutNonIntTCID()  
void   testReportTCResultWithoutTCID()  
void   testReportTCResultWithoutTPID()  
void   testReportTCResultWithTimestamp()  
void   testSayHello()  
void   testValidDevKeyWorks()  

[ Top ]
Properties
mixed   $client [line 30]
API Tags:
Access:  protected


[ Top ]
mixed   $SERVER_URL = "http://localhost/testlink_trunk/lib/api/xmlrpc.php" [line 31]
API Tags:
Access:  protected


[ Top ]
Methods
static method suite  [line 54]

  static void suite( )


API Tags:
Access:  public


[ Top ]
setUp  [line 33]

  void setUp( )



[ Top ]
testAbout  [line 972]

  void testAbout( )



[ Top ]
testCreateBuildWithInsufficientRights  [line 564]

  void testCreateBuildWithInsufficientRights( )



[ Top ]
testCreateBuildWithInvalidTPID  [line 615]

  void testCreateBuildWithInvalidTPID( )



[ Top ]
testCreateBuildWithNotes  [line 599]

  void testCreateBuildWithNotes( )



[ Top ]
testCreateBuildWithoutNotes  [line 583]

  void testCreateBuildWithoutNotes( )



[ Top ]
testGetLastTestResult  [line 454]

  void testGetLastTestResult( )



[ Top ]
testGetProjects  [line 663]

  void testGetProjects( )



[ Top ]
testGetProjectsWithInsufficientRights  [line 696]

  void testGetProjectsWithInsufficientRights( )



[ Top ]
testGetProjectTestPlans  [line 727]

  void testGetProjectTestPlans( )



[ Top ]
testGetProjectTestPlansWithInvalidID  [line 716]

  void testGetProjectTestPlansWithInvalidID( )



[ Top ]
testGetProjectTestPlansWithoutTestProjectID  [line 721]

  void testGetProjectTestPlansWithoutTestProjectID( )



[ Top ]
testGetTestCaseIDByName  [line 886]

  void testGetTestCaseIDByName( )



[ Top ]
testGetTestCaseIDByNameWithInsufficientRights  [line 913]

  void testGetTestCaseIDByNameWithInsufficientRights( )



[ Top ]
testGetTestCaseIDByNameWithInvalidName  [line 933]

  void testGetTestCaseIDByNameWithInvalidName( )



[ Top ]
testGetTestCasesForTestSuite  [line 769]

  void testGetTestCasesForTestSuite( )



[ Top ]
testGetTestCasesForTestSuiteDeepFalse  [line 820]

  void testGetTestCasesForTestSuiteDeepFalse( )



[ Top ]
testGetTestCasesForTestSuiteWithInsufficientRights  [line 802]

  void testGetTestCasesForTestSuiteWithInsufficientRights( )



[ Top ]
testGetTestCasesForTestSuiteWithInvalidSuiteID  [line 867]

  void testGetTestCasesForTestSuiteWithInvalidSuiteID( )



[ Top ]
testGetTestCasesForTestSuiteWithoutSuiteID  [line 849]

  void testGetTestCasesForTestSuiteWithoutSuiteID( )



[ Top ]
testGetTestSuitesForTestPlan  [line 757]

  void testGetTestSuitesForTestPlan( )



[ Top ]
testGetTestSuitesForTestPlanWithoutTestPlanID  [line 763]

  void testGetTestSuitesForTestPlanWithoutTestPlanID( )



[ Top ]
testNonExistantMethod  [line 985]

  void testNonExistantMethod( )



[ Top ]
testRepeat  [line 958]

  void testRepeat( )



[ Top ]
testReportTCResultNotGuessingBuildID  [line 511]

  void testReportTCResultNotGuessingBuildID( )



[ Top ]
testReportTCResultRequestWithBlockedStatus  [line 352]

  void testReportTCResultRequestWithBlockedStatus( )



[ Top ]
testReportTCResultRequestWithFailedStatus  [line 393]

  void testReportTCResultRequestWithFailedStatus( )



[ Top ]
testReportTCResultRequestWithInvalidStatus  [line 329]

  void testReportTCResultRequestWithInvalidStatus( )



[ Top ]
testReportTCResultRequestWithoutStatus  [line 307]

  void testReportTCResultRequestWithoutStatus( )



[ Top ]
testReportTCResultRequestWithPassedStatus  [line 373]

  void testReportTCResultRequestWithPassedStatus( )



[ Top ]
testReportTCResultRequestWithValidBuildID  [line 488]

  void testReportTCResultRequestWithValidBuildID( )



[ Top ]
testReportTCResultValidRequest  [line 435]

  void testReportTCResultValidRequest( )



[ Top ]
testReportTCResultWithEmptyDevKey  [line 197]

  void testReportTCResultWithEmptyDevKey( )



[ Top ]
testReportTCResultWithInsufficientRights  [line 156]

  void testReportTCResultWithInsufficientRights( )



[ Top ]
testReportTCResultWithInvalidDevKey  [line 137]

  void testReportTCResultWithInvalidDevKey( )



[ Top ]
testReportTCResultWithInvalidTCID  [line 238]

  void testReportTCResultWithInvalidTCID( )



[ Top ]
testReportTCResultWithInvalidTCIDAndTPIDCombo  [line 429]

  void testReportTCResultWithInvalidTCIDAndTPIDCombo( )



[ Top ]
testReportTCResultWithNoParams  [line 413]

  void testReportTCResultWithNoParams( )



[ Top ]
testReportTCResultWithNotes  [line 542]

  void testReportTCResultWithNotes( )



[ Top ]
testReportTCResultWithoutDevKey  [line 180]

  void testReportTCResultWithoutDevKey( )



[ Top ]
testReportTCResultWithoutNonIntTCID  [line 262]

  void testReportTCResultWithoutNonIntTCID( )



[ Top ]
testReportTCResultWithoutTCID  [line 215]

  void testReportTCResultWithoutTCID( )



[ Top ]
testReportTCResultWithoutTPID  [line 286]

  void testReportTCResultWithoutTPID( )



[ Top ]
testReportTCResultWithTimestamp  [line 537]

  void testReportTCResultWithTimestamp( )



[ Top ]
testSayHello  [line 127]

  void testSayHello( )



[ Top ]
testValidDevKeyWorks  [line 639]

  void testValidDevKeyWorks( )



[ Top ]

Documentation generated on Fri, 17 Feb 2012 16:07:41 -0500 by phpDocumentor 1.4.4