flexunit.framework

Class ProtectedStartTestCase



All implemented interfaces
Protectable

public class ProtectedStartTestCase

Run the beginning of a test, usually the setUp method

See also
TestCase



Constructor Summary
ProtectedStartTestCase(testCase:TestCase)


Method Summary
protect() : void                                        


Constructor Detail

ProtectedStartTestCase Constructor

public function ProtectedStartTestCase(testCase:TestCase)

Parameters
testCase:TestCase


Method Detail

protect Method

public function protect() : void

Returns
void