All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lightlink.tests.mysql.SP_Call.asserts.js Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
run(
    {
        date: new Date(),
        number: 123,
        name: "LightLink"
    },

    function (res) {

        assertRunSuccess(res);

        assertEquals("helloString", res.helloString, "Hello LightLink");
        assertEquals("Number", res.number, 124);

    });





© 2015 - 2025 Weber Informatics LLC | Privacy Policy