Covering stdlib with tests.

This commit is contained in:
Ilya Ryzhenkov
2015-01-12 22:42:08 +03:00
parent c3eaf1b869
commit 4ee64d7283
5 changed files with 42 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class PrimitiveSetJsTest : SetJsTest() {
}
}
class LinkedHashSetTest : SetJsTest() {
class LinkedHashSetJsTest : SetJsTest() {
override fun createEmptyMutableSet(): MutableSet<String> = LinkedHashSet()
override fun createEmptyMutableSetWithNullableValues(): MutableSet<String?> = LinkedHashSet()
Test override fun constructors() {