Add tests for filter operation
This commit is contained in:
committed by
Yan Zhulanow
parent
adb36d53fe
commit
e3d651ec09
+7
-3
@@ -4,7 +4,11 @@ package com.intellij.debugger.streams.kotlin.exec.collection
|
||||
* @author Vitaliy.Bibaev
|
||||
*/
|
||||
class FilterOperationsTest : CollectionTestCase("filter") {
|
||||
fun testFilter() {
|
||||
doTestWithResult()
|
||||
}
|
||||
fun testFilterAsIntermediate() = doTestWithResult()
|
||||
fun testFilterAsTerminal() = doTestWithResult()
|
||||
|
||||
fun testFilterPrimitive() = doTestWithResult()
|
||||
fun testFilterPrimitiveAsTermination() = doTestWithResult()
|
||||
|
||||
fun testFilterPassNothing() = doTestWithResult()
|
||||
}
|
||||
Reference in New Issue
Block a user