QRCodeTest
extends TestCase
in package
Tests basic functions of the QRCode class
Table of Contents
- $options : QROptions
- $qrcode : QRCode
- testInitCustomOutputInterfaceNotExistsException() : void
- tests if an exception is thrown if the given output class does not exist
- testInitCustomOutputInterfaceNotImplementsException() : void
- tests if an exception is thrown if the given output class does not implement QROutputInterface
- testInitOutputInterfaceException() : void
- tests if an exception is thrown when an invalid (built-in) output type is specified
- setUp() : void
- invoke test instances
Properties
$options
private
QROptions
$options
$qrcode
private
QRCode
$qrcode
Methods
testInitCustomOutputInterfaceNotExistsException()
tests if an exception is thrown if the given output class does not exist
public
testInitCustomOutputInterfaceNotExistsException() : void
Return values
void —testInitCustomOutputInterfaceNotImplementsException()
tests if an exception is thrown if the given output class does not implement QROutputInterface
public
testInitCustomOutputInterfaceNotImplementsException() : void
Return values
void —testInitOutputInterfaceException()
tests if an exception is thrown when an invalid (built-in) output type is specified
public
testInitOutputInterfaceException() : void
Return values
void —setUp()
invoke test instances
protected
setUp() : void