Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Nick Kallen
Follow
New posts
New posts and comments
Total activity
4
Last activity
January 14, 2016 22:12
Member since
January 05, 2009 07:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (3)
Nick Kallen
commented,
January 06, 2009 02:04
Actually the Java code causes a test class to be found but not a test method. so no tests run but the test runner comes up and goes green.if you have git installed, `git clone git://github.com/nkal...
Community
Scala
JUnit support
0 votes
Nick Kallen
commented,
January 06, 2009 01:49
That definitely does not work.HOWEVER, a java file in my scala project totally works:package test.scala.com.twitter.service.cachet.test.unit;import junit.framework.TestSuite;import org.junit.Test;p...
Community
Scala
JUnit support
0 votes
Nick Kallen
commented,
January 05, 2009 07:00
I can't figure out how to get JUnit support to work with Scala. I'm using the latest version of the plugin as of this date. I'm actually using Specs with the JUnit4 runner. I create a JUnit run con...
Community
Scala
JUnit support
0 votes