net.thucydides.core.steps
Class TestMethodNotFoundException

Package class diagram package TestMethodNotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
TestMethodNotFoundException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestMethodNotFoundException

public TestMethodNotFoundException(String message)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.