Class TestSequence
Object
org.thymeleaf.testing.templateengine.testable.AbstractTestable
org.thymeleaf.testing.templateengine.testable.TestSequence
- All Implemented Interfaces:
ITestable
,ITestSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addElement
(ITestable testable) void
addElements
(Collection<? extends ITestable> testables) void
int
getSize()
Methods inherited from class org.thymeleaf.testing.templateengine.testable.AbstractTestable
getName, hasName, setName
-
Constructor Details
-
TestSequence
public TestSequence() -
TestSequence
-
-
Method Details
-
addElement
-
addElements
-
clearElements
public void clearElements() -
getSize
public int getSize()- Specified by:
getSize
in interfaceITestSequence
-
getElements
- Specified by:
getElements
in interfaceITestSequence
-