private void ParseTest(Test x) { _listener.ReadingTest(x.LocatorPath()); var parser = new TestParser(x, this, _library); parser.Parse(); }
void ITestObserver.FinishTest(Test test) { lock (_locker) { _lastStatus = new TestStatusMessage { Status = test.GetStatus(), TestPath = test.LocatorPath() }; _progression = null; } Publish(); }