This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Description
The TestResource and ProjectExtension are hidden in assertions-fx which is not really clear for a new user to guess that they exist. How to use them and their purpose could also be explained shortly there, for newer users that find the implementations to complex to grasp.
Perhaps a list of assertions would also be nice...
Those two classes are not assertions, so maybe they should be in a separate dependency? And anyways, there are many that don't use Kotest assertions (like those that use Strikt instead), so these classes would be importable without dragging along possibly unused assertions. (like a io.kotest.extensions:kotest-extension-arrow:_
dependency.
The docs in https://kotest.io/docs/assertions/arrow.html should maybe include the full list of assertions, and there could be an entry in https://kotest.io/docs/extensions/extensions.html for the extension.