org.thymeleaf.testing.templateengine.testable
Interface ITestSequence

All Superinterfaces:
ITestable
All Known Implementing Classes:
TestSequence

public interface ITestSequence
extends ITestable


Method Summary
 List<ITestable> getElements()
           
 int getSize()
           
 
Methods inherited from interface org.thymeleaf.testing.templateengine.testable.ITestable
getName, hasName
 

Method Detail

getSize

int getSize()

getElements

List<ITestable> getElements()


Copyright © 2013 The THYMELEAF team. All Rights Reserved.