Skip to content
Snippets Groups Projects
Commit 5c99a745 authored by Goik Martin's avatar Goik Martin
Browse files

Better error expalnation

parent 959085ae
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ import de.hdm_stuttgart.mi.sd1.test.helper.ReflectionHelper;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.not;
import static org.hamcrest.core.IsNull.notNullValue;
import static org.hamcrest.core.IsNull.nullValue;
/**
......@@ -195,7 +194,7 @@ public class Test_Ersatzteil extends ExaminationTestDefaults {
@Test
@Marking(points = 2)
public void test_400_konstruktorReifen() {
Assert.assertNull(rHelper.reifenKlasse.msg);
Assert.assertNull(rHelper.reifenKlasse.msg);
Assert.assertNull(rHelper.reifen_constructor_int_int.getRecursiveMsg());
Object reifen;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment