Markus Kauppila
|
66677c0ad1
|
Fixed AssertEquals.
|
2011-07-14 20:33:18 +03:00 |
|
Markus Kauppila
|
7de8abe0c4
|
Harness kills hung tests (won't work with --in-proc option).
Added result description to test logs (tells why test failed,
such as exceeding its timeout).
|
2011-07-13 19:51:25 +03:00 |
|
Markus Kauppila
|
6d3454e153
|
If any assert in SetUp function fails that test will be skipped.
|
2011-07-11 21:09:28 +03:00 |
|
Markus Kauppila
|
3efe0fed79
|
Added SetUp/TearDown functions for test suites.
|
2011-07-11 17:55:35 +03:00 |
|
Markus Kauppila
|
48bcede0dc
|
Bunch of little fixes.
|
2011-07-10 18:42:52 +03:00 |
|
Markus Kauppila
|
d0e9372d99
|
Ported surface tests.
|
2011-07-09 17:55:35 +03:00 |
|
Markus Kauppila
|
c003533b11
|
Fixed the interface between tests suites and logger.
Note: breaks the linux build.
|
2011-07-06 16:06:39 +03:00 |
|
Markus Kauppila
|
6cb39be4a6
|
Added documentation.
|
2011-06-27 23:10:13 +03:00 |
|
Markus Kauppila
|
7494225e7b
|
Plain logger refined.
|
2011-06-27 22:14:48 +03:00 |
|
Markus Kauppila
|
fd3b97e2ff
|
Added time, date and total runtime information to the output by
logging system.
|
2011-06-27 21:41:34 +03:00 |
|
Markus Kauppila
|
2e8932b12e
|
Logging system added to harness. Logging system doesn't
yet utilize all the given parameters.
|
2011-06-26 23:04:37 +03:00 |
|
Markus Kauppila
|
5100317403
|
Ported platform tests, added AssertPass and AssertFail
|
2011-06-18 10:36:27 -07:00 |
|
Markus Kauppila
|
8e99f21e3f
|
Runner can execute multiple test suites consecutively.
|
2011-06-04 18:50:41 +03:00 |
|
Markus Kauppila
|
88d6f70285
|
Fixed old comments and added new ones.
|
2011-06-04 18:08:54 +03:00 |
|
Markus Kauppila
|
1819321f75
|
Test case fails if it doesn't contain any asserts.
|
2011-06-04 17:58:46 +03:00 |
|
Markus Kauppila
|
1b21c6547d
|
Refactoring the TestCaseInit and TestCaseQuit functions
to be caller from the Runner.
|
2011-06-04 17:50:23 +03:00 |
|
Markus Kauppila
|
450610b7c7
|
Ported testrect from original automation code, updated AssertEquals, added AssertTrue
|
2011-06-01 18:03:09 -07:00 |
|
Markus Kauppila
|
7fff64a11b
|
Moved tests/SDL_test.{c,h}
--HG--
rename : test/test-automation/tests/SDL_test.c => test/test-automation/SDL_test.c
rename : test/test-automation/tests/SDL_test.h => test/test-automation/SDL_test.h
|
2011-05-30 21:57:04 +03:00 |
|