0
I Use This!
Inactive

Commits : Listings

Analyzed 20 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6 from drewbourne/master More... over 12 years ago
Merge pull request #7 from weyert/bug-flexunit-task More... over 12 years ago
Applied the changes to the original FlexUnitCIPrinter class More... over 12 years ago
Fixed problems in the FlexUnitCIPrinter.as class. Now working with more recent flexunit ant task versions. Problem was invalid xml being sent. Like times containing decimals whlie unexpected by the ant task. All tasks get run before the ant task acknowledges it ready for test results. More... over 12 years ago
modify TextCore to use ColorTracePrinter More... over 12 years ago
add ColorTracePrinter to colorise test results More... over 12 years ago
Incremented revision and rebuilt gem distribution More... about 13 years ago
Added simple FlashBuilder test to ensure that it compiles More... about 13 years ago
Added performanceCount configuration variable to TextPrinter Set default performanceCount to 10 so that test result times no longer push the results off screen in a normal terminal More... about 13 years ago
Added support for XMLPrinter Extracted base class out of FlashBuilderPrinter and exposed as XMLPrinter Added tests for XMLPrinter output Added assertMatches assertion More... about 13 years ago
Fixed missing 'message' field from bad merge More... about 13 years ago
Pulled changes from benjohnson for assertThrowsWithMessage More... about 13 years ago
Replaced CRLF with LF in Method.as - autocorrect from Git More... about 13 years ago
Replaced CRLF line endings with LF as per instructions found here: http://help.github.com/dealing-with-lineendings/ More... over 13 years ago
Added assertion for the error message with new method, assertThrowsWithMessage(). More... over 13 years ago
FIX: TestCase.assertEqualsFloat was pointing to Assert.assertEquals. More... over 13 years ago
Merge branch 'master' of https://github.com/Stray/asunit into straymerge More... over 13 years ago
Simplified TextCore by making its textPrinter public (used by AsUnitRunner). More... over 13 years ago
Minor cleanup of cores for Flash Builder and FlexUnit CI. More... over 13 years ago
TextPrinter now exposes an option to hideLocalPaths from the stack trace, which AsUnitRunner now uses. Made TextPrinter default constants more consistent. More... over 13 years ago
Reverted change to AsUnitCore onRunCompleted as it affects other cores. More... over 13 years ago
OOPS: fixed a straggling compile error. More... over 13 years ago
Remove the TestObserver empty marker interface and "observer" terminology, which duplicated the existing "listener" paradigm. More... over 13 years ago
Cleanup of FlexUnitCIPrinter. More... over 13 years ago
Merge branch 'antci' into cimerge More... over 13 years ago
Added ResultObserverTest to AllTests (renamed from CallbackBridgeTest). More... over 13 years ago
Removed CallbackBridge because it was no different than a Result. Renamed CallbackBridge to ResultObserverTest. May merge with the older-style ResultTest later. More... over 13 years ago
Call stacks for failures are now much shorter. Now using a while loop to iterate as far as possible before hitting async methods. More... over 13 years ago
Overhauled test injection in TestRunner to use the SwiftSuspenders injector. Removed support for injecting arbitrary properties from [Inject] metadata--it's not an established convention. [Inject] in frameworks like Robotlegs and Swiz is understood to support a "name" property, but that's to identify the injection rule; it's not a property to set on the instance. More... over 13 years ago
LegacyRunnerTest now explicitly sends a context Sprite to run(). More... over 13 years ago