Support class for Assertions in AssertionTestStep
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static Assertable | getAssertable(TestModelItem source, java.lang.String propertyName, AssertionTestStep assertionTestStep)Gets assertable for selected source. | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Gets assertable for selected source.
source -             - TestModelItem set as a source for assertingpropertyName -       - name of the property on selected source whose content is to be
                          assertedassertionTestStep -  - where assertion is being added