Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate BasicAliasTest and SyncAliasTest to JUnit 5 #903 #1467

Merged
merged 1 commit into from
Jul 12, 2024

Commits on Jul 9, 2024

  1. Migrate BasicAliasTest and SyncAliasTest to JUnit 5 eclipse-platform#903

    
    
    This change migrates the alias tests (BasicAliasTest and SyncAliasTest)
    to JUnit 5. It replaces the usage of the WorkspaceTestRule with the
    WorkspaceResetExtension as. The deletion of files and file stores via
    the WorkspaceTestRule is replaced with dedicated file delete operations
    exactly where they are required. The creation of temporary file stores
    is replaced with the usage of temporary directories that are
    automatically cleaned up via the according JUnit 5 extension. The
    recursive folder deletion implementation from the
    SessionCustomizationUtil is used by generalizing it to the
    FileSystemHelper class.
    
    Contributes to
    eclipse-platform#903
    HeikoKlare committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    47e92a8 View commit details
    Browse the repository at this point in the history