C# Class System.Xml.Tests.XsltcTestCaseBase.AssemblyLoader

Mostra file Open project: dotnet/corefx

Public Methods

Method Description
AssemblyLoader ( string asmName ) : Xunit
Verify ( string asmName, string typeName, string baselineFile, bool pdb ) : bool

Private Methods

Method Description
loadFile ( string filename ) : byte[]

Method Details

AssemblyLoader() public method

public AssemblyLoader ( string asmName ) : Xunit
asmName string
return Xunit

Verify() public method

public Verify ( string asmName, string typeName, string baselineFile, bool pdb ) : bool
asmName string
typeName string
baselineFile string
pdb bool
return bool