Engine/testing
JeremyStarTM 06b279e8b6
Some checks failed
PRs & Pushes / test (push) Successful in 2m6s
PRs & Pushes / build-jars (push) Successful in 2m6s
PRs & Pushes / build-apidoc (push) Failing after 2m31s
Make engine multiplatform (incomplete)
I've only performed basic steps to allow the engine to be multiplatform.
Major classes such as FileAccess, various Stream implementations and so on need to be updated accordingly.
2024-12-28 18:13:33 +01:00
..
src/commonMain Make engine multiplatform (incomplete) 2024-12-28 18:13:33 +01:00
build.gradle.kts Make engine multiplatform (incomplete) 2024-12-28 18:13:33 +01:00
README.md Add unit testing 2024-12-15 22:33:31 +01:00

/testing

This subproject handles all the heavy lifting when it comes to unit testing. It heavily simplifies the process of creating unit tests involving the StarOpenSource Engine. See the TestBase class for more information.