public function testSetArguments()
 {
     $args = array(array('component', 'other_component'), array('value', 'value'), array('constant', 'constant_key'));
     $this->object->setArguments($args);
     $this->assertThat($args, $this->equalTo($this->object->getArguments()));
 }