Class IdentityResourceBundle

java.lang.Object
java.util.ResourceBundle
de.cuioss.test.valueobjects.util.IdentityResourceBundle

An IdentityResourceBundle is helpful for tests where you want to ensure that a certain message key is used to create a message but do not want to test the actual ResourceBundle mechanism itself, what is the case for many tests. It will always return the given key itself.
Author:
Oliver Wolff