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
+45-34Lines changed: 45 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,12 @@ namespace TestStack.Dossier
57
57
public TestStack.Dossier.FinanceEquivalence Finance { get; }
58
58
public Ploeh.AutoFixture.Fixture Fixture { get; }
59
59
public TestStack.Dossier.FrequencyEquivalence Frequency { get; }
60
+
public TestStack.Dossier.GeoEquivalence Geography { get; }
60
61
public static System.Collections.Generic.ICollection<TestStack.Dossier.IAnonymousValueSupplier> GlobalValueSuppliers { get; }
62
+
public TestStack.Dossier.IdentifierEquivalence Identifier { get; }
63
+
public TestStack.Dossier.InternetEquivalence Internet { get; }
61
64
public System.Collections.Generic.ICollection<TestStack.Dossier.IAnonymousValueSupplier> LocalValueSuppliers { get; }
65
+
public TestStack.Dossier.PersonEquivalence Person { get; }
62
66
public Ploeh.AutoFixture.RegularExpressionGenerator RegexGenerator { get; }
63
67
public T Get<TObject, T>(System.Linq.Expressions.Expression<System.Func<TObject, T>> property) { }
64
68
public object Get(System.Type type, string propertyName) { }
@@ -104,34 +108,37 @@ namespace TestStack.Dossier
104
108
public FrequencyEquivalence(TestStack.Dossier.AnonymousValueFixture fixture) { }
105
109
public string Frequency() { }
106
110
}
107
-
public class static GeoEquivalence
111
+
public class GeoEquivalence
108
112
{
109
-
public static string GeoContinent(this TestStack.Dossier.AnonymousValueFixture fixture) { }
110
-
public static string GeoCountry(this TestStack.Dossier.AnonymousValueFixture fixture) { }
111
-
public static string GeoCountryCode(this TestStack.Dossier.AnonymousValueFixture fixture) { }
112
-
public static string GeoLatitude(this TestStack.Dossier.AnonymousValueFixture fixture) { }
113
-
public static string GeoLongitude(this TestStack.Dossier.AnonymousValueFixture fixture) { }
113
+
public GeoEquivalence(TestStack.Dossier.AnonymousValueFixture fixture) { }
0 commit comments