C# (CSharp) Microsoft.Silverlight.Testing WorkItem - 3 примера найдено. Это лучшие примеры C# (CSharp) кода для Microsoft.Silverlight.Testing.WorkItem, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Похожие
Related in langs
A test work item is a task that is invoked until it is complete. It maintains its own state to be able to notify the caller when it is finally complete, with no further work to be run. It is possible that some implementations of a TestWorkItem may actually contain a set of sub-tasks by implementing a composite pattern.