You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a service that uses the new HalModelBuilder to enrich an existing RepresentationModel with an additional embedded object. However i can find no way to unit test that service, since the only thing i can return with it is an EntityModel.
I can maybe write an integrationtest by looking at the actual JSON produced by the controller, but i find this somewhat unsatisfactory.