org.dbunit.assertion
Interface DifferenceListener

All Known Subinterfaces:
FailureHandler
All Known Implementing Classes:
DefaultFailureHandler, DiffCollectingFailureHandler

public interface DifferenceListener

Callback for DbUnitAssert to notify about the differences found during an assertion.

Inspired by the XMLUnit framework.

Since:
2.4.0
Version:
$Revision: 877 $ $Date: 2008-11-15 11:03:44 +0100 (Sat, 15 Nov 2008) $
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $

Method Summary
 void handle(Difference diff)
          Is invoked by the DbUnitAssert when a data cell difference has been found.
 

Method Detail

handle

void handle(Difference diff)
Is invoked by the DbUnitAssert when a data cell difference has been found.

Parameters:
diff - The difference that has been found


Copyright © 2002-2012. All Rights Reserved.