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

Packages that use ProvidedOtherClass
org.mutabilitydetector.unittesting   
org.mutabilitydetector.unittesting.matchers.reasons   
 

Uses of ProvidedOtherClass in org.mutabilitydetector.unittesting
 

Methods in org.mutabilitydetector.unittesting that return ProvidedOtherClass
static ProvidedOtherClass AllowedReason.provided(Class<?>... classes)
          Please see the JavaDoc listed with MutabilityAssert for an introduction on using this method.
static ProvidedOtherClass AllowedReason.provided(Class<?> clazz)
          Please see the JavaDoc listed with MutabilityAssert for an introduction on using this method.
static ProvidedOtherClass AllowedReason.provided(String dottedClassName)
          Please see the JavaDoc listed with MutabilityAssert for an introduction on using this method.
 

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

Methods in org.mutabilitydetector.unittesting.matchers.reasons that return ProvidedOtherClass
static ProvidedOtherClass ProvidedOtherClass.provided(Dotted... classNames)
           
static ProvidedOtherClass ProvidedOtherClass.provided(Dotted className)
           
static ProvidedOtherClass ProvidedOtherClass.provided(Iterable<Dotted> classNames)
           
 



Copyright © 2013. All Rights Reserved.