Warning, /kdevelop/kdevelop/file_templates/testing/cpp_qtestlib/options.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0006   <kcfgfile arg="true"/>
0007   <group name="Test">
0008     <entry name="qtest_main" type="Enum">
0009       <label>Type of main() function</label>
0010       <choices>
0011           <choice name="QTEST_MAIN" />
0012           <choice name="QTEST_GUILESS_MAIN" />
0013           <choice name="QTEST_APPLESS_MAIN" />
0014       </choices>
0015       <default>QTEST_MAIN</default>
0016     </entry>
0017     <entry name="testCase_initAndCleanup" type="Bool">
0018       <label>Add init and cleanup methods for complete test case</label>
0019       <default>true</default>
0020     </entry>
0021     <entry name="test_initAndCleanup" type="Bool">
0022       <label>Add init and cleanup methods for each test</label>
0023       <default>true</default>
0024     </entry>
0025     <entry name="test_prefixMethods" type="Bool">
0026       <label>Prefix all test methods with "test"</label>
0027       <default>true</default>
0028     </entry>
0029   </group>
0030 </kcfg>