Hi Marcel,
these are very great options for integration tests, but we are trying to achive Test Driven Development with a lot of Unit Tests instead of a Integration Test (with a fake composition resolver).
Using the Fake option is really great, but as per definition of TDD, these are Integration Tests, and we should be able to Mock out the dependencys for a smal unit test, without the overhead of a Fake Composition in place.
Cocktail is highly testable, but the underlying devforce components dont use interfaces or virtual propertys and some dont even have a public ctor.
so we are running into problems when mocking depenencys for a Unit test.
It will be highly appreceated, if you could introduce some interfaces in the underlying devforce components, to allow better testability for TDD.