DataDictionary.Generated.Dictionary.allTests C# (CSharp) Method

allTests() public method

Part of the list interface for Tests
public allTests ( ) : ArrayList
return System.Collections.ArrayList
        public System.Collections.ArrayList allTests()
        {
            if (aTests == null){
            setAllTests( new System.Collections.ArrayList() );
            } // If
            return aTests;
        }