Example #1
0
        ///
        ///	 <summary> * set PreflightAction/@SetRef to the value of test/@ID
        ///	 *  </summary>
        ///	 * <param name="test">
        ///	 *            the test to use </param>
        ///
        public virtual void setPreflightActionSetRef(JDFTest test)
        {
            test.appendAnchor(null); // just in case it is missing
            string id2 = test.getID();

            getCreatePreflightAction(0).setSetRef(id2);
        }
Example #2
0
        ///
        ///	 <summary> * set testRef to the value of test/@ID
        ///	 *  </summary>
        ///	 * <param name="test">
        ///	 *            the value to set testRef to </param>
        ///
        public virtual void setTest(JDFTest test)
        {
            test.appendAnchor(null); // just in case it is missing
            string id2 = test.getID();

            setTestRef(id2);
        }