yarn/filament/src/test
modmuss50 8349f2bc13
Rewrite mc downloading in filament (#3301)
2022-10-23 19:29:44 +01:00
..
java/net/fabricmc/filament/test Move filament into the yarn repo. (#3296) 2022-09-19 18:18:02 +01:00
resources/projects Rewrite mc downloading in filament (#3301) 2022-10-23 19:29:44 +01:00
README.md Move filament into the yarn repo. (#3296) 2022-09-19 18:18:02 +01:00

README.md

The tests for Filament are mostly Gradle projects that are automatically tested using JUnit 5.

Structure

/projects/sharedData

Data files shared between tests. This includes large files like a build of Yarn mappings.

/projects/javadocLint

Test project for the javadocLint task (JavadocLintTask).

/projects/unpickDef

Test project for the combineUnpickDefinitions and remapUnpickDefinitionsIntermediary tasks (CombineUnpickDefinitionsTask and RemapUnpickDefinitionsTask).