Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 11 of 11 for setDistinctValues (0.1 seconds)

  1. guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java

        assertThrows(
            IllegalArgumentException.class, () -> tester.setDistinctValues(String.class, "", ""));
      }
    
      public void testInstantiate_setDistinctValues() throws Exception {
        NotInstantiable x = new NotInstantiable();
        NotInstantiable y = new NotInstantiable();
        tester.setDistinctValues(NotInstantiable.class, x, y);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 36.3K bytes
    - Click Count (0)
Back to Top