IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
FrameworkController.cs File Reference

Classes

class  NUnit.Framework.Api.FrameworkController
 FrameworkController provides a facade for use in loading, browsing and running tests without requiring a reference to the NUnit framework. All calls are encapsulated in constructors for this class and its nested classes, which only require the types of the Common Type System as arguments. More...
 
class  NUnit.Framework.Api.FrameworkController.FrameworkControllerAction
 FrameworkControllerAction is the base class for all actions performed against a FrameworkController. More...
 
class  NUnit.Framework.Api.FrameworkController.LoadTestsAction
 LoadTestsAction loads a test into the FrameworkController More...
 
class  NUnit.Framework.Api.FrameworkController.ExploreTestsAction
 ExploreTestsAction returns info about the tests in an assembly More...
 
class  NUnit.Framework.Api.FrameworkController.CountTestsAction
 CountTestsAction counts the number of test cases in the loaded TestSuite held by the FrameworkController. More...
 
class  NUnit.Framework.Api.FrameworkController.RunTestsAction
 RunTestsAction runs the loaded TestSuite held by the FrameworkController. More...
 
class  NUnit.Framework.Api.FrameworkController.RunAsyncAction
 RunAsyncAction initiates an asynchronous test run, returning immediately More...
 
class  NUnit.Framework.Api.FrameworkController.StopRunAction
 StopRunAction stops an ongoing run. More...
 

Namespaces

package  NUnit.Framework.Api