platform/api/symfony/Component/Intl/Tests/Data/Util/RingBufferTest.yaml
2024-09-02 10:44:11 -07:00

55 lines
1.3 KiB
YAML

name: RingBufferTest
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: RingBuffer
type: class
source: Symfony\Component\Intl\Data\Util\RingBuffer
- name: OutOfBoundsException
type: class
source: Symfony\Component\Intl\Exception\OutOfBoundsException
properties: []
methods:
- name: setUp
visibility: protected
parameters: []
comment: null
- name: testWriteWithinBuffer
visibility: public
parameters: []
comment: null
- name: testWritePastBuffer
visibility: public
parameters: []
comment: null
- name: testReadNonExistingFails
visibility: public
parameters: []
comment: null
- name: testQueryNonExisting
visibility: public
parameters: []
comment: null
- name: testUnsetNonExistingSucceeds
visibility: public
parameters: []
comment: null
- name: testReadOverwrittenFails
visibility: public
parameters: []
comment: null
- name: testQueryOverwritten
visibility: public
parameters: []
comment: null
- name: testUnsetOverwrittenSucceeds
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Intl\Data\Util\RingBuffer
- Symfony\Component\Intl\Exception\OutOfBoundsException
interfaces: []