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