public function testBodyBasics()
 {
     $body = 'a strange little fellow.';
     $this->message->setBody($body);
     $this->assertEquals($body, $this->message->getBody());
 }