Method | Description | |
---|---|---|
Load ( Stream configStream ) : Xunit.TestAssemblyConfiguration |
Loads the test assembly configuration for the given test assembly from a JSON stream. Caller is responsible for opening the stream.
|
|
Load ( string assemblyFileName, string configFileName = null ) : Xunit.TestAssemblyConfiguration |
Loads the test assembly configuration for the given test assembly.
|
Method | Description | |
---|---|---|
File_OpenRead ( string path ) : Stream | ||
GetFileOpenReadMethod ( ) : MethodInfo | ||
LoadFile ( string configFileName ) : Xunit.TestAssemblyConfiguration |
public static Load ( Stream configStream ) : Xunit.TestAssemblyConfiguration | ||
configStream | Stream | Stream containing config for an assembly |
return | Xunit.TestAssemblyConfiguration |
public static Load ( string assemblyFileName, string configFileName = null ) : Xunit.TestAssemblyConfiguration | ||
assemblyFileName | string | The test assembly. |
configFileName | string | The test assembly configuration file. |
return | Xunit.TestAssemblyConfiguration |