Changed VirtualPropertyResolver to accept TimestampCalculator in the constructor
Signed-off-by: Dominik Herbst <dominik.herbst@bosch-si.com>
This commit is contained in:
@@ -50,7 +50,7 @@ import ru.yandex.qatools.allure.annotations.Stories;
|
||||
public class RSQLUtilityTest {
|
||||
|
||||
@Spy
|
||||
VirtualPropertyResolver macroResolver = new VirtualPropertyResolver();
|
||||
VirtualPropertyResolver macroResolver = new VirtualPropertyResolver(new TimestampCalculator());
|
||||
|
||||
@Mock
|
||||
TenantConfigurationManagement confMgmt;
|
||||
|
||||
@@ -36,7 +36,7 @@ import ru.yandex.qatools.allure.annotations.Stories;
|
||||
public class VirtualPropertyResolverTest {
|
||||
|
||||
@Spy
|
||||
VirtualPropertyResolver resolverUnderTest = new VirtualPropertyResolver();
|
||||
VirtualPropertyResolver resolverUnderTest = new VirtualPropertyResolver(new TimestampCalculator());
|
||||
|
||||
@Mock
|
||||
TenantConfigurationManagement confMgmt;
|
||||
|
||||
Reference in New Issue
Block a user