org.mutabilitydetector.unittesting.internal
Class AssertionReporter

java.lang.Object
  extended by org.mutabilitydetector.unittesting.internal.AssertionReporter

public final class AssertionReporter
extends Object

AssertionReporter is responsible for making an assertion in a test fail, by preparing and throwing the appropriate MutabilityAssertionError.


Constructor Summary
AssertionReporter()
           
 
Method Summary
 void assertThat(AnalysisResult analysisResult, WithAllowedReasonsMatcher resultMatcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionReporter

public AssertionReporter()
Method Detail

assertThat

public void assertThat(AnalysisResult analysisResult,
                       WithAllowedReasonsMatcher resultMatcher)


Copyright © 2013. All Rights Reserved.