Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试将 CDI 与 JUnit 一起使用。我看到了很多实现使用非静态方法的自定义 Runner 的示例。但我还有一个约束。我在 JUnit 和 selenium 之上使用 Cucumber runner。所以我不能使用 BlockJUnit4ClassRunner。我必须使用 Cucumber Runner。
任何想法