joechenq / quimeraengine

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

Classify test result tree items more precisely #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, a tree item can be only a success (a green tick is shown) or a fail 
(simbolized by a red cross). The purpose of this task is to extend the types of 
result the item can represent.

There will be 6 types:
-Success (already implemented)
-Fail (already implemented)
-Message: Only contains messages without fails or successes.
-Exception: The error was produced by an unhandled exception that broke the 
test.
-TODO: It's like message but there is a TODO word inside the message's text.

Parent nodes should show the pending type:
-No results: The children are all messages or TODOs.

This task includes the creation or search of the icons.

Original issue reported on code.google.com by Lince3D@gmail.com on 10 Jan 2013 at 8:53

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 11 Oct 2013 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 21 Oct 2013 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 25 Apr 2014 at 11:39