public Test BuildFrom(Type type)
 {
     var testFixture = new ConcordionTestFixture(type);
     testFixture.Add(new ConcordionTest(type));
     NUnitFramework.ApplyCommonAttributes(type, testFixture);
     return testFixture;
 }
        public Test BuildFrom(Type type)
        {
            var testFixture = new ConcordionTestFixture(type);

            testFixture.Add(new ConcordionTest(type));
            NUnitFramework.ApplyCommonAttributes(type, testFixture);
            return(testFixture);
        }