diff options
| author | mo <mo.khan@gmail.com> | 2018-11-04 15:22:16 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-11-04 15:22:16 -0700 |
| commit | 5ee1f55497a4e30322a56f133f897ecde1612967 (patch) | |
| tree | bf544e0879234c3623869627d8786776cb19b8e9 /build/tools/gallio/MbUnit2/Gallio.MbUnit2Adapter.plugin | |
Diffstat (limited to 'build/tools/gallio/MbUnit2/Gallio.MbUnit2Adapter.plugin')
| -rw-r--r-- | build/tools/gallio/MbUnit2/Gallio.MbUnit2Adapter.plugin | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/build/tools/gallio/MbUnit2/Gallio.MbUnit2Adapter.plugin b/build/tools/gallio/MbUnit2/Gallio.MbUnit2Adapter.plugin new file mode 100644 index 0000000..b5a624c --- /dev/null +++ b/build/tools/gallio/MbUnit2/Gallio.MbUnit2Adapter.plugin @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <castle>
+ <facilities>
+ </facilities>
+
+ <components>
+ <component id="MbUnit2Adapter.TestFramework"
+ service="Gallio.Model.ITestFramework, Gallio"
+ type="Gallio.MbUnit2Adapter.Model.MbUnit2TestFramework, Gallio.MbUnit2Adapter" />
+
+ <component id="MbUnit2Adapter.AssemblyBindingRedirect"
+ service="Gallio.Runner.Domains.IHostTestDomainContributor, Gallio"
+ type="Gallio.MbUnit2Adapter.Model.MbUnit2AssemblyBindingRedirect, Gallio.MbUnit2Adapter" />
+ </components>
+ </castle>
+</configuration>
\ No newline at end of file |
