Class UIUnitTestSetupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.testbench.unit.UIUnitTestSetupException
All Implemented Interfaces:
Serializable

public class UIUnitTestSetupException extends RuntimeException
Exception thrown by BaseUIUnitTest methods when the mock environment has not been set up correctly.
See Also:
  • Constructor Details

    • UIUnitTestSetupException

      public UIUnitTestSetupException(String message)
    • UIUnitTestSetupException

      public UIUnitTestSetupException(String message, Throwable cause)