* Test of crearInsumos method, of class MPInsumos.
*/
//@Test
public void testCrearInsumos() throws Exception {
System.out.println("crearInsumos");
Insumo insumos = new Insumo(0,"Insumo",5,"KG");
MPInsumos.crearInsumos(insumos);
// TODO review the generated test code and remove the default call to fail.
}