Interface ITestResourceContainer
-
- All Superinterfaces:
ITestResource
- All Known Implementing Classes:
LocalFolderTestResource
public interface ITestResourceContainer extends ITestResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ITestResource>
getContainedResources()
-
Methods inherited from interface org.thymeleaf.testing.templateengine.resource.ITestResource
getName
-
-
-
-
Method Detail
-
getContainedResources
List<ITestResource> getContainedResources()
-
-