Beispiel #1
0
        public void ConstructorWhenTypeIsStringAndValueIsEmpty()
        {
            var value = new JsonRpcId(string.Empty);

            Assert.AreEqual(JsonRpcIdType.String, value.Type);
        }