I'm using infinitest the eclipse plug-in. but sometimes it just do not work.
I have a test for a method a()
. The method a()
calls method b()
which calls method c()
. if I change the method b()
it runs the test for the method a
. but it doesn't trigger if I change the method c()
.
Asked
Active
Viewed 312 times
3

fastcodejava
- 39,895
- 28
- 133
- 186
-
2Sounds to me like it could be a bug in Infinitest's algorithm which decides which tests to run. Did you report it to them? – Tyler Nov 11 '11 at 18:01
1 Answers
0
Does b()
always call c()
or only sometimes?
Do you have tests that cover the scenarios where c()
is called?

WW.
- 23,793
- 13
- 94
- 121