C# Class NUnit.Framework.Syntax.TestCompiler

ファイルを表示 Open project: nunit/nunit Class Usage Examples

Public Methods

Method Description
CompileCode ( string code ) : CompilerResults
TestCompiler ( ) : System
TestCompiler ( string assemblyNames ) : System
TestCompiler ( string assemblyNames, string outputName ) : System

Method Details

CompileCode() public method

public CompileCode ( string code ) : CompilerResults
code string
return System.CodeDom.Compiler.CompilerResults

TestCompiler() public method

public TestCompiler ( ) : System
return System

TestCompiler() public method

public TestCompiler ( string assemblyNames ) : System
assemblyNames string
return System

TestCompiler() public method

public TestCompiler ( string assemblyNames, string outputName ) : System
assemblyNames string
outputName string
return System