mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 23:30:15 +00:00
add systemcapbility:Test.UiTest. Signed-off-by: <wanglongjin1@huawei.com>
Signed-off-by: wanglongjin <wanglongjin1@huawei.com>
This commit is contained in:
parent
f423c588d7
commit
85c954a994
28
api/@ohos.uitest.d.ts
vendored
28
api/@ohos.uitest.d.ts
vendored
@ -19,13 +19,33 @@
|
||||
* @since 8
|
||||
*/
|
||||
enum MatchPattern{
|
||||
/**Equals to a string.*/
|
||||
/**
|
||||
* Equals to a string.
|
||||
* @syscap SystemCapability.Test.UiTest
|
||||
* @since 8
|
||||
* @test
|
||||
*/
|
||||
EQUALS = 0,
|
||||
/**Contains a substring.*/
|
||||
/**
|
||||
* Contains a substring.
|
||||
* @syscap SystemCapability.Test.UiTest
|
||||
* @since 8
|
||||
* @test
|
||||
*/
|
||||
CONTAINS = 1,
|
||||
/**StartsWith a substring.*/
|
||||
/**
|
||||
* StartsWith a substring.
|
||||
* @syscap SystemCapability.Test.UiTest
|
||||
* @since 8
|
||||
* @test
|
||||
*/
|
||||
STARTS_WITH = 2,
|
||||
/**EndsWith a substring.*/
|
||||
/**
|
||||
* EndsWith a substring.
|
||||
* @syscap SystemCapability.Test.UiTest
|
||||
* @since 8
|
||||
* @test
|
||||
*/
|
||||
ENDS_WITH = 3
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user