Exemplo n.º 1
0
        public void CheckPossibilityTest()
        {
            var array  = new int[] { 1 };
            var output = ArrayHelper.CheckPossibility(array);

            Assert.IsNotNull(output);
        }