Search in sources :

Example 1 with FixedAssetRegistrationType

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);
}
Also used : FixedAssetRegistrationType(org.estatio.module.asset.dom.registration.FixedAssetRegistrationType) FixedAssetForTesting(org.estatio.module.asset.dom.FixedAssetForTesting) Before(org.junit.Before)

Aggregations

FixedAssetForTesting (org.estatio.module.asset.dom.FixedAssetForTesting)1 FixedAssetRegistrationType (org.estatio.module.asset.dom.registration.FixedAssetRegistrationType)1 Before (org.junit.Before)1