public void TestBCODE_PING()
        {
            var result = UserDefinedFunctions.BCODE_PING();

            Assert.IsNotNull(result);
        }