Exemplo n.º 1
0
        public void TestReadCropDb()
        {
            AnnotatedDataLayerTest test = new AnnotatedDataLayerTest();

            try
            {
                foreach (IAnnotatedDataLayerTest t in test.Tests)
                {
                    t.TestReadCropDb();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Exemplo n.º 2
0
        public void TestReadCropTrainSequenceUnseededDbWithAnno()
        {
            AnnotatedDataLayerTest test = new AnnotatedDataLayerTest();

            try
            {
                foreach (IAnnotatedDataLayerTest t in test.Tests)
                {
                    t.TestReadCropTrainSequenceUnseededDb(true);
                }
            }
            finally
            {
                test.Dispose();
            }
        }