Documentation

QRCodeTest extends TestCase
in package

Tests basic functions of the QRCode class

Table of Contents

$options  : QROptions
$qrcode  : QRCode
testGetMatrixException()  : void
tests if an exception is thrown when trying to call getMatrix() without data (empty string, no data set)
testInitOutputInterfaceException()  : void
tests if an exception is thrown when an invalid (built-in) output type is specified
setUp()  : void
invoke test instances

Properties

Methods

testGetMatrixException()

tests if an exception is thrown when trying to call getMatrix() without data (empty string, no data set)

public testGetMatrixException() : 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
Return values
void

Search results