Package | Description |
---|---|
com.sun.javatest |
This package provides facilities for reading, executing
and monitoring tests.
|
com.sun.javatest.report |
This package provides API for generating reports about test runs.
|
Modifier and Type | Method and Description |
---|---|
KnownFailuresList.Entry[] |
KnownFailuresList.find(java.lang.String url) |
KnownFailuresList.Entry |
KnownFailuresList.find(java.lang.String url,
java.lang.String tc) |
static KnownFailuresList.Entry |
KnownFailuresList.Entry.read(java.lang.String text)
Create an entry from a string.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<KnownFailuresList.Entry> |
KnownFailuresList.getIterator(boolean group)
Iterate over the contents of the table.
|
Modifier and Type | Method and Description |
---|---|
void |
KnownFailuresList.addEntry(KnownFailuresList.Entry e) |
Modifier and Type | Method and Description |
---|---|
KnownFailuresList.Entry |
KflSorter.TestDiff.getKflEntry()
Not normally used, but can be used as a secondary way to get
the associated KFL entry.
|
Modifier and Type | Method and Description |
---|---|
void |
KflSorter.TestDiff.setKflEntry(KnownFailuresList.Entry e)
Not normally used, but can be used as a backup if there is a
special case where looking up the entry later would fail.
|
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.