Download User Manual

Transcript
User Manual
Edition July 2014
TEMPPO V6.1
JUnit
Figure 356 – Step 2: A JUnit test class can be selected, by which a JUnit
test suite is defined.
After clicking next, the test collector specified in the Administrator (see 6.2)
starts searching for JUnit test classes. JUnit allows having nested test suites (one
test suite containing others) and it also allows naming two or more test suites
having the same parent test suite identically, e.g.
All Junit Tests
junit.samples.VectorTest
junit.samples.money.MoneyTest
Framework Tests
Framework Tests
Framework Tests
Framework Tests
Since TEMPPO will create a Test Package for each JUnit test suite and TEMPPO
does not allow identical names of items with the same parent, a warning
message will be raised, if the test collector finds test suites named like described
above (for further details see 6.3.2).
Figure 357: Warning of duplicate test suite names
The related test suites are marked accordingly and can’t be selected for
importing.
Page 280