Notifies that a test has been discovered by the test exploration process.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Messaging..::.Message
    Gallio.Model.Messages.Exploration..::.TestDiscoveredMessage

See Also