Skip to content

Instantly share code, notes, and snippets.

@jweden
Created May 4, 2011 00:35
Show Gist options
  • Save jweden/954536 to your computer and use it in GitHub Desktop.
Save jweden/954536 to your computer and use it in GitHub Desktop.
testCase.properties -- Groovy Properties File
testCases = [
['testDescription': 'Initial Test',
'xmlToUse' : '''<searchWithXML>
<id>40014</id>
<date></date>
<enddate></enddate>
<value>true</value>
</searchWithXML>'''],
['testDescription': 'Second Test',
'xmlToUse' : '''<searchWithXML>
<id>40015</id>
<date></date>
<enddate></enddate>
<value>true</value>
</searchWithXML>'''],
['testDescription': 'Third Test',
'xmlToUse' :'''<searchWithXML>
<id>40016</id>
<date></date>
<enddate></enddate>
<value>true</value>
</searchWithXML>''']
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment