Class MathUtils

  • All Implemented Interfaces:
    org.robotframework.javalib.library.KeywordDocumentationRepository, org.robotframework.javalib.library.RobotFrameworkDynamicAPI

    public class MathUtils
    extends org.robotframework.javalib.library.AnnotationLibrary
    • Field Summary

      • Fields inherited from class org.robotframework.javalib.library.AnnotationLibrary

        beanLoaders, classFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      MathUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String numberDecimalFormat​(java.lang.String number, java.lang.String decimalFormat, java.lang.String roundingMode)  
      • Methods inherited from class org.robotframework.javalib.library.AnnotationLibrary

        addKeywordPattern, autowireFields, createKeywordFactory, getKeywordArguments, getKeywordDocumentation, runKeyword, runKeyword
      • Methods inherited from class org.robotframework.javalib.library.KeywordFactoryBasedLibrary

        getClassLoader, getKeywordNames, setClassLoader
      • Methods inherited from class java.lang.Object

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

      • MathUtils

        public MathUtils()
    • Method Detail

      • numberDecimalFormat

        public static java.lang.String numberDecimalFormat​(java.lang.String number,
                                                           java.lang.String decimalFormat,
                                                           java.lang.String roundingMode)