PHP Class Jyxo\Mail\EncodingTest

See also: Jyxo\Mail\Encoding
Author: Jaroslav Hanslík
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: jyxo/php

Méthodes publiques

Méthode Description
testConstruct ( ) Tests the constructor.
testEncode ( ) Tests the encode() method.
testIsCompatible ( ) Tests the isCompatible() method.

Méthodes protégées

Méthode Description
setUp ( ) Prepares the testing environment.

Method Details

setUp() protected méthode

Prepares the testing environment.
protected setUp ( )

testConstruct() public méthode

Tests the constructor.
See also: Jyxo\Mail\Encoding::__construct()
public testConstruct ( )

testEncode() public méthode

Tests the encode() method.
See also: Jyxo\Mail\Encoding::encode()
public testEncode ( )

testIsCompatible() public méthode

Tests the isCompatible() method.
See also: Jyxo\Mail\Encoding::isCompatible()
public testIsCompatible ( )