DynamoDS / RevitTestFramework

Unit Testing on Revit
124 stars 83 forks source link

AdditionalResolutionDirectories for console app #48

Open sharadkjaiswal opened 8 years ago

sharadkjaiswal commented 8 years ago

Purpose

This PR provides support for AdditionalResolutionDirectories parameter for the console app so that users can provide list of additional path to resolve the test assembly. This option can be accessed using add: parameter to the console app, this was already available on the GUI.

This PR also makes use of AssemblyResolver class implementation to resolve the assembly path as using by the GUI application.

Reviewer

Randy-Ma commented 8 years ago

@sharadkjaiswal Thanks for the effort! Except that the new setup binary can not verified here and several comments, LGTM!

QilongTang commented 7 years ago

@Randy-Ma @sharadkjaiswal What's the state of this PR? Can we resolve the conflicts and merge this in?