public void WriteBigEndianInt64Test() { StreamBuffer target = new StreamBuffer(); // TODO: Initialize to an appropriate value long value = 0; // TODO: Initialize to an appropriate value target.WriteBigEndianInt64(value); Assert.Inconclusive("A method that does not return a value cannot be verified."); }