def test_class_is_prototype_with_custom_method_get_success(self):
     pa.assertPrototype(MyPrototype(), 'copy')
 def test_class_is_prototype_get_success(self):
     pa.assertPrototype(MyPrototype())