Enable back dsl test
This commit is contained in:
committed by
Yan Zhulanow
parent
895e78d180
commit
c0c344210a
@@ -1,16 +1,16 @@
|
|||||||
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package org.jetbrains.kotlin.idea.debugger.sequence.dsl
|
package org.jetbrains.kotlin.idea.debugger.sequence.dsl
|
||||||
|
|
||||||
import org.jetbrains.kotlin.idea.debugger.sequence.trace.dsl.KotlinCollectionsPeekCallFactory
|
|
||||||
import org.jetbrains.kotlin.idea.debugger.sequence.trace.dsl.KotlinStatementFactory
|
|
||||||
import com.intellij.debugger.streams.test.DslTestCase
|
import com.intellij.debugger.streams.test.DslTestCase
|
||||||
import com.intellij.debugger.streams.trace.dsl.impl.DslImpl
|
import com.intellij.debugger.streams.trace.dsl.impl.DslImpl
|
||||||
|
import org.jetbrains.kotlin.idea.debugger.sequence.trace.dsl.KotlinCollectionsPeekCallFactory
|
||||||
|
import org.jetbrains.kotlin.idea.debugger.sequence.trace.dsl.KotlinStatementFactory
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Vitaliy.Bibaev
|
* @author Vitaliy.Bibaev
|
||||||
*/
|
*/
|
||||||
//class KotlinDslTest : DslTestCase(DslImpl(KotlinStatementFactory(KotlinCollectionsPeekCallFactory()))) {
|
class KotlinDslTest : DslTestCase(DslImpl(KotlinStatementFactory(KotlinCollectionsPeekCallFactory()))) {
|
||||||
// override fun getTestDataPath(): String {
|
override fun getTestDataPath(): String {
|
||||||
// return "testData/dsl"
|
return "idea/testData/debugger/sequence/dsl"
|
||||||
// }
|
}
|
||||||
//}
|
}
|
||||||
Reference in New Issue
Block a user