114115116117118119120
new SimpleWindowsFileStore( roots, nonNullPath ).getAttribute( null ); } @Test(expected = IllegalArgumentException.class) public void getAttributeEmpty() { new SimpleWindowsFileStore( roots, nonNullPath ).getAttribute( "" ); }