Notifies that a test step has started execution and provides its definition.

Namespace:  Gallio.Model.Messages.Execution
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public class TestStepStartedMessage : Message
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TestStepStartedMessage _
	Inherits Message

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Messaging..::.Message
    Gallio.Model.Messages.Execution..::.TestStepStartedMessage

See Also