forked from NancyFx/Nancy
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added conventon based assembly loading
The ConfigurableBootstrapper will now attempt to locate the name of the test assembly. Once it has a hold of the name it will see if it can strip "test", "tests", "unittests", "specs" or "specifications" from the name. It will assume that the resulting name is the name of the assembly that is under test and will identify all the referenced assemblies and load them into the application domain. The list of suffixes can be modified by changing the static field TestAssemblySuffixes on ConfigurableBoostrapper. Fixes issue NancyFx#421
- Loading branch information
1 parent
556230a
commit 6657d9f
Showing
5 changed files
with
64 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters