use of com.sequenceiq.cloudbreak.common.service.Clock in project cloudbreak by hortonworks.
the class TagTemplateProcessorTest method setUp.
@BeforeEach
void setUp() {
Clock clock = new Clock();
ReflectionTestUtils.setField(underTest, "clock", clock);
}
Aggregations