public function testAddNote()
 {
     $this->object->addNote('new', 'value');
     $this->assertThat($this->object->getNote('new'), $this->equalTo('value'));
 }