コード例 #1
0
 /**
  * @depends	testInterface
  * @return	null
  */
 public function testStrategy()
 {
     $this->assertEquals($this->strategy, $this->context->getStrategy());
 }