File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/java/at/laborg/briss Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212import org .junit .jupiter .api .Test ;
1313
14- public class AutoCropTest {
14+ class AutoCropTest {
1515
1616 @ Test
17- public void testAutocrop () throws Exception {
17+ void testAutocrop () throws Exception {
1818 Path outputDirectory = Files .createTempDirectory (AutoCropTest .class .getCanonicalName ());
1919
2020 Path documentPath = Paths .get ("src/test/resources/pdfs/CREATIVE_COMMONS.pdf" );
@@ -28,7 +28,7 @@ public void testAutocrop() throws Exception {
2828 }
2929
3030 @ Test
31- public void testCrop () throws Exception {
31+ void testCrop () throws Exception {
3232 Path outputDirectory = Files .createTempDirectory (AutoCropTest .class .getCanonicalName ());
3333
3434 Path documentPath = Paths .get ("src/test/resources/pdfs/example.pdf" );
@@ -39,7 +39,7 @@ public void testCrop() throws Exception {
3939 }
4040
4141 @ Test
42- public void testCropWithPasswordProtectedFile () throws Exception {
42+ void testCropWithPasswordProtectedFile () throws Exception {
4343 Path outputDirectory = Files .createTempDirectory (AutoCropTest .class .getCanonicalName ());
4444
4545 Path documentPath = Paths .get ("src/test/resources/pdfs/example-protected.pdf" );
You can’t perform that action at this time.
0 commit comments