Class NumberAssert

  • All Implemented Interfaces:
    com.epam.jdi.light.asserts.generic.CommonAssert<NumberAssert>, com.epam.jdi.light.asserts.generic.HasAssert<NumberAssert>, com.epam.jdi.light.asserts.generic.ITextAssert<NumberAssert>, com.epam.jdi.light.asserts.generic.JAssert, com.epam.jdi.light.elements.interfaces.base.HasCache, com.epam.jdi.light.elements.interfaces.base.IBaseElement, com.epam.jdi.light.elements.interfaces.base.INamed, com.epam.jdi.light.elements.interfaces.base.JDIElement

    public class NumberAssert
    extends com.epam.jdi.light.asserts.generic.UIAssert<NumberAssert,​NumberSelector>
    implements com.epam.jdi.light.asserts.generic.ITextAssert<NumberAssert>
    Created by Roman Iovlev on 14.02.2018 Email: roman.iovlev.jdi@gmail.com; Skype: roman.iovlev
    • Field Summary

      • Fields inherited from class com.epam.jdi.light.asserts.generic.BaseAssert

        element, failElement, name, PRINT_ASSERT
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberAssert()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NumberAssert max​(double max)  
      NumberAssert max​(org.hamcrest.Matcher<Double> max)  
      NumberAssert min​(double min)  
      NumberAssert min​(org.hamcrest.Matcher<Double> min)  
      NumberAssert number​(double number)  
      NumberAssert number​(org.hamcrest.Matcher<Double> number)  
      NumberAssert placeholder​(String placeholder)  
      NumberAssert placeholder​(org.hamcrest.Matcher<String> placeholder)  
      NumberAssert step​(double step)  
      NumberAssert step​(org.hamcrest.Matcher<Double> step)  
      NumberAssert text​(org.hamcrest.Matcher<String> condition)  
      • Methods inherited from class com.epam.jdi.light.asserts.generic.UIAssert

        and, attr, attr, attr, classValue, classValue, condition, core, css, css, cssClass, cssClasses, disabled, disappear, displayed, enabled, hidden, is, notAppear, notAppear, notVisible, set, shown, tag, tag, visible
      • Methods inherited from class com.epam.jdi.light.asserts.generic.BaseAssert

        assertResults, base, element, getName, toString
      • Methods inherited from interface com.epam.jdi.light.asserts.generic.CommonAssert

        assertResults
      • Methods inherited from interface com.epam.jdi.light.asserts.generic.HasAssert

        assertThat, has, shouldBe, verify, waitFor, waitFor
      • Methods inherited from interface com.epam.jdi.light.elements.interfaces.base.IBaseElement

        base, getFullName, getName, isUseCache, offCache, setCore, setName, setTimeout, setup, waitSec
      • Methods inherited from interface com.epam.jdi.light.asserts.generic.ITextAssert

        empty, text, value, value