示例#1
0
文件: ActorTest.cs 项目: antgraf/BA
 public void Create()
 {
     Actor a = new TestActor();
     Assert.NotNull(a);
     a.Run();
 }