C# Class Machine.Specifications.GallioAdapter.Model.MachineAssemblyTest

Represents an assembly with Machine Specifications
Adapted from the MS Test Adaptor of the Gallio Project
Inheritance: MachineGallioTest
ファイルを表示 Open project: agross/machine.specifications Class Usage Examples

Public Methods

Method Description
MachineAssemblyTest ( string name, ICodeElementInfo codeElement, System.Version frameworkVersion ) : System

Creates an object to represent an MSpec assembly.

Method Details

MachineAssemblyTest() public method

Creates an object to represent an MSpec assembly.
Thrown if , or /// is null.
public MachineAssemblyTest ( string name, ICodeElementInfo codeElement, System.Version frameworkVersion ) : System
name string The name of the component.
codeElement ICodeElementInfo The point of definition, or null if none.
frameworkVersion System.Version The version number of the MSpec.
return System