Package com.springsource.greenhouse.account

Examples of com.springsource.greenhouse.account.StubFileStorage


  @Before
  public void setup() {
    db = new GreenhouseTestDatabaseBuilder().member().connectedAccount().testData(getClass()).getDatabase();
    jdbcTemplate = new JdbcTemplate(db);
    profileRepository = new JdbcProfileRepository(jdbcTemplate, new StubFileStorage());
    }
View Full Code Here

TOP

Related Classes of com.springsource.greenhouse.account.StubFileStorage

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.