erikandersen-pariveda / fluint

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

Metadata to describe test relationships #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add metadata to describe relationships between tests

Original issue reported on code.google.com by lund5...@gmail.com on 8 Aug 2008 at 5:13

GoogleCodeExporter commented 8 years ago
TestMethods can now be supported with the [Test] metadata

e.g
[Test(somevalue="1",someothervalue="2")]

These values are then available in the TestMethodResult's metadata property. 
Possible uses for this include categorization or indication of a bugID for 
later 
tracking

Original comment by malabri...@gmail.com on 2 Sep 2008 at 2:26