App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest Class Reference
Inheritance diagram for google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest:
google\appengine\testing\ApiProxyTestBase

Public Member Functions

 errorHandler ($errno, $errstr, $errfile=null, $errline=null, $errcontext=null)
 
 testInvalidPathName ($path)
 
 invalidGCSPaths ()
 
 testInvalidMode ($mode)
 
 invalidGCSModes ()
 
 testReadObjectSuccess ()
 
 testReadObjectFailure ()
 
 testReadObjectTransientFailureThenSuccess ()
 
 testReadObjectUrlFetchExceptionThenSuccess ()
 
 testReadObjectRepeatedTransientFailure ()
 
 testReadObjectCacheHitSuccess ()
 
 testReadObjectCacheWriteSuccess ()
 
 testReadObjectOptimisiticCacheHitSuccess ()
 
 testReadObjectPartialContentResponseSuccess ()
 
 testReadLargeObjectSuccess ()
 
 testSeekSetReadObjectSuccess ()
 
 testSeekCurReadObjectSuccess ()
 
 testSeekEndReadObjectSuccess ()
 
 testReadZeroSizedObjectSuccess ()
 
 testFileSizeSucess ()
 
 testDeleteObjectSuccess ()
 
 testDeleteObjectFail ()
 
 testStatBucketSuccess ()
 
 testStatObjectSuccess ()
 
 testStatObjectAsFolderSuccess ()
 
 testStatObjectWithCommonPrefixSuccess ()
 
 testStatObjectFailed ()
 
 testRenameInvalidToPath ()
 
 testRenameInvalidFromPath ()
 
 testRenameObjectWithoutContextSuccess ()
 
 testRenameObjectWithContextSuccess ()
 
 testRenameObjectWithContextAllMetaSuccess ()
 
 testRenameObjectFromObjectNotFound ()
 
 testRenameObjectCopyFailed ()
 
 testRenameObjectUnlinkFailed ()
 
 testWriteObjectSuccess ()
 
 testWriteObjectWithMetadata ()
 
 testWriteObjectWithAllMetadataHeaders ()
 
 testWriteInvalidMetadata ()
 
 testReadMetaDataAndContentTypeInReadMode ($mode)
 
 testReadMetaDataAndContentTypeInWriteMode ($mode)
 
 supportedStreamReadModes ()
 
 supportedStreamWriteModes ()
 
 testWriteLargeObjectSuccess ()
 
 testWriteEmptyObjectSuccess ()
 
 testInvalidBucketForInclude ()
 
 testValidBucketForInclude ()
 
 testInvalidDirectoryForInclude ()
 
 invalidRootDirPath ()
 
 validRootDirPath ()
 
 testOpenDirInvalidPath ($path)
 
 testReadRootDirSuccess ($path)
 
 testReadADirSuccess ()
 
 testReaddirTruncatedSuccess ()
 
 testRewindDirSuccess ()
 
 invalidDirPath ()
 
 validDirPath ()
 
 testMkInvalidPath ($invalid_path)
 
 testMkDirSuccess ($path, $bucket, $object, $prefix)
 
 testRmDirInvalidPath ($path)
 
 testRmDirSuccess ($path, $bucket, $object, $prefix)
 
 testRmDirNotEmpty ($path, $bucket, $object, $prefix)
 
 testStreamCast ()
 

Static Public Attributes

static $allowed_gs_bucket = ""
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 
- Protected Member Functions inherited from google\appengine\testing\ApiProxyTestBase
 setUp ()
 
 tearDown ()
 

Member Function Documentation

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::invalidDirPath ( )

DataProvider for

  • testMkDirInvalidPath
  • testRmDirInvalidPath
google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::invalidRootDirPath ( )

DataProvider for

  • testOpenDirInvalidPath
google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::supportedStreamReadModes ( )

DataProvider for

  • testReadMetaDataAndContentTypeInReadMode
google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::supportedStreamWriteModes ( )

DataProvider for

  • testReadMetaDataAndContentTypeInWriteMode
google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testInvalidMode (   $mode)

invalidGCSModes

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testInvalidPathName (   $path)

invalidGCSPaths

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testMkDirSuccess (   $path,
  $bucket,
  $object,
  $prefix 
)

validDirPath

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testMkInvalidPath (   $invalid_path)

invalidDirPath

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testOpenDirInvalidPath (   $path)

invalidRootDirPath

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testReadMetaDataAndContentTypeInReadMode (   $mode)

supportedStreamReadModes

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testReadMetaDataAndContentTypeInWriteMode (   $mode)

supportedStreamWriteModes

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testReadRootDirSuccess (   $path)

validRootDirPath

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testRmDirInvalidPath (   $path)

invalidDirPath

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testRmDirNotEmpty (   $path,
  $bucket,
  $object,
  $prefix 
)

validDirPath

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::testRmDirSuccess (   $path,
  $bucket,
  $object,
  $prefix 
)

validDirPath

google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::validDirPath ( )

DataProvider for

  • testMkDirSuccess
  • testRmDirSuccess
  • testRmDirNotEmpty
google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapperTest::validRootDirPath ( )

DataProvider for

  • testReadRootDirSuccess

The documentation for this class was generated from the following file: