The Gallio.Runtime namespace contains types that define the component model, extensibility
mechanism and core services used throughout the Gallio infrastructure.
Classes
| Class | Description | |
|---|---|---|
| DefaultRuntime |
Default implementation of IRuntime.
| |
| GallioSectionHandler |
A configuration section handler for Gallio used to register
Gallio components in applications and in plugins.
| |
| InstallationConfiguration |
Describes the configuration of a Gallio installation.
| |
| RuntimeAccessor |
Provides functions for obtaining runtime services.
| |
| RuntimeBootstrap |
Initializes and shuts down the runtime.
| |
| RuntimeConditionContext |
A condition context that is used to enable or disable plugins,
components and services based on characteristics of the runtime environment.
| |
| RuntimeException |
An exception that expresses a problem performing a runtime service.
| |
| RuntimeSetup |
Provides configuration parameters for setting up the RuntimeAccessor.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IRuntime |
The runtime is instantiated within the test runner to provide a suitable
hosting environment for test enumeration and execution.
|
