You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.8 KiB
XML
26 lines
1.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<page title="SimpleTest" file="index.php">
|
|
<page title="Prise en main rapide de SimpleTest pour PHP" file="simple_test.php">
|
|
</page>
|
|
<page title="Documentation : les tests unitaires en PHP" file="unit_test_documentation.php">
|
|
<page title="Les groupes de tests" file="group_test_documentation.php"/>
|
|
<page title="Les bouchons serveur" file="server_stubs_documentation.php"/>
|
|
<page title="Les objets fantaisie" file="mock_objects_documentation.php"/>
|
|
<page title="Les objets fantaisie partiels" file="partial_mocks_documentation.php"/>
|
|
<page title="Le rapporteur de test" file="reporter_documentation.php"/>
|
|
<page title="Les attentes" file="expectation_documentation.php"/>
|
|
<page title="Le testeur web" file="web_tester_documentation.php"/>
|
|
<page title="Les tests des formulaires" file="form_testing_documentation.php"/>
|
|
<page title="L'authentification" file="authentication_documentation.php"/>
|
|
<page title="Le navigateur scriptable" file="browser_documentation.php"/>
|
|
</page>
|
|
<page title="Tutorial : les tests unitaires en PHP" file="first_test_tutorial.php">
|
|
<page title="Grouper des tests" file="group_test_tutorial.php"/>
|
|
<page title="Prendre le contrôle des tests" file="gain_control_tutorial.php"/>
|
|
<page title="Sous classer un scénario de test unitaire" file="subclass_tutorial.php"/>
|
|
<page title="Changer l'affichage du test" file="display_subclass_tutorial.php"/>
|
|
<page title="Utiliser des objets fantaisie" file="mock_objects_tutorial.php"/>
|
|
<page title="Les frontières de l'application" file="boundary_classes_tutorial.php"/>
|
|
<page title="Du haut vers le bas et piloté par les tests" file="improving_design_tutorial.php"/>
|
|
</page>
|
|
</page> |