1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enhanced the TestDox support so as to be able to treat the test results by internal tests. More... over 15 years ago
Removed an unnecessary line. More... over 15 years ago
Made a minor improvement. More... over 15 years ago
Changed the conversion targets to the current error reporting level. More... over 15 years ago
Changed the value of the $backupGlobals field to true for Console_Color. More... over 15 years ago
Adjusted to the names of the current test cases. More... over 15 years ago
Removed unwanted arguments. More... over 15 years ago
Removed a @link tag. More... over 15 years ago
Added an assertion to passWithMultipleAssertions(). More... over 15 years ago
Renamed some test cases. More... over 15 years ago
Enhanced the TestDox support so as to be able to treat the test results by internal tests. More... over 15 years ago
Fixed the signature of stream_open(). More... over 15 years ago
Added a Docblock comment for Eclipse. More... over 15 years ago
Fixed wrong variable names. More... over 15 years ago
Improved endTest() so as to pass the number of the assertions of the test case to the XML writer. More... over 15 years ago
Changed all test cases so that the test results by internal tests. More... over 15 years ago
Added a feature to log test results into the specified file in the JUnit XML format. (Issue #99) More... over 15 years ago
Introduced an interface Stagehand_TestRunner_Runner_JUnitXMLWriter. More... over 15 years ago
Renamed the class from Stagehand_TestRunner_Runner_JUnitXMLWriter to Stagehand_TestRunner_Runner_JUnitXMLStreamWriter to introduce another writer using DOM. More... over 15 years ago
Renamed the class from Stagehand_TestRunner_SimpleTestExceptionTest to Stagehand_TestRunner_SimpleTestErrorTest. More... over 15 years ago
Renamed the test case from testTestShouldBeException() to testRaiseError(). More... over 15 years ago
Renamed the test case from testTestShouldBeFailure() to testFail(). More... over 15 years ago
Changed the test cases so as to use the @test annotation. More... over 15 years ago
Added two test cases and renamed the test case from testPass() to testPass1(). More... over 15 years ago
Renamed the test case from testTestShouldPass() to testPass(). More... over 15 years ago
Changed the argument of the constructor of Stagehand_TestRunner_Runner_JUnitXMLWriter from optional to required. More... over 15 years ago
Refactored. More... over 15 years ago
Renamed the method from echoFailureOrError() to paintFailureOrError(). More... over 15 years ago
Changed the behavior of Stagehand_TestRunner_Runner_JUnitXMLWriter so that a JUnit XML stream is written by itself instead of a client. More... over 15 years ago
Renamed the directory tests to examples since it is not unit tests. More... over 15 years ago