Skip to content
Snippets Groups Projects
Commit 2d2f2931 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Corrected a test

parent 6af8c638
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ public class Class2ModelInstanceConverterTest {
final MIFilter filter = converter.convertFilterClass2ModelInstance(countingFilterCLass, classAndMethodContainer);
Assert.assertEquals("Properties are not loaded correctly", countingFilterCLass.getCanonicalName(), filter.getClassname());
Assert.assertEquals("Properties are not loaded correctly", 4, filter.getDisplays().size());
Assert.assertEquals("Properties are not loaded correctly", 2, filter.getDisplays().size());
Assert.assertTrue("Properties are not loaded correctly", filter.getRepositories().isEmpty());
Assert.assertEquals("Properties are not loaded correctly", 2, filter.getOutputPorts().size());
Assert.assertEquals("Properties are not loaded correctly", 1, filter.getInputPorts().size());
......
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