mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
prerectime, prefix
prelim testing passes for potato - prefix is currently write-only, so added as a method like FileType
This commit is contained in:
@@ -625,6 +625,13 @@ Describe -Tag 'higher', -TestName 'All Higher Tests' {
|
||||
$vmr.recorder.armedbus = $value
|
||||
$vmr.recorder.armedbus | Should -Be $value
|
||||
}
|
||||
|
||||
It 'Should set and get Recorder.prerectime' -ForEach @(
|
||||
@{ Value = 5 }, @{ Value = 20 }
|
||||
) {
|
||||
$vmr.recorder.prerectime = $value
|
||||
$vmr.recorder.prerectime | Should -Be $value
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user