YoYoGames / GM-TestFramework

Repository for GameMaker's Test Framework
Other
20 stars 10 forks source link

BasicTilemapTestSuite: Create new TestSuite for testing Tilemap functionality #51

Closed Indibulous closed 3 months ago

Indibulous commented 3 months ago

Description

A test suite should be developed and added to the framework to test tilemap functionality, as this is an area of functionality that is currently missing from the framework.

Requirements

The project should be up to date with 2024.4 release.

It should include facts/theories/testAsyncs that cover the following functions:

These facts/theories/testAsyncs should test the functions in their expected use case, as well as how they handle invalid arguments.

Steps To The Task