generated from S010MON/java-gradle-fx
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
LOWLow priority feature that is merely nice to haveLow priority feature that is merely nice to haveLvl 4~4 - 8hrs task~4 - 8hrs taskrefactorRewrite exisiting codeRewrite exisiting code
Description
DirectionFollowAgentTest @Jolijn2020
RayFeedbackTest @MatthewFoster02
WallFollowAgentTest @laurajogi
These tests all use a constructor for the map that is causing significant tech debt. This constructor will be depreciated in phase 3 and these tests will need to be rewritten properly.
Note, some of you are using global variables in multiple tests. This can cause dependency issues due to the asynchronous nature of the Juinit runner. Each test should run in complete isolation, to set up a test environment multiple times, an @BeforeAll and @AfterAll tag can be used to construct and destruct the environment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
LOWLow priority feature that is merely nice to haveLow priority feature that is merely nice to haveLvl 4~4 - 8hrs task~4 - 8hrs taskrefactorRewrite exisiting codeRewrite exisiting code