Examples of NotUpdateableXmlDataStore


Examples of net.sf.uadetector.datastore.NotUpdateableXmlDataStore

  }

  @Test
  public void testWrongUrl() throws Exception {
    LOG.debug("Testing the update ability with a wrong URL.");
    final UpdatingUserAgentStringParserImpl parser = new UpdatingUserAgentStringParserImpl(new NotUpdateableXmlDataStore());
    LOG.debug("Reducing the update interval during the test.");
    parser.setUpdateInterval(10l);
    parser.parse("");
    LOG.debug("Testing the update ability with a wrong URL done.");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.