tools4j / groovy-tables

A groovy API which allows you to create lists of objects using a table like grammar. Written primarily for use when writing test cases.
MIT License
19 stars 4 forks source link

Fix class name on method call in READEME #1

Closed giflw closed 8 years ago

giflw commented 8 years ago

Fix createFromTable class name from GroovyTables to CreateFromTable

benjwarner commented 8 years ago

Thanks very much Guilherme for pointing out the class name problem.

I have chosen to add the missing methods into GroovyTables. I think it was my original intention that this should be the 'facade' into the api. I must have simply forgotten to add the methods.

Thanks!