Java 找不到@ScenarioTest

Java 找不到@ScenarioTest,java,eclipse,junit5,Java,Eclipse,Junit5,我在JUnit 5的Eclipse依赖项中添加了: <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.1.0</version> <scope>test</scope> </dependen

我在JUnit 5的Eclipse依赖项中添加了:

<dependency>
    <groupId>org.junit.jupiter</groupId>
    <artifactId>junit-jupiter-engine</artifactId>
    <version>5.1.0</version>
    <scope>test</scope>
</dependency>

你知道我怎样才能解决这个问题吗?导入@ScenarioTest的正确方法是什么?

计划在5.4中进行场景测试。请参见

中的详细信息您导入了该类吗?没有,我找不到要导入的类。您在哪里找到此类注释?现在计划在5.4中导入:
    Compilation failure: Compilation failure: 
[ERROR] /Users/Documents/rest_api/src/test/java/org/rest/api/poc/DatabaseFeaturesBitStringTest.java:[14,2] cannot find symbol
[ERROR]   symbol: class ScenarioTest