PHP Class fkooman\RemoteStorage\RemoteStorageTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Mostra file Open project: fkooman/php-remote-storage

Public Methods

Method Description
setUp ( )
testDeleteDocument ( )
testDeleteIfMatchPrecondition ( )
testDeleteMultipleDocuments ( )
testGetDocumentIfMatch ( )
testGetFolder ( )
testGetFolderIfMatch ( )
testGetFolderWithFolder ( )
testPutDocument ( )
testPutDocumentIfNoneMatchStarFail ( )
testPutDocumentIfNoneMatchStarOkay ( )
testPutIfMatchNotExistingFile ( )
testPutIfMatchPrecondition ( )
testPutMultipleDocuments ( )

Method Details

setUp() public method

public setUp ( )

testDeleteDocument() public method

public testDeleteDocument ( )

testDeleteIfMatchPrecondition() public method

testDeleteMultipleDocuments() public method

testGetDocumentIfMatch() public method

testGetFolder() public method

public testGetFolder ( )

testGetFolderIfMatch() public method

testGetFolderWithFolder() public method

testPutDocument() public method

public testPutDocument ( )

testPutDocumentIfNoneMatchStarFail() public method

testPutDocumentIfNoneMatchStarOkay() public method

testPutIfMatchNotExistingFile() public method

testPutIfMatchPrecondition() public method

testPutMultipleDocuments() public method