Package net.sf.uadetector.internal.data.domain

Examples of net.sf.uadetector.internal.data.domain.BrowserPattern$Builder


    new OrderedPatternComparator<BrowserPattern>().compare(pattern, null);
  }

  @Test
  public void compare_same() {
    final BrowserPattern pattern = new BrowserPattern(1, Pattern.compile("[0-9]+"), 1);
    assertThat(new OrderedPatternComparator<BrowserPattern>().compare(pattern, pattern)).isEqualTo(0);
  }
View Full Code Here

TOP

Related Classes of net.sf.uadetector.internal.data.domain.BrowserPattern$Builder

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.