-
+
- + + D:\workspace\restAssureTest\src\main\java\testng.xml + + +
- + + 1 test + + +
- + + 3 groups + + +
- + + Times + + +
- + + Reporter output + + +
- + + Ignored methods + + +
- + + Chronological view + + +
+
+
+
+
+
+ D:\workspace\restAssureTest\src\main\java\testng.xml
+
+
+
+ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> +<suite name="Suite"> + <parameter name="first-name" value="linda"/> + <test name="Test"> + <groups> + <run> + <include name="windows.*"/> + </run> + </groups> + <classes> + <class name="com.flz.rest.firstTest"/> + </classes> + </test> <!-- Test --> +</suite> <!-- Suite --> ++
+
+
+ Tests for Suite
+
+
+
+ -
+
- + Test (1 class) + +
+
+
+ Groups for Suite
+
+
+
+
+ windows.checkintest
+
+
+ +
+ testWindowsOnly
+
+
+ +
+ windows.checkintestsample
+
+
+ +
+ testSingleString
+
+
+ +
+ windows.functest
+
+
+ +
+ testWindowsToo
+
+
+ +
+
+
+ Times for Suite
+
+
+
+
+
+ Total running time: 12 ms
+
+
+
+
+
+
+ Reporter output for Suite
+
+
+
+
+
+
+ 5 ignored methods
+
+
+
+
+ com.flz.rest.firstTest
+
+
+ testMethod3
+
+ testMethod2 +
+ testMethod1 +
+ testLinuxOnly +
+ f +
+
+ + testMethod2 +
+ testMethod1 +
+ testLinuxOnly +
+ f +
+
+
+
+ Methods in chronological order
+
+
+
+
+
+ com.flz.rest.firstTest
+
+ testSingleString(linda)
+ 0 ms
+
+
+ testWindowsOnly
+ 13 ms
+
+
+ testWindowsToo
+ 14 ms
+
+
+
+
+