コード例 #1
0
        /// <summary>
        /// constructor
        /// </summary>
        /// <param name="ATestingFile">the xml file with the instructions for the automatic test</param>
        /// <param name="ATestingParameters">Parameters for the Test (optional, pass in empty string if no parameters).</param>
        /// <param name="ADisconnectTime">time as a given point in the future when to close the form</param>
        public TTestWinForm(string ATestingFile, string ATestingParameters, DateTime ADisconnectTime)
        {
            FTestingFile    = ATestingFile;
            FTestParameters = ATestingParameters;
            FDisconnectTime = ADisconnectTime;

            FTellTaleForm = new TGuiTestingTelltaleWinForm();
        }
コード例 #2
0
ファイル: GUITesting.cs プロジェクト: Davincier/openpetra
        /// <summary>
        /// constructor
        /// </summary>
        /// <param name="ATestingFile">the xml file with the instructions for the automatic test</param>
        /// <param name="ATestingParameters">Parameters for the Test (optional, pass in empty string if no parameters).</param>
        /// <param name="ADisconnectTime">time as a given point in the future when to close the form</param>
        public TTestWinForm(string ATestingFile, string ATestingParameters, DateTime ADisconnectTime)
        {
            FTestingFile = ATestingFile;
            FTestParameters = ATestingParameters;
            FDisconnectTime = ADisconnectTime;

            FTellTaleForm = new TGuiTestingTelltaleWinForm();
        }