@@ -15,7 +15,7 @@ public static class AddressAusEquivalence
1515 /// <returns>The generated value.</returns>
1616 public static string AddressAusCity ( this AnonymousValueFixture fixture )
1717 {
18- return fixture . DictionaryFor ( FromDictionary . AddressAusCity ) . Next ( ) ;
18+ return fixture . Words ( FromDictionary . AddressAusCity ) . Next ( ) ;
1919 }
2020
2121 /// <summary>
@@ -25,7 +25,7 @@ public static string AddressAusCity(this AnonymousValueFixture fixture)
2525 /// <returns>The generated value.</returns>
2626 public static string AddressAusCompany ( this AnonymousValueFixture fixture )
2727 {
28- return fixture . DictionaryFor ( FromDictionary . AddressAusCompany ) . Next ( ) ;
28+ return fixture . Words ( FromDictionary . AddressAusCompany ) . Next ( ) ;
2929 }
3030
3131 /// <summary>
@@ -35,7 +35,7 @@ public static string AddressAusCompany(this AnonymousValueFixture fixture)
3535 /// <returns>The generated value.</returns>
3636 public static string AddressAusPhone ( this AnonymousValueFixture fixture )
3737 {
38- return fixture . DictionaryFor ( FromDictionary . AddressAusPhone ) . Next ( ) ;
38+ return fixture . Words ( FromDictionary . AddressAusPhone ) . Next ( ) ;
3939 }
4040
4141 /// <summary>
@@ -45,7 +45,7 @@ public static string AddressAusPhone(this AnonymousValueFixture fixture)
4545 /// <returns>The generated value.</returns>
4646 public static string AddressAusPostCode ( this AnonymousValueFixture fixture )
4747 {
48- return fixture . DictionaryFor ( FromDictionary . AddressAusPostCode ) . Next ( ) ;
48+ return fixture . Words ( FromDictionary . AddressAusPostCode ) . Next ( ) ;
4949 }
5050
5151 /// <summary>
@@ -55,7 +55,7 @@ public static string AddressAusPostCode(this AnonymousValueFixture fixture)
5555 /// <returns>The generated value.</returns>
5656 public static string AddressAusState ( this AnonymousValueFixture fixture )
5757 {
58- return fixture . DictionaryFor ( FromDictionary . AddressAusState ) . Next ( ) ;
58+ return fixture . Words ( FromDictionary . AddressAusState ) . Next ( ) ;
5959 }
6060
6161 /// <summary>
@@ -65,7 +65,7 @@ public static string AddressAusState(this AnonymousValueFixture fixture)
6565 /// <returns>The generated value.</returns>
6666 public static string AddressAusStateAbbreviation ( this AnonymousValueFixture fixture )
6767 {
68- return fixture . DictionaryFor ( FromDictionary . AddressAusStateAbbreviation ) . Next ( ) ;
68+ return fixture . Words ( FromDictionary . AddressAusStateAbbreviation ) . Next ( ) ;
6969 }
7070
7171 /// <summary>
@@ -75,7 +75,7 @@ public static string AddressAusStateAbbreviation(this AnonymousValueFixture fixt
7575 /// <returns>The generated value.</returns>
7676 public static string AddressAusStreet ( this AnonymousValueFixture fixture )
7777 {
78- return fixture . DictionaryFor ( FromDictionary . AddressAusStreet ) . Next ( ) ;
78+ return fixture . Words ( FromDictionary . AddressAusStreet ) . Next ( ) ;
7979 }
8080
8181 /// <summary>
@@ -85,7 +85,7 @@ public static string AddressAusStreet(this AnonymousValueFixture fixture)
8585 /// <returns>The generated value.</returns>
8686 public static string AddressAusWebsite ( this AnonymousValueFixture fixture )
8787 {
88- return fixture . DictionaryFor ( FromDictionary . AddressAusWebsite ) . Next ( ) ;
88+ return fixture . Words ( FromDictionary . AddressAusWebsite ) . Next ( ) ;
8989 }
9090
9191 }
0 commit comments