Exemplo n.º 1
0
        public void TestConstructorDoubleList()
        {
            SimpleDatumTest test = new SimpleDatumTest();

            try
            {
                foreach (ISimpleDatumTest t in test.Tests)
                {
                    t.TestConstructorDoubleList();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Exemplo n.º 2
0
        public void TestTranspose()
        {
            SimpleDatumTest test = new SimpleDatumTest();

            try
            {
                foreach (ISimpleDatumTest t in test.Tests)
                {
                    t.TestTranspose();
                }
            }
            finally
            {
                test.Dispose();
            }
        }