コード例 #1
0
ファイル: FaucetTest.php プロジェクト: toneloc/php-client
 /**
  * @depends testSerializationDeserialization
  * @param Faucet $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getAddress(), "CFqoZmZ3ePwK5wnkhxJjJAQKJ82C7RJdmd");
     $this->assertEquals($obj->getAmount(), 100000);
 }