Class ExecutionProperty
java.lang.Object
org.springframework.cloud.contract.spec.internal.ExecutionProperty
- All Implemented Interfaces:
Serializable
Represents a property that will become an executable method in the generated tests.
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal StringinthashCode()insertValue(String valueToInsert) Inserts the provided code as a parameter to the method and returns the code that represents that method execution.toString()
-
Constructor Details
-
ExecutionProperty
-
-
Method Details
-
insertValue
Inserts the provided code as a parameter to the method and returns the code that represents that method execution.- Parameters:
valueToInsert- value to insert into the string- Returns:
- string with inserted value
-
toString
-
getExecutionCommand
-
equals
-
hashCode
public int hashCode()
-