Annotations.Test.Framework.Internal.ALogger.LogResult C# (CSharp) Method

LogResult() abstract public method

abstract public LogResult ( bool passed, string msg ) : void
passed bool
msg string
return void
        abstract public void LogResult(bool passed, string msg);
        abstract public void SetStage(VariationStage stage);