PHP Class Jyxo\Beholder\TestCaseTest

See also: Jyxo\Beholder\TestCase
Author: Jan Pěček
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: jyxo/php

Public Methods

Method Description
testGetDescription ( ) Tests getting testcase description.

Protected Methods

Method Description
setUp ( ) Prepares the testing environment.
tearDown ( ) Cleans up the testing environment.

Method Details

setUp() protected method

Prepares the testing environment.
protected setUp ( )

tearDown() protected method

Cleans up the testing environment.
protected tearDown ( )

testGetDescription() public method

Tests getting testcase description.
public testGetDescription ( )