net.sf.oval.configuration.pojo.elements
Class MethodReturnValueConfiguration
java.lang.Object
net.sf.oval.configuration.pojo.elements.ConfigurationElement
net.sf.oval.configuration.pojo.elements.MethodReturnValueConfiguration
- All Implemented Interfaces:
- Serializable
public class MethodReturnValueConfiguration
- extends ConfigurationElement
- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
Field Summary |
List<Check> |
checks
checks for a method's return value that need to be verified after method execution |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checks
public List<Check> checks
- checks for a method's return value that need to be verified after method execution
MethodReturnValueConfiguration
public MethodReturnValueConfiguration()
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.