Sha256: b99879e1c171ad629f0e3a10444f303abe3bcd9b476ecd842bf557b3f133f8be

Contents?: true

Size: 460 Bytes

Versions: 28

Compression:

Stored size: 460 Bytes

Contents

package asunit.framework {
	import asunit.errors.AssertionFailedError;
	
	public interface TestListener {
		/**
	 	 * An error occurred.
	 	 */
		function addError(test:Test, t:Error):void;
		/**
	 	 * A failure occurred.
	 	 */
	 	function addFailure(test:Test, t:AssertionFailedError):void;  
		/**
		 * A test ended.
		 */
	 	function endTest(test:Test):void; 
		/**
		 * A test started.
		 */
		function startTest(test:Test):void;
	}
}

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
asproject-0.1.21 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.27 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.30 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.28 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.29 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.31 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.36 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.34 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.32 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.35 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.33 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.37 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.41 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.43 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.44 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.38 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.40 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.42 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.60 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as
asproject-0.1.68 templates/asproject/asunit3/project/lib/asunit/asunit/framework/TestListener.as