Skip to content

Depreciated Map Constructors #323

@S010MON

Description

@S010MON

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.

Metadata

Metadata

Labels

LOWLow priority feature that is merely nice to haveLvl 4~4 - 8hrs taskrefactorRewrite exisiting code

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions