use of org.estatio.module.asset.dom.registration.FixedAssetRegistrationType in project estatio by estatio.
the class LandRegister_title_Test method setUp.
@Before
public void setUp() throws Exception {
cr = new LandRegister();
cr.setContainer(mockContainer);
subject = new FixedAssetForTesting();
type = new FixedAssetRegistrationType();
cr.setType(type);
cr.setSubject(subject);
}
Aggregations