Uses of Class
com.java.pojo.api.assertion.Method
-
Packages that use Method Package Description com.java.pojo.api.assertion -
-
Uses of Method in com.java.pojo.api.assertion
Methods in com.java.pojo.api.assertion that return Method Modifier and Type Method Description static MethodMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Method[]Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.java.pojo.api.assertion with parameters of type Method Modifier and Type Method Description AbstractAssertionAbstractAssertion. testing(Method method)Specifies what test will be performed.AbstractAssertionAbstractAssertion. testing(Method... methods)Specifies what tests will be performed.
-