Search in sources :

Example 1 with Clock

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);
}
Also used : Clock(com.sequenceiq.cloudbreak.common.service.Clock) BeforeEach(org.junit.jupiter.api.BeforeEach)

Aggregations

Clock (com.sequenceiq.cloudbreak.common.service.Clock)1 BeforeEach (org.junit.jupiter.api.BeforeEach)1