Esempio n. 1
0
        public void SerializeChartTest()
        {
            string JSON = ChartToCSVExporter.SerializeChart(chart);

            Assert.IsTrue(JSON.Length > 0);
        }