Tagged Questions
infinitest is a continuous test runner for Java.
2
votes
0answers
47 views
Problem with Infinitest
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 ...
2
votes
2answers
269 views
1
vote
0answers
13 views
Is it possible to specify which tests to choose from?
We have a vast amount of tests. We would like infinitest only to choose between tests that have been included in an .xml-file (i.e. a TestNG suite).
We do not want to put the annotation groups = { ...
1
vote
0answers
71 views
Eclipse: infinitest vs. JUnit: character encoding
I'm using infinitest in Eclipse and I have a strange phenomenon in connection with JUnit.
I have code that uses org.apache.http.HttpResponse.getEntity() and org.apache.http.entity.StringEntity. The ...
0
votes
0answers
42 views
Infinitest 5.1.93 not compatible with Springsource Tool Suite 2.8 (Eclipse Juno)?
In a Spring Roo project the tests fail but only when initiated from Infinitest running in Springsource Tool Suite 2.8.0 (STS). As Infinitest 5.1.93 fails to load the Spring context file all tests ...
0
votes
3answers
95 views
Is there a JVM command-line option to change directory?
In short, I want to know, is there a JVM command-line option to change the starting working directory? If it's important, I'm running jdk1.6.0_24.
Background:
I am using a tool called Robolectric ...