AIMA.Test.Core.Unit.Learning.Inductive.MockDLTestFactory.MockDLTestFactory C# (CSharp) Method

MockDLTestFactory() public method

public MockDLTestFactory ( List tests ) : AIMA.Core.Learning.Framework
tests List
return AIMA.Core.Learning.Framework
        public MockDLTestFactory(List<DLTest> tests)
        {
            this.tests = tests;
        }