Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Test
- public void testEmptyList() {
- System.setProperty("test.path.property", "");
- List<Path> result = env.getPaths("test.path.property").collect(Collectors.toList());
- MatcherAssert.assertThat(result, Matchers.hasSize(0));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement