Ejemplo n.º 1
0
 public void Create()
 {
     Actor a = new TestActor();
     Assert.NotNull(a);
     a.Run();
 }