public class XMLTestSuiteRunnerValidator extends DefaultTestSuite
XMLTestSuireRunner
by checking
that it runs the tests specified by the command line parameter and
only these tests. Modifier and Type | Field and Description |
---|---|
static String |
ENTRY_KEY_ACTUAL_RESULT |
static String |
ENTRY_KEY_CONFIGURATION |
static String |
ENTRY_KEY_EXPECTED_RESULT |
static String |
ENTRY_KEY_TEST_ID_NOT_EXPECTED |
static String |
ENTRY_KEY_TEST_IDS_NOT_RUN |
static String |
ERROR_EXTRA_TEST_RUN |
static String |
ERROR_TEST_NOT_RUN |
tests
id, parent
Constructor and Description |
---|
XMLTestSuiteRunnerValidator()
This suite is made of elementary tests which validate that
the XML result for a given input contains a list of
report ids and no more (i.e., that the expected test reports
were generated and no more).
|
addTest, getChildrenCount, getChildrenTests, getName, removeTest, runImpl, setName
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setParent
public static final String ERROR_TEST_NOT_RUN
public static final String ERROR_EXTRA_TEST_RUN
public static final String ENTRY_KEY_CONFIGURATION
public static final String ENTRY_KEY_EXPECTED_RESULT
public static final String ENTRY_KEY_ACTUAL_RESULT
public static final String ENTRY_KEY_TEST_IDS_NOT_RUN
public static final String ENTRY_KEY_TEST_ID_NOT_EXPECTED
public XMLTestSuiteRunnerValidator()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.