evas_vg_stack_below: Add Test procedure guide description 33/236433/3
authorAmitesh Singh <singh.amitesh@gmail.com>
Wed, 17 Jun 2020 05:37:57 +0000 (11:07 +0530)
committerAmitesh Singh <singh.amitesh@gmail.com>
Wed, 17 Jun 2020 06:05:27 +0000 (11:35 +0530)
Change-Id: I088b47588f64bc004b242b21a03c36df19e99ec2

TC/evas/canvas/evas_vg/utc_evas_vg_node_stack_below.c

index f2d9059c88c832b99d19346aa1859dce0a134d1f..b6f0c0ee208a37d9acb91e1ab0e73140e5116157 100644 (file)
@@ -47,6 +47,20 @@ teardown(void)
    ecore_evas_shutdown();
 }
 
+/* @procedure
+ * @step 1 Call evas_object_vg_add function to create a new vector object
+ * and check on not NULL
+ * @step 2 Show vector object
+ * @step 3 Call evas_object_vg_root_node_get function to get pointer on canvas root vector object
+ * and check on not NULL
+ * @step 4 Create three new vector shape objects of circle shape
+ * @step 5 Change the stacking of shapes and check if the stacking order is correct
+ *
+ * @passcondition correct stack ordering of shapes
+ * @}
+ * @}
+ */
+
 START_TEST(utc_evas_vg_node_stack_below_p)
 {
    Efl_VG *vg, *container, *circle1, *circle2, *circle3;