Relative Content

Tag Archive for javaspringtestingjunitmockito

Assertion of a private final field

I have a service with a private final hashmap as a cache. People access this service to fetch some information. Everytime a user triggers this the cache might be updated if some time has passed or the user visits the service for the first time.