在方法级别上@TestPropertySource注释备选方案

2022-09-02 01:57:36
@TestPropertySource(locations="classpath:test.properties")
public class Aclass {}

是否有替代方法在方法中使用测试实例的属性。

@Test
public void aMethod(){}

答案 1

这仍然是不可能的,但是如果您希望遵循此功能,则存在一个开放问题


答案 2