125126127128129130131
); PowerMockito.mockStatic(System.class); when(System.currentTimeMillis()).thenReturn(0L); this.out = new InstanceProfiler(this.infoMock); }