Documentation

DatainterfaceTestAbstract extends TestCase
in package

The data interface test abstract

Table of Contents

testCodeLengthOverflowException()  : void
Tests if an exception is thrown on data overflow
testGetMinimumVersion()  : void
Tests getting the minimum QR version for the given data
testGetMinimumVersionException()  : void
Tests if an exception is thrown when the data exceeds the maximum version while auto detecting
testInitMatrix()  : void
Tests initializing the data matrix
testInstance()  : void
Verifies the data interface instance
setTestData()  : void

Methods

testCodeLengthOverflowException()

Tests if an exception is thrown on data overflow

public testCodeLengthOverflowException() : void
Return values
void

testGetMinimumVersion()

Tests getting the minimum QR version for the given data

public testGetMinimumVersion() : void
Return values
void

testGetMinimumVersionException()

Tests if an exception is thrown when the data exceeds the maximum version while auto detecting

public testGetMinimumVersionException() : void
Return values
void

testInitMatrix()

Tests initializing the data matrix

public testInitMatrix(int $maskPattern) : void
Parameters
$maskPattern : int
Tags
dataProvider

MaskPatternProvider

Return values
void

Search results