Sha256: 825fd9cb233cdb7c50062ba95ffb34cd580475d47fc0c3028480b433e82cae27
Contents?: true
Size: 503 Bytes
Versions: 3
Compression:
Stored size: 503 Bytes
Contents
package asunit.framework { /** * */ public interface ITestFailure { function get failedFeature():String; function get failedMethod():String; /** * Gets the failed test case. */ function get failedTest():Object; /** * Gets the thrown exception. */ function get thrownException():Error; function get exceptionMessage():String; function get isFailure():Boolean; /** * Returns a short description of the failure. */ function toString():String; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
asunit4-4.2.3.pre | src/asunit/framework/ITestFailure.as |
asunit4-4.2.2.pre | src/asunit/framework/ITestFailure.as |
asunit4-4.2.1.pre | src/asunit/framework/ITestFailure.as |