Skip to content

Clean up tests and make Arkenv::parseArguments internal

Andreas Volkmann requested to merge refactor-api-tests into v2.0.0

Made Arkenv::parseArguments internal so that only parse can be used.

Removed widespread usage of arrayOf calls in tests, to reduce boilerplate and improve readability.

Merge request reports