47484950515253
public void before() { this.session = db.myBatis().openSession(false); System2 system2 = mock(System2.class); when(system2.now()).thenReturn(DateUtils.parseDate("2011-09-29").getTime()); this.sut = new SwitchSnapshotStep(new SnapshotDao(system2)); }