addProperty method
Adds a custom key name/value property that will be associated with tests. You can view these properties and filter and group by these properties in the Test Manager.
Syntax
Call syntax
[ eyes addProperty : name value: value ];
Declaration
(void)addProperty:(NSString *)name value:(NSString *)value
Parameters
- name
- Type:NSString*
- The name of the property.
- value
- Type:NSString*
- The value associated with the name.
Return value
- Type: void