在我实现中,我List<recordEntity> entityList = service.mapper(parameter1,parameter2);
我需要为这个entityList
设置一个静态值,我的单元测试,我知道使用ReflectionsTestUtils
我们可以设置值,即使我已经使用了另一个scenaro,ReflectionTestUtils.setField(classObject, "implementations", Collections.singletonMap("mapper", new DTOMapper()));
但我不知道如何设置list
1条答案
按热度按时间dwbf0jvd1#
我只是做了一个小例子。我写了一个带有List的类,并使用reflection设置了一个值:
junit测试
所以它的大小变成了