T - the type of statements capturedpublic interface StatementCaptureListMatcher<T extends GenericStatement>
StatementCaptureListMatcher interface defines a class that can
match the statement capture list against some expectation.| Modifier and Type | Method and Description |
|---|---|
void |
match(StatementCaptureList<T> list)
Called to process this matcher against the specified statement capture list.
|
void match(StatementCaptureList<T> list) throws Exception
list - the non-null statement capture listException - if an error occurs while matchingCopyright (C) 2015-2017 The Helenus Driver Project Authors.