Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testSubclassOverridesTheWrongMethod (0.17 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

      private static class SubclassOverridesTheWrongMethod extends BaseClassThatFailsToThrow {
        @Keep
        public void oneArg(@Nullable CharSequence s) {}
      }
    
      public void testSubclassOverridesTheWrongMethod() {
        shouldFail(new SubclassOverridesTheWrongMethod());
      }
    
      @SuppressWarnings("unused") // for NullPointerTester
      private static class ClassThatFailsToThrowForStatic {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Oct 28 18:44:53 GMT 2025
    - 47.8K bytes
    - Click Count (0)
Back to Top