Package no.kommune.bergen.soa.svarut.altinn

Examples of no.kommune.bergen.soa.svarut.altinn.MockCorrespondenceClient


  private AltinnFacade altinnFacade;

  @Before
  public void setup() {
    VelocityModelFactory velocityModelFactory = VelocityModelFactoryTest.createVelocityModelFactory();
    myCorrespondenceClient = new MockCorrespondenceClient( MockCorrespondenceClient.newSettings() );
    altinnFacade = new AltinnFacade( getTemplateEngine(), myCorrespondenceClient, velocityModelFactory );
  }
View Full Code Here

TOP

Related Classes of no.kommune.bergen.soa.svarut.altinn.MockCorrespondenceClient

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.