public void updateTest()
 {
     StatusClient target = new StatusClient(); // TODO: Initialize to an appropriate value
       List<Posting> postingsToUpdate = null; // TODO: Initialize to an appropriate value
       Message expected = null; // TODO: Initialize to an appropriate value
       Message actual;
       actual = target.update(postingsToUpdate);
       Assert.AreEqual(expected, actual);
       Assert.Inconclusive("Verify the correctness of this test method.");
 }