com.hp.hpl.jena.shared.wg |
shared.wg
This package defines some classes to help with accessing tests
produced by the RDF Core and WebOnt WGs.
The tests can be accessed either from the web,
or from a zip on the web,
from a local copy in the testing directory.
|
Java Source File Name | Type | Comment |
LazyFileInputStream.java | Class | In test cases we cannot open all the input files
while creating the test suite, but must defer the
opening until the test is actually run. |
LazyInputStream.java | Class | In test cases we cannot open all the input files
while creating the test suite, but must defer the
opening until the test is actually run. |
LazyURLInputStream.java | Class | In test cases we cannot open all the input files
while creating the test suite, but must defer the
opening until the test is actually run. |
LazyZipEntryInputStream.java | Class | In test cases we cannot open all the input files
while creating the test suite, but must defer the
opening until the test is actually run. |
TestInputStreamFactory.java | Class | |