Interface WithClause


  • public interface WithClause
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean booleanIs​(org.hamcrest.Matcher<?> matcher)  
      byte byteIs​(org.hamcrest.Matcher<?> matcher)  
      char charIs​(org.hamcrest.Matcher<?> matcher)  
      double doubleIs​(org.hamcrest.Matcher<?> matcher)  
      float floatIs​(org.hamcrest.Matcher<?> matcher)  
      int intIs​(org.hamcrest.Matcher<?> matcher)  
      <T> T is​(org.hamcrest.Matcher<?> matcher)  
      long longIs​(org.hamcrest.Matcher<?> matcher)  
      short shortIs​(org.hamcrest.Matcher<?> matcher)  
    • Method Detail

      • booleanIs

        boolean booleanIs​(org.hamcrest.Matcher<?> matcher)
      • byteIs

        byte byteIs​(org.hamcrest.Matcher<?> matcher)
      • charIs

        char charIs​(org.hamcrest.Matcher<?> matcher)
      • shortIs

        short shortIs​(org.hamcrest.Matcher<?> matcher)
      • intIs

        int intIs​(org.hamcrest.Matcher<?> matcher)
      • longIs

        long longIs​(org.hamcrest.Matcher<?> matcher)
      • floatIs

        float floatIs​(org.hamcrest.Matcher<?> matcher)
      • doubleIs

        double doubleIs​(org.hamcrest.Matcher<?> matcher)
      • is

        <T> T is​(org.hamcrest.Matcher<?> matcher)