Package net.sf.uadetector.datastore

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

Related Classes of net.sf.uadetector.datastore.NotUpdateableXmlDataStore

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.