Package eu.scape_project.planning.plato.wfview.full

Examples of eu.scape_project.planning.plato.wfview.full.ValidatePlanView


    Instance<DefinePreservationPlanView> definePreservationPlanSource = mock(Instance.class);
    when(definePreservationPlanSource.get()).thenReturn(new DefinePreservationPlanView());
    wfStepFactory.setDefinePreservationPlanSource(definePreservationPlanSource);

    Instance<ValidatePlanView> validatePlanSource = mock(Instance.class);
    when(validatePlanSource.get()).thenReturn(new ValidatePlanView());
    wfStepFactory.setValidatePlanSource(validatePlanSource);

  }
View Full Code Here

TOP

Related Classes of eu.scape_project.planning.plato.wfview.full.ValidatePlanView

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.