!1399 用例关联issue

Merge pull request !1399 from 韩冰/issue_tc
This commit is contained in:
openharmony_ci 2022-08-22 07:34:04 +00:00 committed by Gitee
commit 9533e8dfe4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
7 changed files with 28 additions and 0 deletions

View File

@ -521,6 +521,7 @@ HWTEST_F(ScreenManagerTest, ScreenManager10, Function | MediumTest | Level2)
* @tc.name: ScreenManager11
* @tc.desc: Create a virtual screen , mirror and destroy it for 10 times, it's not for shot.
* @tc.type: FUNC
* @tc.require: issueI5M2SK
*/
HWTEST_F(ScreenManagerTest, ScreenManager11, Function | MediumTest | Level2)
{
@ -564,6 +565,7 @@ HWTEST_F(ScreenManagerTest, ScreenManager11, Function | MediumTest | Level2)
* @tc.name: ScreenManager12
* @tc.desc: Create a virtual screen as expansion of default screen cancel Make mirror, and destroy virtual screen
* @tc.type: FUNC
* @tc.require: issueI5M2SK
*/
HWTEST_F(ScreenManagerTest, ScreenManager12, Function | MediumTest | Level2)
{
@ -689,6 +691,7 @@ HWTEST_F(ScreenManagerTest, ScreenManager14, Function | MediumTest | Level2)
* @tc.name: ScreenManager15
* @tc.desc: Create a virtual screen, make mirror to make expand, and destroy virtual screen
* @tc.type: FUNC
* @tc.require: issueI5M2SK
*/
HWTEST_F(ScreenManagerTest, ScreenManager15, Function | MediumTest | Level2)
{

View File

@ -227,6 +227,7 @@ HWTEST_F(ScreenshotTest, ScreenShot09, Function | MediumTest | Level2)
* @tc.name: ScreenShotListener01
* @tc.desc: Check if screenshot listener info valid
* @tc.type: FUNC
* @tc.require: issueI5G62O
*/
HWTEST_F(ScreenshotTest, ScreenShotListener01, Function | MediumTest | Level2)
{

View File

@ -216,6 +216,7 @@ HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow04, Function | MediumTest
* @tc.name: AppFloatingWindow05
* @tc.desc: Camera AppFloatingWindow life cycle
* @tc.type: FUNC
* @tc.require: issueI5NEHO
*/
HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow05, Function | MediumTest | Level2)
{
@ -240,6 +241,7 @@ HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow05, Function | MediumTest
* @tc.name: AppFloatingWindow06
* @tc.desc: Camera AppFloatingWindow life cycle, main window hide first
* @tc.type: FUNC
* @tc.require: issueI5NEHO
*/
HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow06, Function | MediumTest | Level3)
{
@ -266,6 +268,7 @@ HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow06, Function | MediumTest
* @tc.name: AppFloatingWindow07
* @tc.desc: Camera AppFloatingWindow life cycle, app floating window hide first
* @tc.type: FUNC
* @tc.require: issueI5NEHO
*/
HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow07, Function | MediumTest | Level3)
{
@ -292,6 +295,7 @@ HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow07, Function | MediumTest
* @tc.name: AppFloatingWindow08
* @tc.desc: Camera AppFloatingWindow life cycle, main window destroy first
* @tc.type: FUNC
* @tc.require: issueI5NEHO
*/
HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow08, Function | MediumTest | Level3)
{
@ -315,6 +319,7 @@ HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow08, Function | MediumTest
* @tc.name: AppFloatingWindow09
* @tc.desc: Camera AppFloatingWindow rect check
* @tc.type: FUNC
* @tc.require: issueI5NEHO
*/
HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow09, Function | MediumTest | Level3)
{
@ -355,6 +360,7 @@ HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow09, Function | MediumTest
* @tc.name: AppFloatingWindow10
* @tc.desc: Camera AppFloatingWindow multi create
* @tc.type: FUNC
* @tc.require: issueI5NEHO
*/
HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow10, Function | MediumTest | Level3)
{
@ -380,6 +386,7 @@ HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow10, Function | MediumTest
* @tc.name: AppFloatingWindow11
* @tc.desc: Camera AppFloatingWindow listener
* @tc.type: FUNC
* @tc.require: issueI5NEHR
*/
HWTEST_F(WindowAppFloatingWindowTest, AppFloatingWindow11, Function | MediumTest | Level2)
{

View File

@ -78,6 +78,7 @@ static sptr<Window> CreateDialogWindow(sptr<WindowScene> scene, WindowType type,
* @tc.name: dialogWindow01
* @tc.desc: FullScreen Main Window + Floating dialogWindow
* @tc.type: FUNC
* @tc.require: issueI5GKWZ
*/
HWTEST_F(WindowDialogWindowTest, DialogWindow01, Function | MediumTest | Level2)
{
@ -101,6 +102,7 @@ HWTEST_F(WindowDialogWindowTest, DialogWindow01, Function | MediumTest | Level2)
* @tc.name: dialogWindow02
* @tc.desc: FullScreen Main Window + 2 dialogWindow
* @tc.type: FUNC
* @tc.require: issueI5GKWZ
*/
HWTEST_F(WindowDialogWindowTest, DialogWindow02, Function | MediumTest | Level2)
{
@ -127,6 +129,7 @@ HWTEST_F(WindowDialogWindowTest, DialogWindow02, Function | MediumTest | Level2)
* @tc.name: dialogWindow03
* @tc.desc: FullScreen Main Window + 2 dialogWindow with the same name
* @tc.type: FUNC
* @tc.require: issueI5GKWZ
*/
HWTEST_F(WindowDialogWindowTest, DialogWindow03, Function | MediumTest | Level2)
{
@ -152,6 +155,7 @@ HWTEST_F(WindowDialogWindowTest, DialogWindow03, Function | MediumTest | Level2)
* @tc.name: dialogWindow04
* @tc.desc: FullScreen Main Window + 2 dialogWindow with the same name but one create after another destroyed
* @tc.type: FUNC
* @tc.require: issueI5GKWZ
*/
HWTEST_F(WindowDialogWindowTest, DialogWindow04, Function | MediumTest | Level2)
{
@ -178,6 +182,7 @@ HWTEST_F(WindowDialogWindowTest, DialogWindow04, Function | MediumTest | Level2)
* @tc.name: dialogWindow05
* @tc.desc: FullScreen Main Window + dialogWindow & MainWindow First GoBackground
* @tc.type: FUNC
* @tc.require: issueI5GKWZ
*/
HWTEST_F(WindowDialogWindowTest, DialogWindow05, Function | MediumTest | Level2)
{
@ -201,6 +206,7 @@ HWTEST_F(WindowDialogWindowTest, DialogWindow05, Function | MediumTest | Level2)
* @tc.name: dialogWindow06
* @tc.desc: FullScreen Main Window + dialogWindow & first destroy dialogWindow, then destroy MainWindow
* @tc.type: FUNC
* @tc.require: issueI5GKWZ
*/
HWTEST_F(WindowDialogWindowTest, DialogWindow06, Function | MediumTest | Level2)
{
@ -226,6 +232,7 @@ HWTEST_F(WindowDialogWindowTest, DialogWindow06, Function | MediumTest | Level2)
* @tc.name: dialogWindow07
* @tc.desc: FullScreen Main Window + dialogWindow & first destroy MainWindow, then destroy dialogWindow
* @tc.type: FUNC
* @tc.require: issueI5GKWZ
*/
HWTEST_F(WindowDialogWindowTest, DialogWindow07, Function | MediumTest | Level2)
{

View File

@ -51,6 +51,7 @@ namespace {
* @tc.name: StringUtil Trim
* @tc.desc: test trim
* @tc.type: FUNC
* @tc.require: issueI5M2SK
*/
HWTEST_F(StringUtilTest, Trim, Function | SmallTest | Level1)
{

View File

@ -41,6 +41,7 @@ namespace {
* @tc.name: WindowEffect01
* @tc.desc: set window corner radius
* @tc.type: FUNC
* @tc.require: issueI5IUGI
*/
HWTEST_F(WindowEffectTest, WindowEffect01, Function | SmallTest | Level2)
{
@ -64,6 +65,7 @@ HWTEST_F(WindowEffectTest, WindowEffect01, Function | SmallTest | Level2)
* @tc.name: WindowEffect02
* @tc.desc: set window shadow radius
* @tc.type: FUNC
* @tc.require: issueI5IUGI
*/
HWTEST_F(WindowEffectTest, WindowEffect02, Function | SmallTest | Level2)
{
@ -87,6 +89,7 @@ HWTEST_F(WindowEffectTest, WindowEffect02, Function | SmallTest | Level2)
* @tc.name: WindowEffect03
* @tc.desc: set window shadow color
* @tc.type: FUNC
* @tc.require: issueI5IUGI
*/
HWTEST_F(WindowEffectTest, WindowEffect03, Function | SmallTest | Level2)
{
@ -117,6 +120,7 @@ HWTEST_F(WindowEffectTest, WindowEffect03, Function | SmallTest | Level2)
* @tc.name: WindowEffect04
* @tc.desc: set window shadow offset
* @tc.type: FUNC
* @tc.require: issueI5IUGI
*/
HWTEST_F(WindowEffectTest, WindowEffect04, Function | SmallTest | Level2)
{
@ -145,6 +149,7 @@ HWTEST_F(WindowEffectTest, WindowEffect04, Function | SmallTest | Level2)
* @tc.name: WindowEffect05
* @tc.desc: set window blur radius
* @tc.type: FUNC
* @tc.require: issueI5IUGI
*/
HWTEST_F(WindowEffectTest, WindowEffect05, Function | SmallTest | Level2)
{
@ -168,6 +173,7 @@ HWTEST_F(WindowEffectTest, WindowEffect05, Function | SmallTest | Level2)
* @tc.name: WindowEffect06
* @tc.desc: set window backdrop blur radius
* @tc.type: FUNC
* @tc.require: issueI5IUGI
*/
HWTEST_F(WindowEffectTest, WindowEffect06, Function | SmallTest | Level2)
{
@ -191,6 +197,7 @@ HWTEST_F(WindowEffectTest, WindowEffect06, Function | SmallTest | Level2)
* @tc.name: WindowEffect07
* @tc.desc: set window backdrop blur style
* @tc.type: FUNC
* @tc.require: issueI5IUGI
*/
HWTEST_F(WindowEffectTest, WindowEffect07, Function | SmallTest | Level2)
{

View File

@ -221,6 +221,7 @@ HWTEST_F(WindowSceneTest, RequestFocus01, Function | SmallTest | Level2)
* @tc.name: NotifyMemoryLevel01
* @tc.desc: NotifyMemoryLevel without mainWindow
* @tc.type: FUNC
* @tc.require: issueI5JQ04
*/
HWTEST_F(WindowSceneTest, NotifyMemoryLevel01, Function | SmallTest | Level2)
{
@ -233,6 +234,7 @@ HWTEST_F(WindowSceneTest, NotifyMemoryLevel01, Function | SmallTest | Level2)
* @tc.name: NotifyMemoryLevel02
* @tc.desc: NotifyMemoryLevel with level
* @tc.type: FUNC
* @tc.require: issueI5JQ04
*/
HWTEST_F(WindowSceneTest, NotifyMemoryLevel02, Function | SmallTest | Level2)
{