|
|
@@ -1,9 +1,8 @@
|
|
1
|
1
|
package se.citerus.dddsample.tracking.core.application.event;
|
|
2
|
2
|
|
|
3
|
3
|
import static org.easymock.EasyMock.*;
|
|
4
|
|
-import static org.hamcrest.MatcherAssert.assertThat;
|
|
5
|
|
-import static org.hamcrest.Matchers.equalTo;
|
|
6
|
|
-import static org.hamcrest.Matchers.not;
|
|
|
4
|
+import static org.hamcrest.core.IsEqual.equalTo;
|
|
|
5
|
+import static org.junit.Assert.assertThat;
|
|
7
|
6
|
import org.junit.Before;
|
|
8
|
7
|
import org.junit.Test;
|
|
9
|
8
|
import static se.citerus.dddsample.tracking.core.application.util.DateTestUtil.toDate;
|