musketyr / eau

Automatically exported from code.google.com/p/eau
0 stars 0 forks source link

Groovier score specification #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new feature do you demand?
Allow scores to be specified in format used by groovy builders and other 
tools. Create Groovy DSL to develop some more user friendly format of 
scores

Who will benefit from this new feature? Do you have some use cases?
Users writing scores by hand.

Example how should score definitions look like:

score {
   suite(name: 'org.example.TestClass') {
      check(name: 'testOne', points: 0.5, message: 'Test one')
      }
   }
}

Original issue reported on code.google.com by vladimir.orany on 17 Sep 2009 at 10:07

GoogleCodeExporter commented 9 years ago

Original comment by vladimir.orany on 12 Oct 2009 at 6:29