public function testManger()
 {
     $this->assertInstanceOf('\\HelloWordPl\\SimpleEntityGeneratorBundle\\Lib\\Interfaces\\RenderableInterface', $this->methodSetterInterfaceManager);
     $this->assertInstanceOf('\\HelloWordPl\\SimpleEntityGeneratorBundle\\Lib\\Interfaces\\MethodInterface', $this->methodSetterInterfaceManager);
     $this->assertInstanceOf('\\HelloWordPl\\SimpleEntityGeneratorBundle\\Lib\\Interfaces\\SetterMethodInterface', $this->methodSetterInterfaceManager);
     $this->assertInstanceOf('\\HelloWordPl\\SimpleEntityGeneratorBundle\\Lib\\Items\\MethodManager', $this->methodSetterInterfaceManager);
     $this->assertInstanceOf('\\HelloWordPl\\SimpleEntityGeneratorBundle\\Lib\\Items\\MethodSetterInterfaceManager', $this->methodSetterInterfaceManager);
     $this->assertEquals('setFullName', $this->methodSetterInterfaceManager->getPreparedName());
     $this->assertFalse($this->methodSetterInterfaceManager->canAddTypeHinting());
 }