PHP Class Mmoreram\RSQueueBundle\Tests\Factory\SerializerFactoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: mmoreram/rsqueue-bundle

Public Methods

Method Description
testJsonGet ( ) Tests Json serializer load
testNotImplementingInterfaceFound ( ) Tests class found with not implementation of SerializerInterface
testPHPGet ( ) Tests PHP serializer load
testSerializerNotFound ( ) Tests class or type not found
testSimpleNotImplementingInterfaceFound ( ) Tests class found with not implementation of SerializerInterface

Method Details

testJsonGet() public method

Tests Json serializer load
public testJsonGet ( )

testNotImplementingInterfaceFound() public method

Tests class found with not implementation of SerializerInterface

testPHPGet() public method

Tests PHP serializer load
public testPHPGet ( )

testSerializerNotFound() public method

Tests class or type not found

testSimpleNotImplementingInterfaceFound() public method

Tests class found with not implementation of SerializerInterface