started compiling more of the kotlin library to JS; now testing the String methods in JS
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
package test.dom
|
||||
|
||||
import kotlin.*
|
||||
import kotlin.dom.*
|
||||
import kotlin.util.*
|
||||
import kotlin.test.*
|
||||
import org.w3c.dom.*
|
||||
import junit.framework.TestCase
|
||||
import org.junit.Test as test
|
||||
|
||||
class DomBuilderTest() : TestCase() {
|
||||
class DomBuilderTest() {
|
||||
|
||||
|
||||
fun testBuildDocument() {
|
||||
test fun buildDocument() {
|
||||
var doc = createDocument()
|
||||
|
||||
assertTrue {
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package test.dom
|
||||
|
||||
import kotlin.*
|
||||
import kotlin.dom.*
|
||||
import kotlin.util.*
|
||||
import kotlin.test.*
|
||||
import org.w3c.dom.*
|
||||
import org.junit.Test as test
|
||||
|
||||
Reference in New Issue
Block a user