-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow to #503 for Plugin scope to match the test bean scope
- Rename GlobalTestScope -> GlobalTestBeans - Lift and rename GlobalTestScope.Pair to TestBeans - The plugin scope lives in TestBeans and scoped with the associated test bean scope (created together, closed together) - Rename PluginInitialise to PluginMgr - Rename TSBuild to GlobalInitialise Note the plugin for avaje-nima creates the nima http server, so now this will be started and stopped with the associated bean scope.
- Loading branch information
Showing
9 changed files
with
157 additions
and
111 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
Oops, something went wrong.