org.carrot2.util.test
Class ByteByteArrayAssert

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

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

Assertions on byte [][] arrays.


Method Summary
 ByteByteArrayAssert as(String description)
           
 ByteByteArrayAssert isEqualTo(byte[][] 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 ByteByteArrayAssert isEqualTo(byte[][] expected)
Asserts that the array is equal to the provided


as

public ByteByteArrayAssert as(String description)


Copyright (c) Dawid Weiss, Stanislaw Osinski