public class TestFolder extends InclusiveFolder
Modifier and Type | Field and Description |
---|---|
static IJFolderFactory |
FACTORY |
Constructor and Description |
---|
TestFolder(Path path) |
TestFolder(Path path,
boolean wantsPackagePrefix) |
TestFolder(Path path,
boolean wantsPackagePrefix,
com.google.common.collect.ImmutableSortedSet<Path> inputs) |
Modifier and Type | Method and Description |
---|---|
IJFolderFactory |
getFactory() |
getIjName
canMergeWith, combineInputs, compareTo, createCopyWith, equals, getInputs, getPath, getWantsPackagePrefix, hashCode, isResourceFolder, merge, toString
public static final IJFolderFactory FACTORY
public TestFolder(Path path, boolean wantsPackagePrefix, com.google.common.collect.ImmutableSortedSet<Path> inputs)
public TestFolder(Path path)
public TestFolder(Path path, boolean wantsPackagePrefix)
public IJFolderFactory getFactory()
getFactory
in class IjFolder