ExtensionNodeInternalAnalyze Method |
Analyze from initial file and fills service the information to different
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax protected abstract List<LogMessage> InternalAnalyze()
Protected MustOverride Function InternalAnalyze As List(Of LogMessage)
protected:
virtual List<LogMessage^>^ InternalAnalyze() abstract
abstract InternalAnalyze : unit -> List<LogMessage>
Return Value
Type:
ListLogMessage[Missing <returns> documentation for "M:Hummingbird.TestFramework.ExtensionProject.ExtensionNode.InternalAnalyze"]
See Also