}
@Test
public void createByTest() throws Exception{
try {
StaticUserInteraction interaction = new StaticUserInteraction();
interaction.setInputDialogValue("1");
interaction.setConfirmDialogValue(JOptionPane.NO_OPTION);
AnulomaViloma anu = AnulomaVilomaFactory.createBy(interaction);
}
catch (MissingResourceException ex){
//this is ok, the resources are not configured yet
//but it can be optimized