C# Class NArrange.SourceTester.Program

Tests NArrange against a directory of source files that have no external dependencies (i.e. only mscorlib.dll and System.dll).
Mostra file Open project: MarcStan/NArrange

Public Methods

Method Description
Main ( string args ) : void

Application entry point

Private Methods

Method Description
CompareAssemblies ( Assembly assembly1, Assembly assembly2, ILogger logger ) : bool

Compares two assemblies.

CompareType ( Type type1, Type type2, ILogger logger ) : bool

Compares two Types.

CompileSourceFile ( FileInfo sourceFile, string source ) : CompilerResults

Compiles the source file.

GetSourceFileNames ( string path ) : System.IO.FileInfo[]

Gets the source file names.

ParseArguments ( string args, string &inputDirectory ) : void

Parses the command line arguments

TestFiles ( string inputDir, ILogger logger ) : void

Tests the files.

WriteUsage ( ) : void

Writes usage information to the console

Method Details

Main() public static method

Application entry point
public static Main ( string args ) : void
args string The program args.
return void