Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Edited Task: Implement UserQueryValidator.IsUserDTOValid() [1944]

$
0
0
We currently rely on UserDTO.HasValidId(). The issue with this is that we need to check for null each time we are generating a query.
This consequently multiply the number of tests by 2.
Update all the queries using HasValidId to use the UserQueryValidator.IsUserDTOValid() method.

Viewing all articles
Browse latest Browse all 4126

Trending Articles