Package org.htmlunit

Class SilentIncorrectnessListener

java.lang.Object
org.htmlunit.SilentIncorrectnessListener
All Implemented Interfaces:
IncorrectnessListener

public class SilentIncorrectnessListener extends Object implements IncorrectnessListener
Implementation of IncorrectnessListener which ignores all notifications.
See Also:
  • Constructor Details

    • SilentIncorrectnessListener

      public SilentIncorrectnessListener()
  • Method Details

    • notify

      public void notify(String message, Object origin)
      Called to notify an incorrectness.
      Specified by:
      notify in interface IncorrectnessListener
      Parameters:
      message - the explanation of the incorrectness
      origin - the object that encountered this incorrectness