Scala Support in Infinitest for Eclipse
Reported by benrady (at gmail) | October 13th, 2009 @ 05:30 PM
What steps will reproduce the problem?
1. create a basic specs test
2. compile
3. infinitest still says waiting for changes
What is the expected output? What do you see instead?
What version of the product are you using? On what operating
system?
Infinitest 5.1.27 org.infinitest.eclipse.feature.feature.group
Please provide any additional information below.
Eclipse
Spec is defined as:
class FodelSpecs extends Specification with JUnit with ScalaTest
{
Test test runs fine under junit runner in eclipse, and maven.
Comments and changes to this ticket
-
benrady (at gmail) December 28th, 2009 @ 03:36 PM
- State changed from new to accepted
- Assigned user set to benrady (at gmail)
Adding support for Scala Specs
-
benrady (at gmail) March 19th, 2010 @ 04:12 AM
- State changed from accepted to new
-
mhoennig March 29th, 2011 @ 06:30 AM
- Milestone order changed from 0 to 0
Even when using Java with JUnit to test Scala classes, infinitest says:
NoClassDefFoundError: scala/ScalaObject
Some.scala:
object Some {def calc(num: Int): Int = 1 }
SoemTest.java:
public class SomeTest {@Test public void test() throws Exception { assertEquals( 1, Some.calc(new Integer(0)) ); }
}
Works fine with the standard JUnit plugin for Eclipse and JUnitMax.
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