Package | Description |
---|---|
com.sun.javatest |
This package provides facilities for reading, executing
and monitoring tests.
|
Modifier and Type | Method and Description |
---|---|
ExcludeList.Entry |
ExcludeList.getEntry(java.lang.String url)
Locate an entry for a test.
|
ExcludeList.Entry |
ExcludeList.getEntry(java.lang.String url,
java.lang.String testCase)
Locate an entry for a test.
|
static ExcludeList.Entry |
ExcludeList.Entry.read(java.lang.String text)
Create an entry from a string.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcludeList.addEntry(ExcludeList.Entry e)
Add an entry to the table.
|
void |
ExcludeList.removeEntry(ExcludeList.Entry e)
Remove an entry from the table.
|
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.