Class TestMethodNotFoundException

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

public class TestMethodNotFoundException extends 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:
  • Constructor Details

    • TestMethodNotFoundException

      public TestMethodNotFoundException(String message)