Class ReadableMethodName

java.lang.Object
net.thucydides.core.steps.ReadableMethodName

public class ReadableMethodName
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ReadableMethodName.TestNameBuilder  
  • Constructor Summary

    Constructors 
    Constructor Description
    ReadableMethodName()  
  • Method Summary

    Modifier and Type Method Description
    static ReadableMethodName.TestNameBuilder forMethod​(java.lang.reflect.Method method)  

    Methods inherited from class java.lang.Object

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

    • ReadableMethodName

      public ReadableMethodName()
  • Method Details