Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 52 by pavel.finkelshtein: Testing spring-based applications
http://code.google.com/p/instinct/issues/detail?id=52
Is it possible to use this with spring testing?
In usual JUnit testing I use RunWith (SpringJUnitRunner) and
ContextConfiguration annotations. But here I have to define another Runner.
Maybe thereis some workaround for this problem?