AttributeDifferenceTests.cs (3)
19string runOutput = Helpers.RunApiCompat(_implementationPath, _contractPath, "implementation", "contract");
38string runOutput = Helpers.RunApiCompat(_implementationPath, new string[] { _contractPath }, new string[] { excludeAttributesFile.Path }, "implementation", "contract");
50string runOutput = Helpers.RunApiCompat(_implementationPath, new string[] { _contractPath }, new string[] { excludeAttributesFile.Path }, null, null);