platform/api/symfony/Component/Stopwatch/Tests/StopwatchPeriodTest.yaml

46 lines
1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: StopwatchPeriodTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: StopwatchPeriod
type: class
source: Symfony\Component\Stopwatch\StopwatchPeriod
properties: []
methods:
- name: testGetStartTime
visibility: public
parameters:
- name: start
- name: useMorePrecision
- name: expected
comment: '# * @dataProvider provideTimeValues'
- name: testGetEndTime
visibility: public
parameters:
- name: end
- name: useMorePrecision
- name: expected
comment: '# * @dataProvider provideTimeValues'
- name: testGetDuration
visibility: public
parameters:
- name: start
- name: end
- name: useMorePrecision
- name: duration
comment: '# * @dataProvider provideDurationValues'
- name: provideTimeValues
visibility: public
parameters: []
comment: null
- name: provideDurationValues
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Stopwatch\StopwatchPeriod
interfaces: []