Package org.openbankdata.core.client

Examples of org.openbankdata.core.client.Cache


  @TestSubject
  private SveaDirektAccountService mAccountService;

  @Before
  public void setUp() {
    mockedCache = new Cache();
    mockedBankClient = EasyMock.createMock(SveaDirektBankClient.class);
    mockedTransactionService = EasyMock.createMock(SveaDirektTransactionService.class);
    mAccountService = new SveaDirektAccountService(mockedBankClient, mockedTransactionService);
  }
View Full Code Here

TOP

Related Classes of org.openbankdata.core.client.Cache

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.