Searched defs:Initial (Results 1 – 1 of 1) sorted by relevance
430 struct Initial { // Initial property value struct431 Initial(Property value, Optionality check = REQUIRED) : value(value), check(check) {} in value() argument441 const Initial expectedInitial, list<Property> valuesToTest, Setter setter, argument