提交 0200c211 编写于 作者: D durui

<audio焦点用例上库>

Signed-off-by: Ndurui <durui15@huawei.com>
上级 0290ceb5
......@@ -17,7 +17,7 @@ import audio from '@ohos.multimedia.audio';
import featureAbility from '@ohos.ability.featureAbility';
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, it } from '@ohos/hypium';
import { UiDriver, BY } from '@ohos.UiTest'
export default function audioCapturerInterrupt() {
export default function audioRenderCapturerInterrupt() {
describe("AudioRenderCapturerInterruptUnitTest", function () {
async function getPermission() {
let permissions = ['ohos.permission.MICROPHONE'];
......
......@@ -16,7 +16,7 @@
import audioCapturer from './AudioCapturer.test.js'
import AudioCapturerInterruptUnitTest from './AudioCapturerInterrupt.test.js'
import AudioPlaybackCapturer from './AudioPlaybackCapturer.test.js'
import AudioRenderCapturerInterruptUnitTest from './AudioRenderCapturerInterrupt.test'
import AudioRenderCapturerInterruptUnitTest from './AudioRenderCapturerInterrupt.test.js'
export default function testsuite() {
audioCapturer()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册