Add testing functionality for registering user and session URLs.

Review Request #12262 — Created April 26, 2022 and submitted

chipx86
RBTools
release-3.x
rbtools

ResourcePayloadFactory now provides a make_session_object_data()
method for creating a session resource and make_user_object_data() for
creating a user resource.

URLMapTransport wraps these with add_session_url() and
add_user_url() methods. These make it easy for tests to set up a
session and a user for testing.

Made use of these in some in-progress unit tests. All tests complete.

Summary
Add testing functionality for registering user and session URLs.
chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (ecf5c16)
Loading...