File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
framework/fit/java/fit-util/src/test/java/modelengine/fitframework/util/i18n Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ void tearDown() {
3131 @ Nested
3232 @ DisplayName ("Test method: setLocaleContext and getLocaleContext" )
3333 class TestSetAndGetLocaleContext {
34-
3534 @ Test
3635 @ DisplayName ("Given locale context with zh_CN then return the same locale context" )
3736 void givenLocaleContextWithZhCNThenReturnSameLocaleContext () {
@@ -59,7 +58,6 @@ void givenNullLocaleContextThenReturnNull() {
5958 @ Nested
6059 @ DisplayName ("Test method: getLocale" )
6160 class TestGetLocale {
62-
6361 @ Test
6462 @ DisplayName ("Given locale context with zh_CN then return zh_CN locale" )
6563 void givenLocaleContextWithZhCNThenReturnZhCNLocale () {
@@ -87,7 +85,6 @@ void givenNoLocaleContextThenReturnNull() {
8785 @ Nested
8886 @ DisplayName ("Test method: clear" )
8987 class TestClear {
90-
9188 @ Test
9289 @ DisplayName ("Given existing locale context then clear it" )
9390 void givenExistingLocaleContextThenClearIt () {
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ public class LocaleContextTest {
2525 @ Nested
2626 @ DisplayName ("Test method: constructor and getLocale()" )
2727 class TestConstructorAndGetLocale {
28-
2928 @ Test
3029 @ DisplayName ("Given locale is zh_CN then return the same locale" )
3130 void givenZhCNThenReturnSameLocale () {
You can’t perform that action at this time.
0 commit comments