public function testGetAdapter()
 {
     $this->assertNull($this->object->getAdapter('pi'));
     $this->assertInstanceOf('Nethgui\\Adapter\\AdapterInterface', $this->object->getAdapter('scalarAdapter'));
 }