iipolovinkin / JupiterBank

Test Spring Web Application
1 stars 0 forks source link

JB-33 Does need to check ru_RU Locale, not only en_US? #55

Open iipolovinkin opened 9 years ago

iipolovinkin commented 9 years ago

Task: JB-30 Use validation constraints in ValidationMessages[fix ClientTest] ClientTest used only US Locale for testing validation messages. How can I test it with other Locale. todo: Locale.setDefault(new Locale("ru", "RU")); Is Does exists parametrized tests? Or should I refactor my test case (ClientTest) for using them.