Changes between Version 2 and Version 3 of GtkUIScreenshots

Show
Ignore:
Timestamp:
02/20/2007 12:51:49 PM (4 years ago)
Author:
sb
Comment:

Update screenshot URLs.

Legend:

Unmodified
Added
Removed
Modified
  • GtkUIScreenshots

    v2 v3  
    66Directly after starting, the GTK Testrunner looks like this: 
    77 
    8 [[Image(http://schlitt.info/PHPUnit-GTK2/PHPUnit_PHP-GTK2_Testrunner_startup.png)]] 
     8[[Image(http://static.phpunit.de/gtkui/PHPUnit_PHP-GTK2_Testrunner_startup.png)]] 
    99 
    1010You should the use the "File" menu for either opening a single test suite or for searching your project for your test suite files, to load multiple of them. 
     
    1212== Open file == 
    1313 
    14 [[Image(http://schlitt.info/PHPUnit-GTK2/PHPUnit_PHP-GTK2_Testrunner_fileopen.png)]] 
     14[[Image(http://static.phpunit.de/gtkui/PHPUnit_PHP-GTK2_Testrunner_fileopen.png)]] 
    1515 
    1616The file open dialog allows you to select a PHP source code file, which should contain a class declaration that extends PHPUnit_Framework_TestSuite. The selected file will then be required and all found test suites will be displayed in the main window, so you can select them for being run. 
     
    1818== Find files == 
    1919 
    20 [[Image(http://schlitt.info/PHPUnit-GTK2/PHPUnit_PHP-GTK2_Testrunner_filefind.png)]] 
     20[[Image(http://static.phpunit.de/gtkui/PHPUnit_PHP-GTK2_Testrunner_filefind.png)]] 
    2121 
    2222Since your project most propably contains multiple test suites, you can use the file find dialog to find all of the them and select multiple of them for being loaded. 
     
    2424== A loaded test suite == 
    2525 
    26 [[Image(http://schlitt.info/PHPUnit-GTK2/PHPUnit_PHP-GTK2_Testrunner_loadedsuite.png)]] 
     26[[Image(http://static.phpunit.de/gtkui/PHPUnit_PHP-GTK2_Testrunner_loadedsuite.png)]] 
    2727 
    2828Once you loaded a test suite, the main window will display it in a tree view. You can either select the whole suite, any of its sub-suites or single test cases for being run. 
     
    3232As soon as you have selected test cases for running, you can start the test run by clicking the "Run" button. 
    3333 
    34 [[Image(http://schlitt.info/PHPUnit-GTK2/PHPUnit_PHP-GTK2_Testrunner_runningsuite.png)]] 
     34[[Image(http://static.phpunit.de/gtkui/PHPUnit_PHP-GTK2_Testrunner_runningsuite.png)]] 
    3535 
    3636The GTK UI will indicate the progress of your tests in a progress bar and add status information about each test case to the status window, as soon as it starts running the tests case. Beside that, an icon in the suite tree indicates the status of the test. 
     
    4040The status tree contains a large bunch of information after a test run. To directly jump to the last status information of a certain test case, simple double click it in the suite tree. 
    4141 
    42 [[Image(http://schlitt.info/PHPUnit-GTK2/PHPUnit_PHP-GTK2_Testrunner_failedtest.png)]] 
     42[[Image(http://static.phpunit.de/gtkui/PHPUnit_PHP-GTK2_Testrunner_failedtest.png)]]