无法解析符号“黄瓜”

时间:2019-02-28 12:52:14

标签: java android gradle cucumber

我希望在我的Android应用程序中使用Cucumber。我有以下依赖项:

androidTestImplementation 'info.cukes:cucumber-android:1.2.5'
androidTestImplementation 'info.cukes:cucumber-picocontainer:1.2.5'

testImplementation 'io.cucumber:cucumber-java8:4.2.0'
testImplementation 'io.cucumber:cucumber-junit:4.2.0'

我还有一个Runner类:

@RunWith(Cucumber.class)

但是,它抱怨:

Cannot resolve symbol 'Cucumber'

当我手动添加import cucumber.api.junit.Cucumber;时,它会以相同的原因抱怨。看来该库中不存在Cucumber.class。

我在这里想念什么?

1 个答案:

答案 0 :(得分:0)

知道了。它位于:androidTestImplementation 'info.cukes:cucumber-junit:1.2.5'