Package com.atlassian.activeobjects.test

Examples of com.atlassian.activeobjects.test.TestActiveObjects


  private TodoServiceImpl todoService;

  @Before
  public void setUp() throws Exception {
    assertNotNull(entityManager);
    ao = new TestActiveObjects(entityManager);
    todoService = new TodoServiceImpl(ao);
    System.out.println("--- Do test ---");
  }
View Full Code Here


{
  protected EntityManager entityManager;

  protected ActiveObjects createActiveObjects()
  {
    return new TestActiveObjects(entityManager);
  }
View Full Code Here

TOP

Related Classes of com.atlassian.activeobjects.test.TestActiveObjects

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.