def test_component_implements_interface(self):
     self.assertTrue(IBrainRepresentation.implementedBy(
             BrainRepresentation))
     verifyClass(IBrainRepresentation, BrainRepresentation)
 def test_component_implements_interface(self):
     self.assertTrue(
         IBrainRepresentation.implementedBy(BrainRepresentation))
     verifyClass(IBrainRepresentation, BrainRepresentation)