Add tests on different types of chain source
This commit is contained in:
committed by
Yan Zhulanow
parent
0d2c5c4d65
commit
14ef19418b
+11
@@ -0,0 +1,11 @@
|
||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||
|
||||
/**
|
||||
* @author Vitaliy.Bibaev
|
||||
*/
|
||||
class DifferentSourceTest : CollectionTestCase("source") {
|
||||
fun testCollectionAsSource() = doTestWithResult()
|
||||
fun testStringAsSource() = doTestWithResult()
|
||||
fun testArrayAsSource() = doTestWithResult()
|
||||
fun testPrimitiveArrayAsSource() = doTestWithResult()
|
||||
}
|
||||
Reference in New Issue
Block a user