2 * Svjatoslav Commons - shared library of common functionality.
3 * Copyright ©2012-2020, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of version 3 of the GNU Lesser General Public License
7 * or later as published by the Free Software Foundation.
10 package eu.svjatoslav.commons.file;
12 import org.junit.Test;
14 public class CommonPathResolverTest {
17 public final void testGetDesktopDirectory() {
18 System.out.println(CommonPathResolver.getDesktopDirectory());
22 public final void testGetHomeDirectory() {
23 System.out.println(CommonPathResolver.getHomeDirectory());