PHP Class Google\Cloud\Tests\BigQuery\QueryResultsTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: GoogleCloudPlatform/gcloud-php

Méthodes publiques

Свойство Type Description
$connection
$jobId
$projectId
$queryData

Méthodes publiques

Méthode Description
getQueryResults ( $connection, array $data = [] )
setUp ( )
testGetsIdentity ( )
testGetsInfo ( )
testGetsRowsThrowsExceptionWhenQueryNotComplete ( )
testGetsRowsWithNoResults ( )
testGetsRowsWithToken ( )
testGetsRowsWithoutToken ( )
testIsCompleteFalse ( )
testIsCompleteTrue ( )
testReloadsInfo ( )

Method Details

getQueryResults() public méthode

public getQueryResults ( $connection, array $data = [] )
$data array

setUp() public méthode

public setUp ( )

testGetsIdentity() public méthode

public testGetsIdentity ( )

testGetsInfo() public méthode

public testGetsInfo ( )

testGetsRowsThrowsExceptionWhenQueryNotComplete() public méthode

testGetsRowsWithNoResults() public méthode

testGetsRowsWithToken() public méthode

testGetsRowsWithoutToken() public méthode

testIsCompleteFalse() public méthode

public testIsCompleteFalse ( )

testIsCompleteTrue() public méthode

public testIsCompleteTrue ( )

testReloadsInfo() public méthode

public testReloadsInfo ( )

Property Details

$connection public_oe property

public $connection

$jobId public_oe property

public $jobId

$projectId public_oe property

public $projectId

$queryData public_oe property

public $queryData