<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> <suite verbose="0" name="Command line suite"> <test name="Command line test" preserve-order="false"> <classes> <class name="cz.cvut.fel.aos.CalculatorTest"/> </classes> </test> <!-- Command line test --> </suite> <!-- Command line suite -->
Tests for Command line suite
- Command line test (1 class)
Groups for Command line suite
Times for Command line suite
Total running time: 5 ms
Reporter output for Command line suite
0 ignored methods
Methods in chronological order
cz.cvut.fel.aos.CalculatorTest
setUp
0 ms
testAdd(1, 2, 3)
17 ms
testAdd(1, -2, -1)
24 ms
testAdd(5, 7, 12)
24 ms
testAdd(11, 2, 13)
25 ms