Forum Discussion
cdunne
18 years agoContributor
Hi Ole,
Here is the method declaration,
public def validateChildren(MessageExchange messageExchange, def currentTestName, def filePath, String datasheet, def parentNode, def rangeStart, def rangeEnd)
it returns a boolean.
I tried using errors.toString() and even declaring a new string buffer as part of the validateResponseAgainstFile method. None of them worked.
cheers
Cormac
Here is the method declaration,
public def validateChildren(MessageExchange messageExchange, def currentTestName, def filePath, String datasheet, def parentNode, def rangeStart, def rangeEnd)
it returns a boolean.
I tried using errors.toString() and even declaring a new string buffer as part of the validateResponseAgainstFile method. None of them worked.
cheers
Cormac