PHP Class Jyxo\Beholder\TestCase\FileSystemTest

See also: Jyxo\Beholder\TestCase\FileSystem
Author: Jaroslav HanslĂ­k
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: jyxo/php

Public Methods

Method Description
testAllOk ( ) Tests all functions.
testDeleteFailure ( ) Tests delete failure.
testReadFailure ( ) Tests read failure.
testWriteFailure ( ) Tests write failure.

Protected Methods

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

Method Details

setUp() protected method

.
protected setUp ( )

tearDown() protected method

Cleans up the testing environment.
protected tearDown ( )

testAllOk() public method

Tests all functions.
public testAllOk ( )

testDeleteFailure() public method

Tests delete failure.
public testDeleteFailure ( )

testReadFailure() public method

Tests read failure.
public testReadFailure ( )

testWriteFailure() public method

Tests write failure.
public testWriteFailure ( )