PHP Class Google\Cloud\Tests\BigQuery\QueryResultsTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: GoogleCloudPlatform/gcloud-php

Public Properties

Property Type Description
$connection
$jobId
$projectId
$queryData

Public Methods

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

Method Details

getQueryResults() public method

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

setUp() public method

public setUp ( )

testGetsIdentity() public method

public testGetsIdentity ( )

testGetsInfo() public method

public testGetsInfo ( )

testGetsRowsThrowsExceptionWhenQueryNotComplete() public method

testGetsRowsWithNoResults() public method

testGetsRowsWithToken() public method

testGetsRowsWithoutToken() public method

testIsCompleteFalse() public method

public testIsCompleteFalse ( )

testIsCompleteTrue() public method

public testIsCompleteTrue ( )

testReloadsInfo() public method

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