Fixed import error.

This commit is contained in:
Simone Bordet 2015-08-11 12:32:27 +02:00
parent aa684a5dcc
commit 4c7d5f661e
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ import org.junit.Test;
import static org.hamcrest.Matchers.anyOf;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.instanceOf;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertSame;