Skip to content

Commit

Permalink
small changes to Test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael5601 committed May 27, 2024
1 parent 104f85f commit f67b49b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.junit.platform.suite.api.Suite;

/**
* Class for collecting all test classes that deal with the file system API.
* Class for collecting all test classes that deal with the zip file system API.
*/
@Suite
@SelectClasses({ CloseTest.class, CopyTest.class, CreateTest.class, DeleteTest.class, MoveTest.class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.eclipse.core.runtime.NullProgressMonitor;
import org.eclipse.core.runtime.Platform;

public class ZipFileSystemTestSetup {
class ZipFileSystemTestSetup {

static final String FIRST_PROJECT_NAME = "TestProject";
static final String SECOND_PROJECT_NAME = "SecondProject";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.eclipse.core.tests.harness.FussyProgressMonitor;
import org.junit.Assert;

final class ZipFileSystemTestUtil {
class ZipFileSystemTestUtil {

public static Stream<String> zipFileNames() {
return Stream.of(ZipFileSystemTestSetup.ZIP_FILE_VIRTUAL_FOLDER_NAME);
Expand Down

0 comments on commit f67b49b

Please sign in to comment.