Class ReporterUtils


  • final class ReporterUtils
    extends java.lang.Object
    Utility for reporter classes.
    Since:
    2.19
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int MS_PER_SEC  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ReporterUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String formatElapsedTime​(double runTime)  
      • Methods inherited from class java.lang.Object

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

      • ReporterUtils

        private ReporterUtils()
    • Method Detail

      • formatElapsedTime

        static java.lang.String formatElapsedTime​(double runTime)