Exemple #1
0
 def test_non_existing_actor_method(self):
     a1 = ActorProxy(qualname(As), uuid())
     with self.assertRaises(AttributeError):
         a1.bar()
Exemple #2
0
 def test_non_existing_actor_method(self):
     a1 = ActorProxy(qualname(As), uuid())
     with self.assertRaises(AttributeError):
         a1.bar()