Uses of Class
org.mutabilitydetector.unittesting.matchers.reasons.WithAllowedReasonsMatcher

Packages that use WithAllowedReasonsMatcher
org.mutabilitydetector.unittesting.internal   
org.mutabilitydetector.unittesting.matchers.reasons   
 

Uses of WithAllowedReasonsMatcher in org.mutabilitydetector.unittesting.internal
 

Methods in org.mutabilitydetector.unittesting.internal with parameters of type WithAllowedReasonsMatcher
 void AssertionReporter.assertThat(AnalysisResult analysisResult, WithAllowedReasonsMatcher resultMatcher)
           
 

Uses of WithAllowedReasonsMatcher in org.mutabilitydetector.unittesting.matchers.reasons
 

Methods in org.mutabilitydetector.unittesting.matchers.reasons that return WithAllowedReasonsMatcher
static WithAllowedReasonsMatcher WithAllowedReasonsMatcher.withAllowedReasons(org.hamcrest.Matcher<AnalysisResult> areImmutable, Iterable<org.hamcrest.Matcher<MutableReasonDetail>> allowing)
           
static WithAllowedReasonsMatcher WithAllowedReasonsMatcher.withNoAllowedReasons(org.hamcrest.Matcher<AnalysisResult> areImmutable)
           
 



Copyright © 2013. All Rights Reserved.