Exemplo n.º 1
0
        public void TestWriteCSV()
        {
            RunAssertion("MyXMLEvent", DefaultSupportGraphEventUtil.GetXMLEvents(), true);
            RunAssertion("MyOAEvent", DefaultSupportGraphEventUtil.GetOAEvents(), true);
            RunAssertion("MyMapEvent", DefaultSupportGraphEventUtil.GetMapEvents(), false);
            RunAssertion("MyDefaultSupportGraphEvent", DefaultSupportGraphEventUtil.GetPONOEvents(), true);

            CompileDeploy(runtime, "@public @buseventtype create json schema MyJsonEvent(MyDouble double, MyInt int, MyString string)");
            RunAssertion("MyJsonEvent", DefaultSupportGraphEventUtil.GetJsonEvents(), true);
        }