Package com.google.feedserver.testing

Examples of com.google.feedserver.testing.TestUtil



  @Override
  protected void setUp() throws Exception {
    super.setUp();
    testUtil = new TestUtil();
    testUtil.setup();
    targetAdapter = testUtil.getBasicAdapterWithFeedConfigWithNoWrappers();
  }
View Full Code Here


  private TestUtil testUtil;

  @Override
  protected void setUp() throws Exception {
    testUtil = new TestUtil();
    testUtil.setup();
    super.setUp();
  }
View Full Code Here

  public static final String NAMESPACE = TestUtil.DOMAIN_NAME;

  @Override
  public void setUp() throws Exception {
    super.setUp();
    testUtil = new TestUtil();
    testUtil.setup(false);

    feedStoreBasedFeedConfigStore = (SampleFileSystemFeedConfigStore) testUtil.getFeedConfigStore();
    adapterConfiguration = testUtil.getAdapterWithNoWrappers();
    feedConfiguration = testUtil.getFeedWithAdaptersWithNoWrappers();
View Full Code Here

TOP

Related Classes of com.google.feedserver.testing.TestUtil

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.