Skip to content

Commit 0ff8cfb

Browse files
committed
Moved files to be suitable for Gradle project
1 parent 824db80 commit 0ff8cfb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+506
-485
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
package fj;
2+
3+
import org.junit.Assert;
4+
import org.junit.Test;
5+
6+
/**
7+
* Created with IntelliJ IDEA.
8+
* User: MarkPerry
9+
* Date: 19/11/13
10+
* Time: 12:06 PM
11+
* To change this template use File | Settings | File Templates.
12+
*/
13+
public class JavaTest {
14+
15+
@Test
16+
public void test1() {
17+
System.out.println("Hello world");
18+
Assert.assertTrue(true);
19+
}
20+
21+
}

core/src/test/fj/control/parallel/ArbitraryParModule.scala renamed to core/src/test/scala/fj/control/parallel/ArbitraryParModule.scala

File renamed without changes.

core/src/test/fj/control/parallel/ArbitraryStrategy.scala renamed to core/src/test/scala/fj/control/parallel/ArbitraryStrategy.scala

File renamed without changes.

core/src/test/fj/control/parallel/CheckParModule.scala renamed to core/src/test/scala/fj/control/parallel/CheckParModule.scala

File renamed without changes.

core/src/test/fj/control/parallel/CheckStrategy.scala renamed to core/src/test/scala/fj/control/parallel/CheckStrategy.scala

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)