org.thymeleaf.testing.templateengine.testable
Class TestSequence

Object
  extended by org.thymeleaf.testing.templateengine.testable.AbstractTestable
      extended by org.thymeleaf.testing.templateengine.testable.TestSequence
All Implemented Interfaces:
ITestable, ITestSequence

public class TestSequence
extends AbstractTestable
implements ITestSequence


Constructor Summary
TestSequence()
           
TestSequence(ITestable... testables)
           
 
Method Summary
 void addElement(ITestable testable)
           
 void addElements(Collection<? extends ITestable> testables)
           
 void clearElements()
           
 List<ITestable> getElements()
           
 int getSize()
           
 
Methods inherited from class org.thymeleaf.testing.templateengine.testable.AbstractTestable
getName, hasName, setName
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.thymeleaf.testing.templateengine.testable.ITestable
getName, hasName
 

Constructor Detail

TestSequence

public TestSequence()

TestSequence

public TestSequence(ITestable... testables)
Method Detail

addElement

public void addElement(ITestable testable)

addElements

public void addElements(Collection<? extends ITestable> testables)

clearElements

public void clearElements()

getSize

public int getSize()
Specified by:
getSize in interface ITestSequence

getElements

public List<ITestable> getElements()
Specified by:
getElements in interface ITestSequence


Copyright © 2013 The THYMELEAF team. All Rights Reserved.