net.thucydides.core.steps
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TestMethodNotFoundException
public TestMethodNotFoundException(String message)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.