Package ch.rabanti.picoxlsx4j.matchers
Class AddressMatchers
- java.lang.Object
-
- ch.rabanti.picoxlsx4j.matchers.AddressMatchers
-
public class AddressMatchers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AddressMatchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hamcrest.Matcher<Address>hasAddress(java.lang.String address)static org.hamcrest.Matcher<Address>hasAddress(org.hamcrest.Matcher<? super java.lang.String> matcher)static org.hamcrest.Matcher<Address>hasColumnName(java.lang.String colName)static org.hamcrest.Matcher<Address>hasColumnName(org.hamcrest.Matcher<? super java.lang.String> matcher)static org.hamcrest.Matcher<Address>hasColumnNumber(java.lang.Integer column)static org.hamcrest.Matcher<Address>hasColumnNumber(org.hamcrest.Matcher<? super java.lang.Integer> matcher)static org.hamcrest.Matcher<Address>hasRowNumber(java.lang.Integer row)static org.hamcrest.Matcher<Address>hasRowNumber(org.hamcrest.Matcher<? super java.lang.Integer> matcher)static org.hamcrest.Matcher<Address>hasType(Cell.AddressType type)static org.hamcrest.Matcher<Address>hasType(org.hamcrest.Matcher<? super Cell.AddressType> matcher)
-
-
-
Method Detail
-
hasRowNumber
public static org.hamcrest.Matcher<Address> hasRowNumber(org.hamcrest.Matcher<? super java.lang.Integer> matcher)
-
hasRowNumber
public static org.hamcrest.Matcher<Address> hasRowNumber(java.lang.Integer row)
-
hasColumnNumber
public static org.hamcrest.Matcher<Address> hasColumnNumber(org.hamcrest.Matcher<? super java.lang.Integer> matcher)
-
hasColumnNumber
public static org.hamcrest.Matcher<Address> hasColumnNumber(java.lang.Integer column)
-
hasType
public static org.hamcrest.Matcher<Address> hasType(org.hamcrest.Matcher<? super Cell.AddressType> matcher)
-
hasType
public static org.hamcrest.Matcher<Address> hasType(Cell.AddressType type)
-
hasAddress
public static org.hamcrest.Matcher<Address> hasAddress(org.hamcrest.Matcher<? super java.lang.String> matcher)
-
hasAddress
public static org.hamcrest.Matcher<Address> hasAddress(java.lang.String address)
-
hasColumnName
public static org.hamcrest.Matcher<Address> hasColumnName(org.hamcrest.Matcher<? super java.lang.String> matcher)
-
hasColumnName
public static org.hamcrest.Matcher<Address> hasColumnName(java.lang.String colName)
-
-