Skip to content
tomspilman edited this page Mar 18, 2013 · 4 revisions

THIS IS A WORK IN PROGRESS!

Test Folder Structure

Assets

The pre-compiled XNB and other content used in testing. This includes the "ReferenceImages" used for verification of the visual tests.

Interactive

TODO: This seems to contain test applications which are meant to be run by a person for verification of correct behavior. We need to review the work here and decide if it is worth keeping over fully automated tests.

Framework

These are all the MonoGame.Framework tests including unit tests, visual tests, and supporting components and fixtures. This is where most people will be adding testing code.

Runner

These are the test runner support classes used to execute and verify the tests on each platform.

Resources

These are non-content resource files packaged into the test builds.

Clone this wiki locally