Class ValueToRestore


  • public class ValueToRestore
    extends Object
    Class for holding values that need to be restored after a test was performed. It also contains information on how and where the value needs to be restored.
    Author:
    Filip Neven, Tim Ducheyne
    • Method Detail

      • getTargetClass

        public Class<?> getTargetClass()
      • getProperty

        public String getProperty()
      • getFieldType

        public Class<?> getFieldType()
      • getPropertyAccessType

        public PropertyAccess getPropertyAccessType()
      • getValue

        public Object getValue()