Class TestDuration

java.lang.Object
net.thucydides.core.model.TestDuration

public class TestDuration
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    double inSeconds()  
    static TestDuration of​(long duration)  

    Methods inherited from class java.lang.Object

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

    • of

      public static TestDuration of​(long duration)
    • inSeconds

      public double inSeconds()