testing stdlib as part of the build

This commit is contained in:
Alex Tkachman
2012-01-08 16:47:26 +02:00
parent 897f3dc799
commit 5bb56a8abd
4 changed files with 112 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import org.junit.runner.*
import org.junit.runner.notification.*
import junit.framework.*
class BuiltTest<T>(name: String, val builder: TestBuilder<T>, val test: BuiltTest<T>.() -> Unit) : TestCase(name) {
protected class BuiltTest<T>(name: String, val builder: TestBuilder<T>, val test: BuiltTest<T>.() -> Unit) : TestCase(name) {
private var myState: T? = null
var state : T