Persönliche Werkzeuge

Test Musterbogen

Aus BogenWiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(Der Versionsvergleich bezieht 7 dazwischenliegende Versionen mit ein.)
Zeile 17: Zeile 17:
                   <select id="BGF.MB.Tests" name="Tests">
                   <select id="BGF.MB.Tests" name="Tests">
                     <option value="BGF_Number.ctor">BGF_Number.ctor</option>
                     <option value="BGF_Number.ctor">BGF_Number.ctor</option>
-
                     <option value="BGF_Number.GVA">BGF_Number.GetValueAs()</option>
+
                     <option value="BGF_Number.GetValueAs">BGF_Number.GetValueAs()</option>
 +
                    <option value="BGF_Number.ConvertTo">BGF_Number.ConvertTo()</option>
                   </select>
                   </select>
                 </td>
                 </td>
Zeile 58: Zeile 59:
             <tr style="background:#E0E0E0;" valign=top>
             <tr style="background:#E0E0E0;" valign=top>
               <td style="padding:2px 6px 1px 6px"><b>Code</b></td>
               <td style="padding:2px 6px 1px 6px"><b>Code</b></td>
-
               <td style="padding:2px 6px 1px 6px"><b>Name</b></td>
+
               <td style="padding:2px 6px 1px 6px"><b>Variables</b></td>
-
              <td style="padding:2px 6px 1px 6px"><b>Value</b></td>
+
-
              <td style="padding:2px 6px 1px 6px"><b>Unit</b></td>
+
-
              <td style="padding:2px 6px 1px 6px"><b>DPI</b></td>
+
               <td style="padding:2px 6px 1px 6px"><b>Result</b></td>
               <td style="padding:2px 6px 1px 6px"><b>Result</b></td>
             </tr>
             </tr>
Zeile 67: Zeile 65:
             <tr style="background:#F8F8F8;" valign=top>
             <tr style="background:#F8F8F8;" valign=top>
               <td style="padding:2px 6px 1px 6px"><tt>%%Code%%</tt></td>
               <td style="padding:2px 6px 1px 6px"><tt>%%Code%%</tt></td>
-
               <td style="padding:2px 6px 1px 6px">%%BGF_Number_Name%%</td>
+
               <td style="padding:2px 6px 1px 6px">%%Variables%%</td>
-
              <td style="padding:2px 6px 1px 6px">%%BGF_Number_Value%%</td>
+
-
              <td style="padding:2px 6px 1px 6px">%%BGF_Number_Unit%%</td>
+
-
              <td style="padding:2px 6px 1px 6px">%%BGF_Number_DPI%%</td>
+
               <td style="padding:2px 6px 1px 6px">%%Result%%</td>
               <td style="padding:2px 6px 1px 6px">%%Result%%</td>
-
            </tr>
 
-
            <template id="BodyError"></template>
 
-
            <tr style="background:#F8F8F8;" valign=top>
 
-
              <td style="padding:2px 6px 1px 6px" rowspan=2><tt>%%Code%%</tt></td>
 
-
              <td style="padding:2px 6px 1px 6px">%%BGF_Number_Name%%</td>
 
-
              <td style="padding:2px 6px 1px 6px">%%BGF_Number_Value%%</td>
 
-
              <td style="padding:2px 6px 1px 6px">%%BGF_Number_Unit%%</td>
 
-
              <td style="padding:2px 6px 1px 6px">%%BGF_Number_DPI%%</td>
 
-
              <td style="padding:2px 6px 1px 6px" rowspan=2>%%Result%%</td>
 
-
            </tr>
 
-
            <tr style="background:#F8F8F8;" valign=top>
 
-
              <td style="padding:2px 6px 1px 6px" colspan=4>%%BGF_Number_Error%%</td>
 
-
            </tr>
 
-
            <template id="TabHeadRV"></template>
 
-
            <tr style="background:#E0E0E0;" valign=top>
 
-
              <td style="padding:2px 6px 1px 6px"><b>Code</b></td>
 
-
              <td style="padding:2px 6px 1px 6px"><b>RetValue</b></td>
 
-
              <td style="padding:2px 6px 1px 6px"><b>Result</b></td>
 
-
            </tr>
 
-
            <template id="BodyRV"></template>
 
-
            <tr style="background:#F8F8F8;" valign=top>
 
-
              <td style="padding:2px 6px 1px 6px"><tt>%%Code%%</tt></td>
 
-
              <td style="padding:2px 6px 1px 6px">%%RetValue%%</td>
 
-
              <td style="padding:2px 6px 1px 6px">%%Result%%</td>
 
-
            </tr>
 
-
            <template id="BodyRVError"></template>
 
-
            <tr style="background:#F8F8F8;" valign=top>
 
-
              <td style="padding:2px 6px 1px 6px" rowspan=2><tt>%%Code%%</tt></td>
 
-
              <td style="padding:2px 6px 1px 6px">%%RetValue%%</td>
 
-
              <td style="padding:2px 6px 1px 6px" rowspan=2>%%Result%%</td>
 
-
            </tr>
 
-
            <tr style="background:#F8F8F8;" valign=top>
 
-
              <td style="padding:2px 6px 1px 6px" colspan=1>%%BGF_Number_Error%%</td>
 
             </tr>
             </tr>
             <template id="ResOK"><span style="color:green"><b>OK</b></span></template>
             <template id="ResOK"><span style="color:green"><b>OK</b></span></template>
             <template id="ResKO"><span style="color:red"><b>failed</b></span></template>
             <template id="ResKO"><span style="color:red"><b>failed</b></span></template>
-
             <template id="ValueOK">%%Value%%</template>
+
            <template id="HashBegin">{</template>
-
             <template id="ValueKO"><span style="color:red">%%Value%%</span><br><span style="color:green">%%ValueExp%%</span></template>
+
            <template id="HashNext">, </template>
 +
            <template id="HashEnd">}</template>
 +
             <template id="ValueOK">%%VarName%%: %%Value%%</template>
 +
             <template id="ValueKO">%%VarName%%: <span style="color:red">%%Value%%</span> <span style="color:green">(%%ValueExp%%)</span></template>
 +
            <template id="ValueKO1"><span style="color:red">%%Value%%</span></template>
             <template id="Foot"></template>
             <template id="Foot"></template>
           </table>
           </table>

Aktuelle Version vom 07:36, 3. Jul. 2024

Tests
Testcases:   
Run
Output