Migrate from DW to Springboot
[holmes/rule-management.git] / rulemgt / src / test / java / org / onap / holmes / rulemgt / bean / request / RuleQueryConditionTest.java
index 36d5024..9488faa 100644 (file)
 \r
 package org.onap.holmes.rulemgt.bean.request;\r
 \r
+import org.junit.Test;\r
+\r
 import static org.hamcrest.core.Is.is;\r
 import static org.hamcrest.core.IsEqual.equalTo;\r
-import static org.junit.Assert.*;\r
-\r
-import org.junit.Test;\r
+import static org.junit.Assert.assertThat;\r
 \r
 public class RuleQueryConditionTest {\r
     @Test\r