chubbymaggie / synoptic

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

Unit tests for GWT RPC calls #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need a set of thorough tests for each of the RPC calls exposed by the 
Synoptic service. These calls should actually invoke the RPCs (extend 
GWTTestCase, not TestCase), and should explore both success and failure 
callback conditions, as well as check the returned values.

Original issue reported on code.google.com by bestchai on 9 Dec 2011 at 6:39

GoogleCodeExporter commented 9 years ago
Added an initial set of 10 RPC call unit tests in revision 23b46baac9e5

Original comment by bestchai on 11 Dec 2011 at 12:24