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.
我目前正在编写一个使用 JUnit 执行一些测试的测试框架。作为该框架的一部分,我将创建 JUnit Request 对象并使用 JUnit Core 对象运行测试。我需要的是一种使用一些参数初始化测试类的父类的方法,以便基类的构造函数可以初始化基类的局部变量,因此可以在测试类中存在的测试中使用这些变量。
我找不到任何关于如何做到这一点的好信息。所有帮助将不胜感激。