コード例 #1
0
        public void TestForwardSkipDifficult()
        {
            DetectionEvaluateLayerTest test = new DetectionEvaluateLayerTest();

            try
            {
                foreach (IDetectionEvaluateLayerTest t in test.Tests)
                {
                    t.TestForwardSkipDifficult();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
コード例 #2
0
        public void TestSetup()
        {
            DetectionEvaluateLayerTest test = new DetectionEvaluateLayerTest();

            try
            {
                foreach (IDetectionEvaluateLayerTest t in test.Tests)
                {
                    t.TestSetup();
                }
            }
            finally
            {
                test.Dispose();
            }
        }