forked from FabricMC/fabric-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(FabricMC#894): complete test bench and provide necessary test mo…
…ds resources
- Loading branch information
Showing
7 changed files
with
187 additions
and
29 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
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
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,19 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"id": "mod1", | ||
"name": "Test Mod1", | ||
"version": "0.1.0", | ||
"entrypoints": { | ||
"preLaunch": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"main": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"test:testing": [ | ||
"net.fabricmc.test.EntrypointTest::instanceEntry", | ||
"net.fabricmc.test.EntrypointTest::staticEntry", | ||
"net.fabricmc.test.EntrypointTest::FIELD_ENTRY" | ||
] | ||
} | ||
} |
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,19 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"id": "mod2", | ||
"name": "Test Mod2", | ||
"version": "2.2.7", | ||
"entrypoints": { | ||
"preLaunch": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"main": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"test:testing": [ | ||
"net.fabricmc.test.EntrypointTest::instanceEntry", | ||
"net.fabricmc.test.EntrypointTest::staticEntry", | ||
"net.fabricmc.test.EntrypointTest::FIELD_ENTRY" | ||
] | ||
} | ||
} |
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,19 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"id": "mod3", | ||
"name": "Test Mod3", | ||
"version": "9.1.1", | ||
"entrypoints": { | ||
"preLaunch": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"main": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"test:testing": [ | ||
"net.fabricmc.test.EntrypointTest::instanceEntry", | ||
"net.fabricmc.test.EntrypointTest::staticEntry", | ||
"net.fabricmc.test.EntrypointTest::FIELD_ENTRY" | ||
] | ||
} | ||
} |
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,19 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"id": "mod4", | ||
"name": "Test Mod4", | ||
"version": "1.1.1", | ||
"entrypoints": { | ||
"preLaunch": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"main": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"test:testing": [ | ||
"net.fabricmc.test.EntrypointTest::instanceEntry", | ||
"net.fabricmc.test.EntrypointTest::staticEntry", | ||
"net.fabricmc.test.EntrypointTest::FIELD_ENTRY" | ||
] | ||
} | ||
} |
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,19 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"id": "mod5", | ||
"name": "Test Mod5", | ||
"version": "0.0.0", | ||
"entrypoints": { | ||
"preLaunch": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"main": [ | ||
"net.fabricmc.test.TestMod" | ||
], | ||
"test:testing": [ | ||
"net.fabricmc.test.EntrypointTest::instanceEntry", | ||
"net.fabricmc.test.EntrypointTest::staticEntry", | ||
"net.fabricmc.test.EntrypointTest::FIELD_ENTRY" | ||
] | ||
} | ||
} |