Uses of Class
org.fest.assertions.internal.BinaryDiffResult

Packages that use BinaryDiffResult
org.fest.assertions.error   
org.fest.assertions.internal   
 

Uses of BinaryDiffResult in org.fest.assertions.error
 

Methods in org.fest.assertions.error with parameters of type BinaryDiffResult
static ErrorMessageFactory ShouldHaveBinaryContent.shouldHaveBinaryContent(File actual, BinaryDiffResult diff)
          Creates a new ShouldHaveBinaryContent.
 

Uses of BinaryDiffResult in org.fest.assertions.internal
 

Methods in org.fest.assertions.internal that return BinaryDiffResult
static BinaryDiffResult BinaryDiffResult.noDiff()
           
 



Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.