コード例 #1
0
ファイル: HashMapTest.php プロジェクト: robo47/BlazeFramework
 public function testValueSet()
 {
     // Remove the following lines when you implement this test.
     $set = $this->object->valueSet();
     $this->assertTrue($set->contains(0));
 }