public override TestContainer CreateTestContainer(TestContainerSource source)
 {
     return new JasmineTestContainer(Containers, source.Project, source.Source);
 }
コード例 #2
0
 public abstract TestContainer CreateTestContainer(TestContainerSource source);