public interface ClientPropertyStorageFixture
| Modifier and Type | Method and Description |
|---|---|
Object |
clientProperty(Object key)
Returns the client property stored in this fixture's GUI component, under the given key.
|
Object clientProperty(Object key)
key - the key to use to retrieve the client property.null if the property was
not found.NullPointerException - if the given key is null.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.