Exemplo n.º 1
0
 public CoroutineTestWorkItem(TestMethod test, ITestFilter filter)
     : base(test, null)
 {
     m_Command = m_Command = TestCommandBuilder.BuildTestCommand(test, filter);
 }
Exemplo n.º 2
0
 public DefaultTestWorkItem(TestMethod test, ITestFilter filter)
     : base(test, null)
 {
     _command = TestCommandBuilder.BuildTestCommand(test, filter);
 }