Interface Something

All Known Implementing Classes:
PublicSomethingImpl

public interface Something
The Interface Something.
  • Method Details

    • doNothing

      void doNothing()
      Do nothing.
    • doThrow

      void doThrow()
      Do throw.
    • doThrowNoSuchMethodError

      void doThrowNoSuchMethodError()
      Do throw no such method error.
    • doThrowAssertionError

      void doThrowAssertionError()
      Do throw assertion error.