This repository has been archived on 2022-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Acedia/sources
Anton Tarasenko a4a1c21cd7 Add basic unit test support
Add class that can automatically perform defined tests on user request.

Developers that wish to implemet unit tests for some functionality
must extend that class (`TestCase`) and add it to the manifest,
so that Acedia can read, register and later use it to perform tests.
2020-03-31 13:28:20 +07:00
..
Data Add basic JSON data support 2020-03-31 13:23:55 +07:00
Features Fix incorrect description for FixAmmoSell 2020-03-22 19:32:36 +07:00
Services/Connection First commit 2020-02-16 19:41:27 +07:00
Acedia.uc Add basic unit test support 2020-03-31 13:28:20 +07:00
AcediaReplicationInfo.uc First commit 2020-02-16 19:41:27 +07:00
BroadcastEvents.uc First commit 2020-02-16 19:41:27 +07:00
BroadcastHandler.uc First commit 2020-02-16 19:41:27 +07:00
BroadcastListenerBase.uc First commit 2020-02-16 19:41:27 +07:00
Events.uc First commit 2020-02-16 19:41:27 +07:00
Feature.uc First commit 2020-02-16 19:41:27 +07:00
Listener.uc First commit 2020-02-16 19:41:27 +07:00
Manifest.uc Add basic unit test support 2020-03-31 13:28:20 +07:00
MutatorEvents.uc First commit 2020-02-16 19:41:27 +07:00
MutatorListenerBase.uc First commit 2020-02-16 19:41:27 +07:00
Service.uc First commit 2020-02-16 19:41:27 +07:00
Singleton.uc First commit 2020-02-16 19:41:27 +07:00
StartUp.uc First commit 2020-02-16 19:41:27 +07:00
TestCase.uc Add basic unit test support 2020-03-31 13:28:20 +07:00