Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testFindSuffixIndex (0.32 seconds)

  1. guava-tests/test/com/google/thirdparty/publicsuffix/PublicSuffixTrieTest.java

    import org.junit.Test;
    import org.junit.runner.RunWith;
    import org.junit.runners.JUnit4;
    
    @RunWith(JUnit4.class)
    public final class PublicSuffixTrieTest {
    
      @Test
      public void testFindSuffixIndex() {
        // Tests based on PublicSuffixPatterns.TRIE which is generated from PSL.
        // registry: com, co.uk
        // private: blogspot.com
        // wildcard: *.ck
        // exclusion: !www.ck
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 21:21:59 GMT 2026
    - 2.8K bytes
    - Click Count (0)
Back to Top