コード例 #1
0
ファイル: StatusTest.php プロジェクト: alxmsl/googleclient
 public function testInitialState()
 {
     $Status = new Status();
     $this->assertEmpty($Status->getCanonicalId());
     $this->assertEmpty($Status->getError());
     $this->assertEmpty($Status->getMessageId());
     $this->assertFalse($Status->hasCanonicalId());
     $this->assertFalse($Status->mustRemove());
     $this->assertFalse($Status->canRetry());
 }