Class MethodTiming

java.lang.Object
net.thucydides.core.annotations.locators.MethodTiming

public class MethodTiming
extends java.lang.Object
Created by john on 17/03/15.
  • Constructor Summary

    Constructors
    Constructor Description
    MethodTiming​(java.lang.Thread thread)  
  • Method Summary

    Modifier and Type Method Description
    static MethodTiming forThisThread()  
    boolean isInQuickMethod()  

    Methods inherited from class java.lang.Object

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

    • MethodTiming

      public MethodTiming​(java.lang.Thread thread)
  • Method Details

    • forThisThread

      public static MethodTiming forThisThread()
    • isInQuickMethod

      public boolean isInQuickMethod()