GetConfigurationAssembly Method
Returns the System.Reflection.Assembly for the currently loaded configuration.
Remarks
By default, returns the Assembly representing the app.config of the current assembly.

When overriding, you can provide a System.Reflection.Assembly instance with the assembly of another test, for example a central settings assembly that all tests use.

C# Syntax

protected virtual Assembly GetConfigurationAssembly()

Return Value