Class TestMethodNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thucydides.core.steps.TestMethodNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TestMethodNotFoundException
extends java.lang.RuntimeException
A named test method was not found in a test class. This would be strange: a low-level error, probably due to a bug in the Thucydides core.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    TestMethodNotFoundException​(java.lang.String message)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TestMethodNotFoundException

      public TestMethodNotFoundException​(java.lang.String message)