.Net
Possible to mock JwtSecurityToken() for a integrationtest?
I am currently doing a integrationtest, but I am stuck on the following line in a function, that I need to test: // left out code var accessToken = new JwtSecurityToken(accessTokenString); The accessToken is mocked Read more…