public void T60_Factory_Dump() { Factory f = new Factory(); f.Name = "Factory 1"; NamedObjectMaint mt = new NamedObjectMaint(); Assert.IsTrue(mt.Dump(f)); }
public void T50_Enterprise_Dump_With_Factory() { Enterprise ent = new Enterprise(); ent.Name = "UO Soft Company"; NamedObjectMaint mt = new NamedObjectMaint(); Assert.IsTrue(mt.Dump(ent)); }