public function testIsResourceBuilderForInvalidMatch()
 {
     $property = $this->dataItemFactory->newDIProperty('Foo');
     $instance = new DispatchingResourceBuilder();
     $this->assertFalse($instance->isResourceBuilderFor($property));
 }