Forum Discussion
omatzura
18 years agoSuper Contributor
Hi!
Try the following:
def value = messageExchange.responseHeaders["Set-Cookie"]
assert( value.equals( context.expand( 'MyValue=somedata${Property#propertyName}somemoredata' ))
regards!
/Ole
eviware.com
Try the following:
def value = messageExchange.responseHeaders["Set-Cookie"]
assert( value.equals( context.expand( 'MyValue=somedata${Property#propertyName}somemoredata' ))
regards!
/Ole
eviware.com