Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Added conventon based assembly loading #715

Merged

Commits on Aug 14, 2012

  1. Copy the full SHA
    d122c07 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    556230a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2012

  1. 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
    thecodejunkie committed Aug 16, 2012
    Copy the full SHA
    6657d9f View commit details
    Browse the repository at this point in the history
  2. Cleaned up code

    thecodejunkie committed Aug 16, 2012
    Copy the full SHA
    46f3589 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    653cee8 View commit details
    Browse the repository at this point in the history