site_map.xml 1.8KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0"?>
  2. <page title="Last Craft" file="index.php">
  3. <page title="SimpleTest" file="simple_test.php">
  4. <page title="Overview" file="overview.php"/>
  5. <page title="Unit tester" file="unit_test_documentation.php"/>
  6. <page title="Group tests" file="group_test_documentation.php"/>
  7. <page title="Mock objects" file="mock_objects_documentation.php"/>
  8. <page title="Partial mocks" file="partial_mocks_documentation.php"/>
  9. <page title="Reporting" file="reporter_documentation.php"/>
  10. <page title="Expectations" file="expectation_documentation.php"/>
  11. <page title="Web tester" file="web_tester_documentation.php"/>
  12. <page title="Testing forms" file="form_testing_documentation.php"/>
  13. <page title="Authentication" file="authentication_documentation.php"/>
  14. <page title="Scriptable browser" file="browser_documentation.php"/>
  15. </page>
  16. <page title="Cgreen" file="cgreen.php">
  17. <page title="Cgreen test suites" file="cgreen_suites.php"/>
  18. <page title="Mocking functions" file="mock_callbacks.php"/>
  19. <page title="Cgreen reporting" file="cgreen_reporter.php"/>
  20. </page>
  21. <page title="Fakemail" file="fakemail.php"/>
  22. <page title="PHP unit testing" file="first_test_tutorial.php">
  23. <page title="Grouping tests" file="group_test_tutorial.php"/>
  24. <page title="Taking control" file="gain_control_tutorial.php"/>
  25. <page title="Reusing cases" file="subclass_tutorial.php"/>
  26. <page title="Showing passes" file="display_subclass_tutorial.php"/>
  27. <page title="Using mock objects" file="mock_objects_tutorial.php"/>
  28. <page title="Boundary classes" file="boundary_classes_tutorial.php"/>
  29. <page title="Top down testing" file="improving_design_tutorial.php"/>
  30. </page>
  31. <page title="Blog" file="blog/"/>
  32. <page title="About" file="about.php"/>
  33. </page>