Harness status: OK

Found 21 tests

21 Pass
Pass	# AUDIT TASK RUNNER STARTED.
Pass	Executing "disconnect(AudioParam)"
Pass	Executing "disconnect(AudioParam, output)"
Pass	Executing "exceptions"
Pass	Audit report
Pass	> [disconnect(AudioParam)] 
Pass	  Channel #0 contains all the expected values in the correct order: [2.25,1.5].
Pass	  The index of value change is equal to 11136.
Pass	< [disconnect(AudioParam)] All assertions passed. (total 2 assertions)
Pass	> [disconnect(AudioParam, output)] 
Pass	  Channel #0 contains all the expected values in the correct order: [3,1.5].
Pass	  The index of value change in channel #0 is equal to 11136.
Pass	  Channel #1 contains all the expected values in the correct order: [6,3].
Pass	  The index of value change in channel #1 is equal to 11136.
Pass	< [disconnect(AudioParam, output)] All assertions passed. (total 4 assertions)
Pass	> [exceptions] 
Pass	  gain1.disconnect(gain3.gain) threw InvalidAccessError: "No connection to given AudioParam".
Pass	  splitter.disconnect(gain1.gain, 1) threw InvalidAccessError: "No connection from output 1 to given AudioParam".
Pass	  splitter.disconnect(gain1.gain, 2) threw IndexSizeError: "Output index 2 exceeds number of outputs".
Pass	< [exceptions] All assertions passed. (total 3 assertions)
Pass	# AUDIT TASK RUNNER FINISHED: 3 tasks ran successfully.