Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testStaticOneArgMethodsThatShouldPass (0.48 sec)

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

        try {
          tester.testAllPublicStaticMethods(ThrowsIae.class);
        } catch (AssertionError expected) {
          return;
        }
        fail();
      }
    
      public void testStaticOneArgMethodsThatShouldPass() throws Exception {
        for (String methodName : STATIC_ONE_ARG_METHODS_SHOULD_PASS) {
          Method method = OneArg.class.getMethod(methodName, String.class);
          try {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top