flexunit.framework

Class ProtectedFinishTestCase



All implemented interfaces
Protectable

public class ProtectedFinishTestCase

Used to finish the TestCase (this should generally be the tearDown method)

See also
TestCase



Constructor Summary
ProtectedFinishTestCase(testCase:TestCase)


Method Summary
protect() : void                                        


Constructor Detail

ProtectedFinishTestCase Constructor

public function ProtectedFinishTestCase(testCase:TestCase)

Parameters
testCase:TestCase


Method Detail

protect Method

public function protect() : void

Returns
void