C# Class Robotlegs.Mvcs.CommandTests

Inheritance: ICommandTest
Afficher le fichier Open project: tekool/silverlight-robotlegs-framework

Méthodes publiques

Свойство Type Description
TEST_EVENT string

Protected Properties

Свойство Type Description
commandExecuted bool
commandMap ICommandMap
eventDispatcher IEventDispatcher
injector IInjector
reflector IReflector

Méthodes publiques

Méthode Description
MarkCommandExecuted ( ) : void
ResetCommandExecuted ( ) : void

Private Methods

Méthode Description
CommandIsExecuted ( ) : void
RunAfterEachTest ( ) : void
RunAfterEntireSuite ( ) : void
RunBeforeEachTest ( ) : void
RunBeforeEntireSuite ( ) : void

Method Details

MarkCommandExecuted() public méthode

public MarkCommandExecuted ( ) : void
Résultat void

ResetCommandExecuted() public méthode

public ResetCommandExecuted ( ) : void
Résultat void

Property Details

TEST_EVENT public_oe static_oe property

public static string TEST_EVENT
Résultat string

commandExecuted protected_oe property

protected bool commandExecuted
Résultat bool

commandMap protected_oe property

protected ICommandMap commandMap
Résultat ICommandMap

eventDispatcher protected_oe property

protected IEventDispatcher eventDispatcher
Résultat IEventDispatcher

injector protected_oe property

protected IInjector injector
Résultat IInjector

reflector protected_oe property

protected IReflector reflector
Résultat IReflector