Package randoop.util

Class ObjectContractReflectionCode


  • public final class ObjectContractReflectionCode
    extends ReflectionCode
    • Constructor Detail

      • ObjectContractReflectionCode

        public ObjectContractReflectionCode​(ObjectContract c,
                                            Object... objs)
    • Method Detail

      • runReflectionCodeRaw

        protected void runReflectionCodeRaw()
        Description copied from class: ReflectionCode
        Execute the reflection code. All Randoop implementation errors must be thrown as ReflectionCodeException because everything else is caught.
        Specified by:
        runReflectionCodeRaw in class ReflectionCode