-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(MTE): remove @IsolatedMTETest; use JUnit TestInstance Lifecycle …
…instead
- Loading branch information
Showing
12 changed files
with
256 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 0 additions & 43 deletions
43
engine-tests/src/main/java/org/terasology/engine/integrationenvironment/Scopes.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
.../main/java/org/terasology/engine/integrationenvironment/jupiter/IsolatedMTEExtension.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...ests/src/main/java/org/terasology/engine/integrationenvironment/jupiter/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Copyright 2022 The Terasology Foundation | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
/** Integration Environment support for the JUnit Jupiter platform. */ | ||
package org.terasology.engine.integrationenvironment.jupiter; |
61 changes: 0 additions & 61 deletions
61
...-tests/src/test/java/org/terasology/engine/integrationenvironment/IsolatedEngineTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.