Method Summary |
|
public static URL | findSource(FileObject unitTest) Returns the source root for a given test root.
Parameters: unitTest - Java package root with unit tests corresponding Java package root with sources. |
public static URL[] | findSources(FileObject unitTest) Returns the source roots for a given test root.
Parameters: unitTest - Java package root with unit tests corresponding Java package roots with sources. |
public static URL | findUnitTest(FileObject source) Returns the test root for a given source root.
Parameters: source - Java package root with sources corresponding Java package root with unit tests. |
public static URL[] | findUnitTests(FileObject source) Returns the test roots for a given source root.
Parameters: source - Java package root with sources corresponding Java package roots with unit tests. |