ParserTest
extends TestCase
in package
Table of Contents
Properties
Methods
- getControlCharacters() : void
- setUp() : void
- testBasic1() : void
- testBasic2() : void
- testCustomTokenizer() : void
- testEscapeCharacter() : void
- testEscapeComponentSeparator() : void
- testEscapeDataSeparator() : void
- testEscapeDecimalPoint() : void
- testEscapeSegmentTerminator() : void
- testEscapeSequence() : void
- testGetControlCharacters1() : void
- testGetControlCharacters2() : void
- testGetControlCharacters3() : void
- testGetControlCharacters4() : void
- testGetControlCharacters5() : void
- testInvalid1() : void
- assertSegments() : void
Properties
$parser
private
Parser
$parser
Methods
getControlCharacters()
public
getControlCharacters(string &$message[, CharactersInterface|null $characters = null ]) : void
Parameters
- $message : string
- $characters : CharactersInterface|null = null
setUp()
public
setUp() : void
testBasic1()
public
testBasic1() : void
testBasic2()
public
testBasic2() : void
testCustomTokenizer()
public
testCustomTokenizer() : void
testEscapeCharacter()
public
testEscapeCharacter() : void
testEscapeComponentSeparator()
public
testEscapeComponentSeparator() : void
testEscapeDataSeparator()
public
testEscapeDataSeparator() : void
testEscapeDecimalPoint()
public
testEscapeDecimalPoint() : void
testEscapeSegmentTerminator()
public
testEscapeSegmentTerminator() : void
testEscapeSequence()
public
testEscapeSequence() : void
testGetControlCharacters1()
public
testGetControlCharacters1() : void
testGetControlCharacters2()
public
testGetControlCharacters2() : void
testGetControlCharacters3()
public
testGetControlCharacters3() : void
testGetControlCharacters4()
public
testGetControlCharacters4() : void
testGetControlCharacters5()
public
testGetControlCharacters5() : void
testInvalid1()
public
testInvalid1() : void
assertSegments()
private
assertSegments(string $message, array<string|int, SegmentInterface> $segments) : void
Parameters
- $message : string
- $segments : array<string|int, SegmentInterface>