C# Class NServiceBus.AcceptanceTesting.Customization.EndpointConfigurationExtensions

Show file Open project: Particular/NServiceBus

Public Methods

Method Description
TypesToIncludeInScan ( this config, IEnumerable typesToScan ) : void

Backdoor into the core types to scan. This allows people to test a subset of functionality when running Acceptance tests

Method Details

TypesToIncludeInScan() public static method

Backdoor into the core types to scan. This allows people to test a subset of functionality when running Acceptance tests
public static TypesToIncludeInScan ( this config, IEnumerable typesToScan ) : void
config this The instance to apply the settings to.
typesToScan IEnumerable Override the types to scan.
return void