You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TestStack.Dossier.Tests/PublicApiApproval/PublicApiApproverTests.GivenDossierAssembly_WhenPublicApiChecked_ShouldHaveNoChanges.approved.txt
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,6 @@ namespace TestStack.Dossier
56
56
public static System.Collections.Generic.IEnumerable<TestStack.Dossier.IAnonymousValueSupplier> DefaultValueSuppliers { get; }
57
57
public TestStack.Dossier.FinanceEquivalence Finance { get; }
58
58
public Ploeh.AutoFixture.Fixture Fixture { get; }
59
-
public TestStack.Dossier.FrequencyEquivalence Frequency { get; }
60
59
public TestStack.Dossier.GeoEquivalence Geography { get; }
61
60
public static System.Collections.Generic.ICollection<TestStack.Dossier.IAnonymousValueSupplier> GlobalValueSuppliers { get; }
62
61
public TestStack.Dossier.IdentifierEquivalence Identifier { get; }
@@ -103,10 +102,9 @@ namespace TestStack.Dossier
103
102
public string Currency() { }
104
103
public string CurrencyCode() { }
105
104
}
106
-
public class FrequencyEquivalence
105
+
public class static FrequencyEquivalence
107
106
{
108
-
public FrequencyEquivalence(TestStack.Dossier.AnonymousValueFixture fixture) { }
109
-
public string Frequency() { }
107
+
public static string Frequency(this TestStack.Dossier.AnonymousValueFixture fixture) { }
0 commit comments