Automata.Tests.MyTestContext.AddResultFile C# (CSharp) Method

AddResultFile() public method

public AddResultFile ( string fileName ) : void
fileName string
return void
        public override void AddResultFile(string fileName)
        {
            throw new NotImplementedException();
        }