Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

tests: Use Junit5 instead of Kotest #160

@Distractic

Description

@Distractic

Currently, all tests are made using Kotest. However, it's really hard to understand why is the error in an IDE.
In addition, some basically feature are not available to custom test (before, after, etc.).

One of advantage of Kotest is the possibility to make test in multiplateforme environment. Minestom is built with Java, so Kstom cannot be compiled in JS etc.. in this context, it will be more efficient to take Junit 5 who has lot of feature to create and custom test.

Moreover, Minestom has a test framework that will be published in a new module in few time. This framework is only usable with Junit.

In Minestom repository, I create an issue to ask the publication of the framework

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions