C# (CSharp) NStub.Core Namespace

Nested Namespaces

NStub.Core.Tests
NStub.Core.Util

Classes

Name Description
AssemblyFetcher Load assemblies and build a reflection graph of the contained types.
BuildSystem Abstract base class for a hosting system with infrastructure for filesystem access and other low level functionality.
CodeGeneratorParameters Implementation of a Configuration for an ICodeGenerator.
NStubConstants Global constants related to build data.
NStubCore The NStub type represents the container class which manages the generation of testing code for the supplied System.CodeDom.CodeNamespace using the supplied implementation of NStub.Core.ICodeGenerator. The resulting files are output to the given directory.
StandardBuildSystem Implementation of a hosting system with infrastructure for filesystem access and other low level functionality.
TestProjectBuilder Builds the test files.
Utility This class provides basic utility methods to assist in the code generation perfomed by NStub.