task.setName("foo task");
task.setType(IntentionalElementType.TASK);
project.addModelElement(task);
//run the command
new NewFTICPackageDefaultFactorTablesCommand(fTICPackage, true, false, configFilePath).runWithoutUnicaseCommand();
assertEquals(3 , fTICPackage.getTables().size()); // the 3 created factor tables + 3 urn models
assertEquals(46 , project.getAllModelElements().size()); // only the 3 created factor tables + 3 urn models + 2 factors
//check type of created factor tables