https://github.com/hellokitty/testity
Testity - Custom games programming workflow for testability and dependency injection.
https://github.com/hellokitty/testity
Last synced: about 1 year ago
JSON representation
Testity - Custom games programming workflow for testability and dependency injection.
- Host: GitHub
- URL: https://github.com/hellokitty/testity
- Owner: HelloKitty
- License: mit
- Created: 2015-11-19T14:22:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T15:53:54.000Z (over 10 years ago)
- Last Synced: 2025-01-24T06:11:15.839Z (over 1 year ago)
- Language: C#
- Homepage: https://github.com/HelloKitty/Testity
- Size: 1.88 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testity
####What is Testity?
Testity is more than just a library. Testity is a custom workflow for .Net class library projects that target games engines such as: Unity3D and UnrealEngine 4 (when C# bindings are implemented).
####Goals
*Primary*
* Allow for the creation of unit testable, or generally testable, game logic.
* Support practices of inversion of control and dependency injection.
*Secondary*
* Allow for the creation of engine agnostic game logic.
####Builds
Windows: Tested Locally
Linux/Mono: [](https://travis-ci.org/HelloKitty/Testity)