Commit Graph

92 Commits

Author SHA1 Message Date
1478bfe430 added readme 2015-03-22 21:14:02 -07:00
321e7490fd * added svn:ignore property for build
* added doc target to build.xml
2009-07-08 09:34:42 +00:00
9c095eac8c * don't explode if a @test annotated method is not public or has an invalid method signature
* added framework error/warning publishing
2009-07-08 09:08:02 +00:00
16d163254c type, math and array constraints 2009-07-08 08:42:50 +00:00
2341bf20ea added support for setExpectedException() 2009-07-02 16:58:17 +00:00
64a5702a48 bumped version to 0.7.0 2009-07-02 06:42:05 +00:00
88a0142808 fixed bug where index.html of coverage report wasn't being generated 2009-07-02 06:41:02 +00:00
fbf9f84520 * fixed bug where all classes were not showing up in coverage report for files with multiple classes
* css updates
* minor html clean up
2009-07-02 06:31:06 +00:00
1fcbc8a8b9 fixed a couple more bugs, noted another, and committed a few tests 2009-07-01 10:43:34 +00:00
725d847ce9 fixed a couple bugs in code coverage gathering; renamed tunit.js to testify.js 2009-07-01 10:02:44 +00:00
3c27ef31f4 corrected switch description 2009-07-01 07:27:04 +00:00
6f9cad0eba renamed TUnit to Testify 2009-07-01 07:24:21 +00:00
bd6ed4a112 bumped version to 0.6.0 2009-07-01 06:07:29 +00:00
aca040b78a added coverage-renderer option 2009-07-01 06:06:46 +00:00
0557fc93dd added rest of the graphs, and fixed event bubbling issues 2009-07-01 05:48:53 +00:00
a283acd7be graphs for code coverage 2009-07-01 04:38:36 +00:00
00ff9f5b61 fixed comment 2009-06-30 08:32:50 +00:00
89555b3e15 set up ezcomponents' bootstrap 2009-06-30 08:30:16 +00:00
b79abfd331 added ezcomponents dependencies 2009-06-30 08:08:48 +00:00
627c95ed81 cssified reports, made everything look prettyish 2009-06-30 07:17:35 +00:00
dafa6ebffa fixed subdirectory calculation 2009-06-30 05:43:46 +00:00
cbe3495dd5 added html index for coverage report 2009-06-29 09:05:03 +00:00
8516895620 directory reporting, almost (just missing the index) 2009-06-29 07:50:56 +00:00
535c1add75 fixed a bug in console/html coverage report 2009-06-29 02:17:10 +00:00
f1d8b7d0de minor css improvements 2009-06-29 02:01:33 +00:00
6b0d911cd2 more code coverage reporting 2009-06-29 01:57:30 +00:00
d6faf4533e fixed bug where console coverage was showing up every time 2009-06-28 19:10:19 +00:00
175526841c fixed recursive iteration bug 2009-06-28 08:13:16 +00:00
3c47c48488 initial html coverage reports 2009-06-28 04:50:53 +00:00
a57c690dc5 added totals to console coverage report 2009-06-28 01:43:48 +00:00
9f77bdb0b6 fixed parse error 2009-06-28 01:39:27 +00:00
a495fbe4c2 bumped version to 0.5.0 2009-06-28 01:04:27 +00:00
e56fa884ed comments, and combined single test results into one file 2009-06-28 01:01:46 +00:00
10f258f2f9 comments 2009-06-28 00:48:35 +00:00
1e6afd52e5 renamed TestRunners.php to ConsoleTestRunner.php 2009-06-28 00:25:45 +00:00
d55412faa3 comments 2009-06-28 00:24:32 +00:00
54f54d9794 added initial test coverage and filtering stuff 2009-06-28 00:02:24 +00:00
586215680e comments 2009-06-23 07:00:48 +00:00
97400f9e87 implemented --bootstrap option 2009-06-22 09:29:26 +00:00
718be2d381 comments 2009-06-22 09:19:03 +00:00
38e61412cd comments 2009-06-22 09:14:27 +00:00
e8f4f8cd7e comments 2009-06-22 09:03:08 +00:00
01a02e892f comments 2009-06-22 06:28:12 +00:00
10627f693c comments 2009-06-22 06:26:47 +00:00
56a2360092 comments 2009-06-22 06:14:22 +00:00
5ca59db858 comments 2009-06-22 06:13:44 +00:00
06aaa82a09 minor changes 2009-06-22 04:16:21 +00:00
cd6df1ffbd * overhauled test method (now it uses closures)
* implemented RecursivelyCountable in TestSuite/TestCase/TestMethod
2009-06-20 05:44:02 +00:00
b4837595ee more test runner refactoring 2009-06-20 03:54:48 +00:00
c4bcc9082b refactored test runner a bit 2009-06-20 03:35:46 +00:00