org.carrot2.util.test
Class CharCharArrayAssert

java.lang.Object
  extended by org.carrot2.util.test.CharCharArrayAssert
All Implemented Interfaces:
org.fest.assertions.AssertExtension

public class CharCharArrayAssert
extends Object
implements org.fest.assertions.AssertExtension

Assertions on char [][] arrays.


Method Summary
 CharCharArrayAssert as(String description)
           
 CharCharArrayAssert isEqualTo(char[][] expected)
          Asserts that the array is equal to the provided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEqualTo

public CharCharArrayAssert isEqualTo(char[][] expected)
Asserts that the array is equal to the provided


as

public CharCharArrayAssert as(String description)


Copyright (c) Dawid Weiss, Stanislaw Osinski