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
3232import rx.Observable.OnSubscribeFunc
3333import rx.lang.kotlin.BasicKotlinTests.AsyncObservable
3434
35+ /* *
36+ * This class use plain Kotlin without extensions from the language adaptor
37+ */
3538public class BasicKotlinTests {
3639
3740 [Mock ] var a: ScriptAssertion ? = null
Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ import rx.Notification
3030import rx.Subscription
3131import kotlin.concurrent.thread
3232
33-
33+ /* *
34+ * This class contains tests using the extension functions provided by the language adaptor.
35+ */
3436public class ExtensionTests {
3537 [Mock ] var a: ScriptAssertion ? = null
3638 [Mock ] var w: Observable <Int >? = null
You can’t perform that action at this time.
0 commit comments