File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
language-adaptors/rxjava-kotlin/src/test/kotlin/rx/lang/kotlin Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ import kotlin.concurrent.thread
32
32
import rx.Observable.OnSubscribeFunc
33
33
import rx.lang.kotlin.BasicKotlinTests.AsyncObservable
34
34
35
+ /* *
36
+ * This class use plain Kotlin without extensions from the language adaptor
37
+ */
35
38
public class BasicKotlinTests {
36
39
37
40
[Mock ] var a: ScriptAssertion ? = null
Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ import rx.Notification
30
30
import rx.Subscription
31
31
import kotlin.concurrent.thread
32
32
33
-
33
+ /* *
34
+ * This class contains tests using the extension functions provided by the language adaptor.
35
+ */
34
36
public class ExtensionTests {
35
37
[Mock ] var a: ScriptAssertion ? = null
36
38
[Mock ] var w: Observable <Int >? = null
You can’t perform that action at this time.
0 commit comments