PHP Class Google\Cloud\Tests\Translate\TranslateClientTest

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

Public Methods

Method Description
setUp ( )
testDetectLanguage ( )
testDetectLanguageBatch ( )
testLanguages ( )
testLocalizedLanguages ( )
testTranslate ( )
testTranslateBatch ( )
testTranslateWithNmtModel ( )
testWithNoKey ( )

Private Methods

Method Description
getDetectionApiData ( $language, $confidence )
getDetectionExpectedData ( $textToDetect, $detectedLanguage, $confidence = null )
getLanguageApiData ( $languageCode, $name = null )
getTranslateApiData ( $translatedText, $source = null, $model = 'base' )
getTranslateExpectedData ( $textToTranslate, $translatedText, $source, $model = 'base' )

Method Details

setUp() public method

public setUp ( )

testDetectLanguage() public method

public testDetectLanguage ( )

testDetectLanguageBatch() public method

testLanguages() public method

public testLanguages ( )

testLocalizedLanguages() public method

testTranslate() public method

public testTranslate ( )

testTranslateBatch() public method

public testTranslateBatch ( )

testTranslateWithNmtModel() public method

testWithNoKey() public method

public testWithNoKey ( )