コード例 #1
0
 def test_class_is_prototype_with_custom_method_get_success(self):
     pa.assertPrototype(MyPrototype(), 'copy')
コード例 #2
0
 def test_class_is_prototype_get_success(self):
     pa.assertPrototype(MyPrototype())