Skip to content

Commit 85f9758

Browse files
committed
Add test coverage for Utils
1 parent b27f713 commit 85f9758

File tree

1 file changed

+3
-0
lines changed
  • apollo-core/src/test/java/com/ctrip/framework/foundation/internals

1 file changed

+3
-0
lines changed

apollo-core/src/test/java/com/ctrip/framework/foundation/internals/UtilsTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
import static org.junit.jupiter.api.Assertions.assertFalse;
99
import static org.junit.jupiter.api.Assertions.assertTrue;
1010

11+
/**
12+
* @author Josh Knopp(https://github.com/joshknopp)
13+
*/
1114
class UtilsTest {
1215
@Nested
1316
class IsBlank {

0 commit comments

Comments
 (0)