summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs/app_stub.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-0/+5
| | | | | | | * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134
* * Fixed app stub in edit testerihel2013-03-171-0/+4
|
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-1/+13
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-0/+26
* all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot