public void CanWakeUpTest() { JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value string _param = string.Empty; // TODO: Initialize to an appropriate value bool expected = false; // TODO: Initialize to an appropriate value bool actual; actual = target.CanWakeUp(_param); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }