Package org.eclipse.aether.internal.test.util
Utility classes to ease unit testing. This package supports the needs of Aether's own codebase but implementors of
extensions might find some of these classes useful, too, as long as they understand that these classes do not denote
a stable API and are subject to change without prior notice.
-
Class Summary Class Description DependencyGraphParser Creates a dependency graph from a text description.IniArtifactDescriptorReader An artifact descriptor reader that gets data from a simple text file on the classpath.NodeBuilder A builder to create dependency nodes for unit testing.TestFileProcessor A simple file processor implementation to help satisfy component requirements during tests.TestFileUtils Provides utility methods to read and write (temporary) files.TestLocalRepositoryManager A simplistic local repository manager that uses a temporary base directory.TestLoggerFactory A logger factory that writes to somePrintStream
.TestUtils Utility methods to help unit testing.