Advertisement
elvyssoares

Resource Lock - Original

Dec 9th, 2021
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. @Test
  2. public void testEmptyList() {
  3.   System.setProperty("test.path.property", "");
  4.   List<Path> result = env.getPaths("test.path.property").collect(Collectors.toList());
  5.   MatcherAssert.assertThat(result, Matchers.hasSize(0));
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement