public function testAddTypeOutline()
 {
     $outline = new StringOutline();
     $this->assertMethodChaining($this->object->addTypeOutline($outline), 'addTypeOutline');
     $this->assertEquals(array('string' => $outline), $this->object->getTypeOutlines());
 }