Spring support?
Reported by Dominik | June 24th, 2010 @ 03:28 PM
Hi,
I have seen that when i have spring test classes like this for example
@TransactionConfiguration @ContextConfiguration({"classpath:test-context.xml"}) @Transactional @RunWith(SpringJUnit4ClassRunner.class) public class MapperTest {
@Resource MapperUtil mapperUtil;
And in that case would change MapperUtil, or test-context.xml, or any other class related in the test-context.xml setup infinitest will not notice the changes and not run the tests corresponding to those changes. Is there something planed for that?
Thanks
Dominik
Comments and changes to this ticket
-
benrady (at gmail) June 25th, 2010 @ 01:58 PM
That is an oft-requested feature. We hope to be add it soon.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Continuous Test Runner for Java