Skip to content

Commit 8dd475d

Browse files
committed
Comments on Test classes
1 parent 8caac4f commit 8dd475d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

language-adaptors/rxjava-kotlin/src/test/kotlin/rx/lang/kotlin/BasicKotlinTests.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ import kotlin.concurrent.thread
3232
import rx.Observable.OnSubscribeFunc
3333
import rx.lang.kotlin.BasicKotlinTests.AsyncObservable
3434

35+
/**
36+
* This class use plain Kotlin without extensions from the language adaptor
37+
*/
3538
public class BasicKotlinTests {
3639

3740
[Mock] var a: ScriptAssertion? = null

language-adaptors/rxjava-kotlin/src/test/kotlin/rx/lang/kotlin/ExtensionTests.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ import rx.Notification
3030
import rx.Subscription
3131
import kotlin.concurrent.thread
3232

33-
33+
/**
34+
* This class contains tests using the extension functions provided by the language adaptor.
35+
*/
3436
public class ExtensionTests {
3537
[Mock] var a: ScriptAssertion? = null
3638
[Mock] var w: Observable<Int>? = null

0 commit comments

Comments
 (0)