ParentAdded adds the parent obj to the test schema
(parent *schema.Parent)
| 32 | |
| 33 | // ParentAdded adds the parent obj to the test schema |
| 34 | func (devfile *TestDevfile) ParentAdded(parent *schema.Parent) { |
| 35 | LogInfoMessage("Parent added") |
| 36 | devfile.SchemaDevFile.Parent = parent |
| 37 | } |
| 38 | |
| 39 | // setParentValues randomly adds/modifies object properties. |
| 40 | func (devfile *TestDevfile) setParentValues(parent *schema.Parent) { |
no test coverage detected