Beispiel #1
0
        public void TestGetIntArrayQ2()
        {
            var d = api.GetIntArrayQ2(new long[] { 3, 4, 5 });

            Assert.Equal(3, d.Length);
            Assert.Equal(5, d[2]);
        }