Package no.kommune.bergen.soa.svarut

Examples of no.kommune.bergen.soa.svarut.ServiceContext


  @Test
  public void sequence() {
    System.setProperty( "CONSTRETTO_TAGS", "DEV" );
    ApplicationContext context = new ClassPathXmlApplicationContext( "applicationContext.xml" );
    ServiceContext serviceContext = (ServiceContext)context.getBean( "serviceContext" );
    ForsendelsesArkiv forsendelsesArkiv2 = serviceContext.getForsendelsesArkiv();
    String nextVal = forsendelsesArkiv2.getIdentifier();
    assertEquals( 36, nextVal.length() );
  }
View Full Code Here

TOP

Related Classes of no.kommune.bergen.soa.svarut.ServiceContext

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.