postbackURL
A URL on your server where the testing environment sends test postbacks.
Declaration
var postbackURL: String { get }Discussion
The testing environment sends the test postback to the postbackURL when you call flushPostbacks(responses:).
A URL on your server where the testing environment sends test postbacks.
var postbackURL: String { get }The testing environment sends the test postback to the postbackURL when you call flushPostbacks(responses:).