protected class AbstractListExpectation.DefaultExpectation<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultExpectation(T expectation,
ExpectationComparator<?,?> expectationComparator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDescription()
Getter for exception description
|
protected T |
getExpectation()
Getter for generic expectation type
|
protected ExpectationComparator<?,?> |
getExpectationComparator()
Getter for expectation comparator
|
Integer |
getOrder()
Order the DefaultExpectation is declared
|
protected void |
setDescription(String description)
Setter for exception description
|
void |
setOrder(int order)
Order the DefaultExpectation is declared
|
String |
toString() |
protected DefaultExpectation(T expectation, ExpectationComparator<?,?> expectationComparator)
expectation - public Integer getOrder()
public void setOrder(int order)
order - protected void setDescription(String description)
description - protected String getDescription()
protected T getExpectation()
protected ExpectationComparator<?,?> getExpectationComparator()
Copyright © 2007-2020 Ikasan. All Rights Reserved.