Hi all,

I'm a new member here, although I'm a big fan of MbUnit for some time.

I'm trying to extend the framework, and I'm totally lost in the API.
What I'm trying to do is create the fixture in a different AppDomain.
The purpose is to use the Asp.Net hosting process and execute tests in
the same AppDomain. So, instead of just being created with the default
constructor, the fixture should be created by calling
System.Web.Hosting.ApplicationHost.CreateApplicationHost() method.

I figured out that I should implement my own IFixtureFactory and
somehow add it to the fixture explorer's collection of factories. But
how do I do that?

I also figured out that the Fixture class is responsible for creating
the fixtures, and I can't override anything there.

Perhaps I should override creation of some other class, like
FixtureExplorer, and create it in the remote domain?

Thanks

ulu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to