예제 #1
0
        public void TestIntArray()
        {
            var d = api.GetIntArray();

            Assert.Equal(8, d[7]);
        }