IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Classes | |
class | RemoteTestAgent |
RemoteTestAgent represents a remote agent executing in another process and communicating with NUnit by TCP. Although it is similar to a TestServer, it does not publish a Uri at which clients may connect to it. Rather, it reports back to the sponsoring TestAgency upon startup so that the agency may in turn provide it to clients for use. More... | |
class | TestAgent |
Abstract base for all types of TestAgents. A TestAgent provides services of locating, loading and running tests in a particular context such as an AppDomain or Process. More... | |