Unit tests for the Testlink API
Located in /test/TestlinkXMLRPCServerTest.php [line 28]
PHPUnit_Framework_TestCase | --TestlinkXMLRPCServerTest
Properties
Methods
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( )