h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Green or red bar for test result? #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Now test result is very simple, and a green or red bar for test result 
should be ok. 

Original issue reported on code.google.com by libing.c...@gmail.com on 26 Mar 2008 at 4:33

GoogleCodeExporter commented 8 years ago
Yep, it would be cool :-)

Original comment by subwiz on 27 Mar 2008 at 2:38

GoogleCodeExporter commented 8 years ago
I think we can add it to status bar. After request finished, update the result 
bar in the status bar.

Original comment by libing.c...@gmail.com on 28 Mar 2008 at 5:03

GoogleCodeExporter commented 8 years ago
Files that would need to change:

* ResponseBean <-> Now test result is passes as plain String. It should actually
have: testExecuted, testPassed, testErrors (all int)

* RESTView <-> To display the bar

* XMLUtil <-> Response bean persisting--now this should have:
    <testExecuted>10</testExecuted>
    <testPassed>5</testPassed>
    <testErrors>5</testErrors>

Original comment by subwiz on 1 Apr 2008 at 1:35

GoogleCodeExporter commented 8 years ago
Marking as Won't Fix as it does not seem to be important now.

Original comment by subwiz on 9 Jul 2012 at 2:39