public function testBuildThrowsExceptionIfClassNotExists()
 {
     $locator = new Services();
     $this->setExpectedException('RuntimeException');
     $locator->build('Foo\\Bar\\Baz');
 }