Class 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 Detail

      • TestMethodNotFoundException

        public TestMethodNotFoundException​(String message)