org.mutabilitydetector.unittesting
Class MutabilityMatchers

java.lang.Object
  extended by org.mutabilitydetector.unittesting.MutabilityMatchers

public class MutabilityMatchers
extends Object


Constructor Summary
MutabilityMatchers()
           
 
Method Summary
static org.hamcrest.Matcher<AnalysisResult> areEffectivelyImmutable()
           
static org.hamcrest.Matcher<AnalysisResult> areImmutable()
           
static org.hamcrest.Matcher<AnalysisResult> areNotImmutable()
           
static org.hamcrest.Matcher<MutableReasonDetail> noReasonsAllowed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutabilityMatchers

public MutabilityMatchers()
Method Detail

noReasonsAllowed

public static org.hamcrest.Matcher<MutableReasonDetail> noReasonsAllowed()

areImmutable

public static org.hamcrest.Matcher<AnalysisResult> areImmutable()

areEffectivelyImmutable

public static org.hamcrest.Matcher<AnalysisResult> areEffectivelyImmutable()

areNotImmutable

public static org.hamcrest.Matcher<AnalysisResult> areNotImmutable()


Copyright © 2013. All Rights Reserved.