From 9671e005f3232bebe4ddd9853ad310213dbb7d74 Mon Sep 17 00:00:00 2001 From: Chris Winland Date: Tue, 9 Aug 2022 08:53:09 -0400 Subject: [PATCH] update help --- Help/FastMoq.xml | 375 +++++++++--------- Help/WebKI.xml | 14 +- Help/WebTOC.xml | 89 +++-- Help/fti/FTI_100.json | 2 +- Help/fti/FTI_101.json | 2 +- Help/fti/FTI_102.json | 2 +- Help/fti/FTI_103.json | 2 +- Help/fti/FTI_104.json | 2 +- Help/fti/FTI_105.json | 2 +- Help/fti/FTI_108.json | 2 +- Help/fti/FTI_109.json | 2 +- Help/fti/FTI_110.json | 2 +- Help/fti/FTI_111.json | 2 +- Help/fti/FTI_112.json | 2 +- Help/fti/FTI_114.json | 2 +- Help/fti/FTI_115.json | 2 +- Help/fti/FTI_116.json | 2 +- Help/fti/FTI_117.json | 2 +- Help/fti/FTI_118.json | 2 +- Help/fti/FTI_119.json | 2 +- Help/fti/FTI_97.json | 2 +- Help/fti/FTI_98.json | 2 +- Help/fti/FTI_99.json | 2 +- Help/fti/FTI_Files.json | 2 +- Help/html/AllMembers.T-FastMoq.Mocker.htm | 254 +++++++----- Help/html/F-FastMoq.Mocker.fileSystem.htm | 8 +- Help/html/F-FastMoq.Mocker.mockCollection.htm | 8 +- Help/html/Fields.T-FastMoq.Mocker.htm | 8 +- Help/html/M-FastMoq.Mocker.-ctor.htm | 4 +- Help/html/M-FastMoq.Mocker.-ctor_1.htm | 18 +- Help/html/M-FastMoq.Mocker.AddMock--1.htm | 30 +- Help/html/M-FastMoq.Mocker.AddType--2.htm | 32 +- Help/html/M-FastMoq.Mocker.Contains--1.htm | 28 +- Help/html/M-FastMoq.Mocker.Contains.htm | 38 +- .../M-FastMoq.Mocker.CreateInstance--1.htm | 54 +-- .../M-FastMoq.Mocker.CreateInstance--1_1.htm | 50 +-- .../M-FastMoq.Mocker.CreateInstance--2.htm | 56 +-- .../M-FastMoq.Mocker.CreateInstance--3.htm | 56 +-- .../M-FastMoq.Mocker.CreateInstance--4.htm | 56 +-- .../M-FastMoq.Mocker.CreateInstance--5.htm | 56 +-- .../M-FastMoq.Mocker.CreateInstance--6.htm | 56 +-- .../M-FastMoq.Mocker.CreateInstance--7.htm | 56 +-- .../M-FastMoq.Mocker.CreateInstance--8.htm | 56 +-- .../M-FastMoq.Mocker.CreateInstance--9.htm | 56 +-- ...tMoq.Mocker.CreateInstanceNonPublic--1.htm | 36 +- Help/html/M-FastMoq.Mocker.CreateMock--1.htm | 34 +- Help/html/M-FastMoq.Mocker.CreateMock.htm | 44 +- Help/html/M-FastMoq.Mocker.GetArgData--1.htm | 46 ++- Help/html/M-FastMoq.Mocker.GetList--1.htm | 64 +-- Help/html/M-FastMoq.Mocker.GetList--1_1.htm | 275 +++++++++++++ .../M-FastMoq.Mocker.GetMethodArgData.htm | 44 +- Help/html/M-FastMoq.Mocker.GetMock--1.htm | 28 +- Help/html/M-FastMoq.Mocker.GetMock.htm | 38 +- Help/html/M-FastMoq.Mocker.GetObject--1.htm | 28 +- Help/html/M-FastMoq.Mocker.GetObject--1_1.htm | 42 +- Help/html/M-FastMoq.Mocker.GetObject.htm | 40 +- Help/html/M-FastMoq.Mocker.GetObject_1.htm | 40 +- .../M-FastMoq.Mocker.GetRequiredMock--1.htm | 28 +- .../html/M-FastMoq.Mocker.GetRequiredMock.htm | 38 +- Help/html/M-FastMoq.Mocker.Initialize--1.htm | 36 +- .../html/M-FastMoq.Mocker.InvokeMethod--1.htm | 50 +-- .../M-FastMoq.Mocker.InvokeMethod--1_1.htm | 56 +-- Help/html/M-FastMoq.Mocker.RemoveMock--1.htm | 24 +- Help/html/Methods.T-FastMoq.Mocker.htm | 244 ++++++++---- Help/html/N-FastMoq.htm | 4 +- Help/html/Overload-FastMoq.Mocker.-ctor.htm | 10 +- .../Overload-FastMoq.Mocker.Contains-.htm | 317 +++++++++++++++ ...verload-FastMoq.Mocker.CreateInstance-.htm | 90 +++-- .../Overload-FastMoq.Mocker.CreateMock.htm | 317 +++++++++++++++ .../html/Overload-FastMoq.Mocker.GetList-.htm | 319 +++++++++++++++ .../html/Overload-FastMoq.Mocker.GetMock-.htm | 317 +++++++++++++++ .../Overload-FastMoq.Mocker.GetObject.htm | 36 +- ...verload-FastMoq.Mocker.GetRequiredMock.htm | 317 +++++++++++++++ .../Overload-FastMoq.Mocker.InvokeMethod-.htm | 32 +- Help/html/P-FastMoq.Mocker.Strict.htm | 14 +- Help/html/Properties.T-FastMoq.Mocker.htm | 8 +- Help/html/T-FastMoq.Mocker.htm | 6 +- 77 files changed, 3333 insertions(+), 1189 deletions(-) create mode 100644 Help/html/M-FastMoq.Mocker.GetList--1_1.htm create mode 100644 Help/html/Overload-FastMoq.Mocker.Contains-.htm create mode 100644 Help/html/Overload-FastMoq.Mocker.CreateMock.htm create mode 100644 Help/html/Overload-FastMoq.Mocker.GetList-.htm create mode 100644 Help/html/Overload-FastMoq.Mocker.GetMock-.htm create mode 100644 Help/html/Overload-FastMoq.Mocker.GetRequiredMock.htm diff --git a/Help/FastMoq.xml b/Help/FastMoq.xml index f43a9a9..e01682d 100644 --- a/Help/FastMoq.xml +++ b/Help/FastMoq.xml @@ -50,117 +50,117 @@ - Initializes the mocking helper object. This class creates and manages the automatic mocking and custom mocking. - +Initializes the mocking helper object. This class creates and manages the automatic mocking and custom mocking. + - The virtual mock file system that is used by mocker unless overridden with the property. - +The virtual mock file system that is used by mocker unless overridden with the property. + - List of . - +List of . + - Gets or sets a value indicating whether this is strict. If strict, the mock - does - not use and uses of . - +Gets or sets a value indicating whether this is strict. If strict, the mock + does +not use and uses of . + - true if strict resolution; otherwise, false uses the built-in virtual - . - + true if strict resolution; otherwise, false uses the built-in virtual +. + - Initializes a new instance of the class. - +Initializes a new instance of the class. + - + - Initializes a new instance of the class using the specific typeMap. - The typeMap assists in resolution of interfaces to instances. - +Initializes a new instance of the class using the specific typeMap. +The typeMap assists in resolution of interfaces to instances. + The type map. - + - Creates a with the given with the option of overwriting an existing - +Creates a with the given with the option of overwriting an existing + The Mock , usually an interface. Mock to Add. - Overwrite if the mock exists or throw if this parameter is - false. - +Overwrite if the mock exists or throw if this parameter is +false. + if set to true uses public and non public constructors. - . + . - + - Adds an interface to Class mapping to the for easier resolution. - +Adds an interface to Class mapping to the for easier resolution. + The interface Type which can be mapped to a specific Class. - The Class Type (cannot be an interface) that can be created from . + The Class Type (cannot be an interface) that can be created from . An optional create function used to create the class. - Must be different types. - + Must be different types. + - Determines whether this instance contains a Mock of T. - +Determines whether this instance contains a Mock of T. + The Mock , usually an interface. true if the ]]> exists; otherwise, false. - type is null. - type must be a class. - type + type is null. + type must be a class. - type - + - Determines whether this instance contains the Mock of type. - +Determines whether this instance contains the Mock of type. + The , usually an interface. - true if exists; otherwise, false. - type - type must be a class. - type + true if exists; otherwise, false. + type + type must be a class. - type - + - Creates an instance of T. Parameters allow matching of constructors and using those values in the creation - of the instance. - +Creates an instance of T. Parameters allow matching of constructors and using those values in the creation +of the instance. + The Mock , usually an interface. The optional arguments used to create the instance. - . + . (); - ]]> +IFileSystem fileSystem = CreateInstance(); +]]> - + - Creates the instance. - +Creates the instance. + The type of the t param1. The data. T. - + - Creates the instance. - +Creates the instance. + The type of the t param1. @@ -168,10 +168,10 @@ The data. T. - + - Creates the instance. - +Creates the instance. + The type of the t param1. @@ -180,10 +180,10 @@ The data. T. - + - Creates the instance. - +Creates the instance. + The type of the t param1. @@ -193,10 +193,10 @@ The data. T. - + - Creates the instance. - +Creates the instance. + The type of the t param1. @@ -207,10 +207,10 @@ The data. T. - + - Creates the instance. - +Creates the instance. + The type of the t param1. @@ -222,10 +222,10 @@ The data. T. - + - Creates the instance. - +Creates the instance. + The type of the t param1. @@ -238,10 +238,10 @@ The arguments. T. - + - Creates the instance. - +Creates the instance. + The type of the t param1. @@ -257,215 +257,234 @@ - Creates an instance of . - +Creates an instance of . + - . + . if set to true [use predefined file system]. - . + . - + - Creates an instance of T. - Non public constructors are included as options for creating the instance. - Parameters allow matching of constructors and using those values in the creation of the instance. - +Creates an instance of T. +Non public constructors are included as options for creating the instance. +Parameters allow matching of constructors and using those values in the creation of the instance. + The Mock , usually an interface. The arguments. - + (); - ]]> +IModel model = CreateInstanceNonPublic(); +]]> - + - Creates the from the Type. This throws an exception if the mock already exists. - +Creates the from the Type. This throws an exception if the mock already exists. + The type. true if non public and public constructors are used. - . - type must be a class. - type - Cannot create instance. + . + type must be a class. - type + Cannot create instance. - Creates the from the type T. This throws an exception if the mock already exists. - +Creates the from the type T. This throws an exception if the mock already exists. + The Mock , usually an interface. if set to true public and non public constructors are used. - . - type must be a class. - type - type already exists. - type - Cannot create instance. + . + type must be a class. - type + type already exists. - type + Cannot create instance. - + - Gets the argument data. - +Gets the argument data. + The data. System.Nullable<System.Object>[]. - + - Gets a list with the specified number of list items, using a custom function. - +Gets a list with the specified number of list items, using a custom function. + The Mock , usually an interface. The number of list items. The function for creating the list items. - . + . - Example of how to create a list. - (3, () => new Model(name: Guid.NewGuid().ToString())); - ]]> - or - (3, () => Mocks.GetObject()); - ]]> - - - - Gets the method argument data. - +Example of how to create a list. +(3, (i) => new Model(name: i.ToString())); +]]> +or +(3, (i) => Mocks.CreateInstance(i)); +]]> + + + +Gets a list with the specified number of list items, using a custom function. + + The Mock , usually an interface. + The number of list items. + The function for creating the list items. + + . + +Example of how to create a list. +(3, () => new Model(name: Guid.NewGuid().ToString())); +]]> +or +(3, () => Mocks.CreateInstance()); +]]> + + + +Gets the method argument data. + The method. The data. System.Nullable<System.Object>[]. - Gets or creates the mock of type T. - +Gets or creates the mock of type T. + The Mock , usually an interface. - . + . - + - Gets of creates the mock of type. - +Gets of creates the mock of type. + The type. - . + . - + - Gets the instance for the given . - - The . +Gets the instance for the given . + + The . - + - type - Unable to get the Mock. + type + Unable to get the Mock. - + - Gets the instance for the given type. - +Gets the instance for the given type. + The type. - . - type - Unable to get the Mock. + . + type + Unable to get the Mock. - Gets the instance for the given T. - +Gets the instance for the given T. + The Mock , usually an interface. T. - + - Gets the object. - +Gets the object. + The arguments. T. - + - Gets the required mock. - +Gets the required mock. + The mock type, usually an interface. Mock. - type must be a class. - type - type must be a class. - type + type must be a class. - type + type must be a class. - type - Gets the required mock. - +Gets the required mock. + The Mock , usually an interface. - . - type must be a class. - type - Mock must exist. - type + . + type must be a class. - type + Mock must exist. - type - + - Gets or Creates then Initializes the specified Mock of T. - +Gets or Creates then Initializes the specified Mock of T. + The Mock , usually an interface. The action. False to keep the existing setup. - + - Invalid Mock. + Invalid Mock. - Example of how to set up for mocks that require specific functionality. - (mock => { - mock.Setup(x => x.StartCar).Returns(true)); - mock.Setup(x => x.StopCar).Returns(false)); - } - ]]> - - - - Invokes the static method. - +Example of how to set up for mocks that require specific functionality. +(mock => { +mock.Setup(x => x.StartCar).Returns(true)); +mock.Setup(x => x.StopCar).Returns(false)); +} +]]> + + + +Invokes the static method. + The type of the t class. Name of the method. if set to true [non public]. The arguments. - . + . - + - Invokes the method. - +Invokes the method. + The type of the t class. The object. Name of the method. if set to true [non public]. The arguments. - . - + . + - + - Remove specified Mock of T. - +Remove specified Mock of T. + The Mock , usually an interface. Mock to Remove. diff --git a/Help/WebKI.xml b/Help/WebKI.xml index d0aaef6..011364d 100644 --- a/Help/WebKI.xml +++ b/Help/WebKI.xml @@ -4,12 +4,14 @@ + + @@ -38,8 +40,7 @@ - - + @@ -49,11 +50,13 @@ + + @@ -102,12 +105,15 @@ + + - - + + + diff --git a/Help/WebTOC.xml b/Help/WebTOC.xml index 581dced..f46651b 100644 --- a/Help/WebTOC.xml +++ b/Help/WebTOC.xml @@ -1,89 +1,92 @@  - - + + - + - + - + - + - + - + - + - + - + - + - - - - - - - - + + + + + + + + - + - - + + + + + - + - + - + - + - - - + + + - + - + - + @@ -91,19 +94,19 @@ - + - + - + - + @@ -112,23 +115,23 @@ - + - + - + - + - + - + diff --git a/Help/fti/FTI_100.json b/Help/fti/FTI_100.json index ba8ea5d..dfd55a9 100644 --- a/Help/fti/FTI_100.json +++ b/Help/fti/FTI_100.json @@ -1 +1 @@ -{"description":[2,65537,131076,196611,262145,327681,393217,589825,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,6160385,6225921,6291457,6356993,6422529,6488065],"dictionary":[131082,851973,1310725,1376261,1441797,1507333,1572869,1638405,1703941,1769477,2031621,2162692,4456457,4784129,4849672],"determines":[131074,1048577,1114113,4456450],"data":[131074,1310725,1376261,1441797,1507333,1572869,1638405,1703940,1769476,2031622,2162694,4456450],"default":[196609,3014657,3866625,4259841,5046273],"dispose":[196610,3473413,3538949,4521986,5111811],"dll":[458753,524289,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6553601,6619137,6684673,6750209,6815745,6881281,6946817],"different":[983041],"desired":[3407873],"disposing":[3473412],"defaults":[3735553],"defaultvalue":[3866628,4128772,4259844]} \ No newline at end of file +{"description":[2,65537,131076,196611,262145,327681,393217,589825,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,6553601,6619137,6684673,6750209,6815745,6881281],"dictionary":[131082,851973,1310725,1376261,1441797,1507333,1572869,1638405,1703941,1769477,2031621,2228228,4521993,4849665,4980744],"determines":[131074,1048577,1114113,4521986,4915202],"data":[131074,1310725,1376261,1441797,1507333,1572869,1638405,1703940,1769476,2031622,2228230,4521986],"default":[196609,3080193,3932161,4325377,5439489],"dispose":[196610,3538949,3604485,4587522,5505027],"dll":[458753,524289,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6946817,7012353,7077889,7143425,7208961,7274497,7340033],"different":[983041],"desired":[3473409],"disposing":[3538948],"defaults":[3801089],"defaultvalue":[3932164,4194308,4325380]} \ No newline at end of file diff --git a/Help/fti/FTI_101.json b/Help/fti/FTI_101.json index 2e62e21..a6aa841 100644 --- a/Help/fti/FTI_101.json +++ b/Help/fti/FTI_101.json @@ -1 +1 @@ -{"exposes":[1,65537,131073,196609,262145,327681,393217,589825,4456449,4521985,4587521,6160385,6225921,6291457,6356993,6422529,6488065],"existing":[131073,917505,2752513,4456449],"easier":[131073,983041,4456449],"exception":[131074,983041,1048577,1114113,1900546,1966082,2490369,2555905,2621441,2686977,2752513,2883585,3604481,3670017,3735553,3997697,4456450],"exists":[131074,917505,1048577,1114113,1900546,1966081,4456450],"expression":[393217,3932164,3997701,4587521],"exceptions":[983041,1048577,1114113,1900545,1966081,2490369,2555905,2621441,2686977,2752513,2883585,3604481,3670017,3735553,3997697],"examples":[1179649,1835009,2097153,2752513,3407873,6750209],"example":[2097153,2752513,6750210],"exist":[2621441]} \ No newline at end of file +{"exposes":[1,65537,131073,196609,262145,327681,393217,589825,4521985,4587521,4653057,6553601,6619137,6684673,6750209,6815745,6881281],"existing":[131073,917505,2818049,4521985],"easier":[131073,983041,4521985],"exception":[131074,983041,1048577,1114113,1900546,1966082,2555905,2621441,2686977,2752513,2818049,2949121,3670017,3735553,3801089,4063233,4521986,5046274],"exists":[131074,917505,1048577,1114113,1900546,1966081,4521986,5046274],"equals":[131073,4521985],"expression":[393217,3997700,4063237,4653057],"exceptions":[983041,1048577,1114113,1900545,1966081,2555905,2621441,2686977,2752513,2818049,2949121,3670017,3735553,3801089,4063233],"examples":[1179649,1835009,2097153,2162689,2818049,3473409,7143425],"example":[2097153,2162689,2818049,7143426],"exist":[2686977]} \ No newline at end of file diff --git a/Help/fti/FTI_102.json b/Help/fti/FTI_102.json index a61e209..aee2db6 100644 --- a/Help/fti/FTI_102.json +++ b/Help/fti/FTI_102.json @@ -1 +1 @@ -{"following":[1,65537,131073,196609,262145,327681,393217,589825,4456449,4521985,4587521,6160385,6225921,6291457,6356993,6422529,6488065],"func":[1,196614,720901,983044,2097160,3145733,3276805,3342341,3604485,3670021,3735557,3932164,3997700,4521987,4718593,5046275,5177347,5242885,5308421,5570565],"function":[1,65537,131073,720897,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097155,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4456449,5242882,5308418,6160385,6225921],"fastmoq":[1,65537,131073,196609,262145,327681,393217,458756,524292,589825,655364,720900,786436,851972,917508,983044,1048580,1114116,1179652,1245188,1310724,1376260,1441796,1507332,1572868,1638404,1703940,1769476,1835012,1900548,1966084,2031620,2097156,2162692,2228228,2293764,2359300,2424836,2490372,2555908,2621444,2686980,2752516,2818052,2883588,2949124,3014660,3080196,3145732,3211268,3276804,3342340,3407876,3473412,3538948,3604484,3670020,3735556,3801092,3866628,3932164,3997700,4063236,4128772,4194308,4259844,4325380,4390916,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242884,5308420,5373956,5439492,5505028,5570564,5636100,5701636,5767172,5832708,5898244,5963780,6029316,6094852,6160385,6225921,6291457,6356993,6422529,6488065,6553607,6619141,6684676,6750212,6815751,6881284,6946820],"file":[1,65537,131074,196609,262145,327681,393217,458754,524289,589826,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245186,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817],"fields":[131073,589826],"filesystem":[131073,458756,589825,1179649],"field":[393219,458753,524289,3801089,3866625,4325377,4587523,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849],"false":[917505,1048577,1114113,2752514,2949121,5439489,6029313],"functionality":[2752513,6750209],"fieldinfo":[3801092],"fast":[4653057,6750209],"friend":[5505025],"fact":[6750209]} \ No newline at end of file +{"following":[1,65537,131073,196609,262145,327681,393217,589825,4521985,4587521,4653057,6553601,6619137,6684673,6750209,6815745,6881281],"func":[1,131074,196614,720901,983044,2097161,2162697,3211269,3342341,3407877,3670021,3735557,3801093,3997700,4063236,4521986,4587523,4784129,5111810,5439491,5570563,5636101,5701637,5963781],"function":[1,65537,131074,720897,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097155,2162691,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4521986,5111810,5636098,5701634,6553601,6619137],"fastmoq":[1,65537,131073,196609,262145,327681,393217,458756,524292,589825,655364,720900,786436,851972,917509,983044,1048580,1114117,1179652,1245188,1310724,1376260,1441796,1507332,1572868,1638404,1703940,1769476,1835012,1900548,1966084,2031620,2097156,2162692,2228228,2293765,2359300,2424836,2490372,2555908,2621444,2686981,2752516,2818053,2883588,2949124,3014660,3080196,3145732,3211268,3276804,3342340,3407876,3473412,3538948,3604484,3670020,3735556,3801092,3866628,3932164,3997700,4063236,4128772,4194308,4259844,4325380,4390916,4456452,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636100,5701636,5767172,5832708,5898244,5963780,6029316,6094852,6160388,6225924,6291460,6356996,6422532,6488068,6553601,6619137,6684673,6750209,6815745,6881281,6946823,7012357,7077893,7143428,7208967,7274500,7340036],"file":[1,65537,131074,196609,262145,327681,393217,458754,524289,589826,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245186,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033],"finalize":[131073,4521985],"fields":[131073,589826],"filesystem":[131073,458756,589825,1179649],"field":[393219,458753,524289,3866625,3932161,4390913,4653059,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065],"false":[917505,1048577,1114113,2818050,3014657,5832705,6422529],"functionality":[2818049,7143425],"fieldinfo":[3866628],"fast":[4718593,7143425],"friend":[5898241],"fact":[7143425]} \ No newline at end of file diff --git a/Help/fti/FTI_103.json b/Help/fti/FTI_103.json index d3a8fd9..6334804 100644 --- a/Help/fti/FTI_103.json +++ b/Help/fti/FTI_103.json @@ -1 +1 @@ -{"gets":[2,65538,131085,196614,262147,327683,393222,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,3801089,3866625,3932161,4063233,4194305,4259841,4456460,4587526,4915204,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160386,6225922,6291457,6356998,6422531,6488067],"generated":[1,65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817],"ghostdoc":[1,65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817],"given":[131076,917505,2359297,2490369,2555905,4456452,4915203],"getargdata":[131073,2031621,4456449],"getlist":[131073,2097158,4456449],"getmethodargdata":[131073,2162692,4456449],"getmock":[131074,2228229,2293765,4456450],"getobject":[131076,2097153,2359301,2424837,2490373,2555909,4456452,4915205],"getrequiredmock":[131074,2621445,2686981,4456450],"getfield":[393217,3801092,4587521],"getfieldvalue":[393217,3866628,4587521],"getmember":[393217,3932164,4587521],"getmemberinfo":[393217,3997700,4587521],"getmethod":[393217,4063236,4587521],"getmethodvalue":[393217,4128772,4587521],"getproperty":[393217,4194308,4587521],"getpropertyvalue":[393217,4259844,4587521],"generic":[917505,983041,1048577,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,2031617,2097153,2228225,2359297,2424833,2621441,2752513,2818049,2883585,2949121,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,6553601,6750209,6815745],"guid":[2097153],"green":[6750210]} \ No newline at end of file +{"gets":[2,65538,131086,196614,262147,327683,393222,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,3866625,3932161,3997697,4128769,4259841,4325377,4521997,4653062,5111810,5177346,5242884,5308418,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553602,6619138,6684673,6750214,6815747,6881283],"generated":[1,65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033],"ghostdoc":[1,65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033],"given":[131076,917505,2424833,2555905,2621441,4521988,5242883],"getargdata":[131073,2031621,4521985],"gethashcode":[131073,4521985],"getlist":[131074,2097159,2162695,4521986,5111811],"getmethodargdata":[131073,2228228,4521985],"getmock":[131074,2293765,2359301,4521986,5177347],"getobject":[131076,2424837,2490373,2555909,2621445,4521988,5242885],"getrequiredmock":[131074,2686981,2752517,4521986,5308419],"gettype":[131073,4521985],"getfield":[393217,3866628,4653057],"getfieldvalue":[393217,3932164,4653057],"getmember":[393217,3997700,4653057],"getmemberinfo":[393217,4063236,4653057],"getmethod":[393217,4128772,4653057],"getmethodvalue":[393217,4194308,4653057],"getproperty":[393217,4259844,4653057],"getpropertyvalue":[393217,4325380,4653057],"generic":[917505,983041,1048577,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,2031617,2097153,2162689,2293761,2424833,2490369,2686977,2818049,2883585,2949121,3014657,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,6946817,7143425,7208961],"guid":[2162689],"green":[7143426]} \ No newline at end of file diff --git a/Help/fti/FTI_104.json b/Help/fti/FTI_104.json index 90e4d76..43fea80 100644 --- a/Help/fti/FTI_104.json +++ b/Help/fti/FTI_104.json @@ -1 +1 @@ -{"help":[1,65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817],"helper":[4653057,6684673],"hierarchy":[6553601,6815745]} \ No newline at end of file +{"help":[1,65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033],"helper":[4718593,7077889],"hierarchy":[6946817,7077889,7208961]} \ No newline at end of file diff --git a/Help/fti/FTI_105.json b/Help/fti/FTI_105.json index 70c2977..fbc382b 100644 --- a/Help/fti/FTI_105.json +++ b/Help/fti/FTI_105.json @@ -1 +1 @@ -{"instancemodel":[8,65539,131073,655366,720902,851973,4653062,4718599,4784129,5242882,5308418,5373954,6160388,6225923,6553613,6619144],"initializes":[2,131075,196614,655361,720897,786433,851969,2752513,3014657,3080193,3145729,3211265,3276801,3342337,4456449,4653057,4718594,4784130,5046278,6684673],"instance":[3,65537,131093,196615,655361,720897,786433,851969,1048577,1114113,1179651,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835011,1900545,1966081,2359297,2490369,2555905,3014657,3080193,3145729,3211265,3276801,3342337,3407873,4456467,4521985,4718594,4784130,4849675,4915203,5046278,5373954,6160385,6225921],"instancetype":[1,65537,5373956,6160385,6225921],"inherited":[1,262146,6160385,6422530],"interfaces":[131073,851969,4784129],"instances":[131073,851969,4784129],"interface":[131073,917505,983043,1048577,1114113,1179649,1835009,1900545,2097153,2228225,2359297,2621441,2686977,2752513,2949121,4456449,6750209],"ifilesystem":[131075,1179659,1245199,4456449,4849665,5439491,6291458],"included":[131073,1835009,4456449],"items":[131073,2097155,4456449],"initialize":[131073,2752517,3407873,4456449,6750209],"invokemethod":[131074,2818053,2883589,4456450,4980739],"invokes":[131074,2818049,2883585,4456450,4980738],"indicating":[131073,262145,327681,5439489,6029313,6291457,6422529,6488065],"info":[393217,2490372,3997697,4587521],"imodel":[1835010,2097154],"int":[2097154],"integer":[2097153],"int32":[2097153],"invalidprogramexception":[2490369,2555905],"invalidoperationexception":[2621441,2686977,2752513],"invalid":[2752513],"icarservice":[2752513,3407873,6750214],"instead":[3407873],"implements":[4653059,6553601,6619137,6815745],"information":[4653057,6881281],"internal":[5505025],"ienumerable":[5701637],"inherits":[6553601,6815745],"inheritance":[6553601,6815745]} \ No newline at end of file +{"instancemodel":[8,65539,131073,655366,720902,851973,4718598,4784135,4849665,5636098,5701634,5767170,6553604,6619139,6946829,7012360],"initializes":[2,131075,196614,655361,720897,786433,851969,2818049,3080193,3145729,3211265,3276801,3342337,3407873,4521985,4718593,4784130,4849666,5439494,7077889],"instance":[3,65537,131093,196615,655361,720897,786433,851969,1048577,1114113,1179651,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835011,1900545,1966081,2424833,2555905,2621441,3080193,3145729,3211265,3276801,3342337,3407873,3473409,4522003,4587521,4784130,4849666,4915202,4980747,5242883,5439494,5767170,6553601,6619137],"instancetype":[1,65537,5767172,6553601,6619137],"inherited":[1,131078,262146,4521990,6553601,6815746],"interfaces":[131073,851969,4849665],"instances":[131073,851969,4849665],"interface":[131073,917505,983043,1048577,1114113,1179649,1835009,1900545,2097153,2162689,2293761,2424833,2686977,2752513,2818049,3014657,4521985,7143425],"ifilesystem":[131075,1179650,1245192,4521985,4980737,5832707,6684674],"included":[131073,1835009,4521985],"int32":[131075,2097156,2162690,4521987,5111811],"items":[131074,2097155,2162691,4521986,5111810],"initialize":[131073,2818053,3473409,4521985,7143425],"invokemethod":[131074,2883589,2949125,4521986,5373955],"invokes":[131074,2883585,2949121,4521986,5373954],"indicating":[131073,262145,327681,5832705,6422529,6684673,6815745,6881281],"info":[393217,2555908,4063233,4653057],"imodel":[1835010,2097154,2162690],"int":[2097156,2162690],"integer":[2097154,2162689],"invalidprogramexception":[2555905,2621441],"invalidoperationexception":[2686977,2752513,2818049],"invalid":[2818049],"icarservice":[2818049,3473409,7143430],"instead":[3473409],"implements":[4718595,6946817,7012353,7208961],"information":[4718593,7274497],"internal":[5898241],"ienumerable":[6094853],"inherits":[6946817,7208961],"inheritance":[6946817,7077889,7208961]} \ No newline at end of file diff --git a/Help/fti/FTI_108.json b/Help/fti/FTI_108.json index e479cc0..a1e233b 100644 --- a/Help/fti/FTI_108.json +++ b/Help/fti/FTI_108.json @@ -1 +1 @@ -{"list":[131075,524292,589825,1900548,1966084,2097161,4456450,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345],"lambda":[393217,3932162,4587521],"logic":[3604486,3670021,3735557]} \ No newline at end of file +{"list":[131077,524292,589825,1900548,1966084,2097161,2162697,4521988,4784129,4849665,4915201,4980737,5046273,5111813,5177345,5242881,5308417,5373953,5439489,5505025,5570561],"lambda":[393217,3997698,4653057],"logic":[3670022,3735557,3801093]} \ No newline at end of file diff --git a/Help/fti/FTI_109.json b/Help/fti/FTI_109.json index a7c6652..13ce020 100644 --- a/Help/fti/FTI_109.json +++ b/Help/fti/FTI_109.json @@ -1 +1 @@ -{"members":[2,65538,131074,196610,262146,327682,393218,589825,4456449,4521985,4587521,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817],"mocker":[1,131081,196616,458755,524290,589828,720901,786438,851974,917506,983046,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2097154,2162690,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3080197,3145738,3211269,3276805,3342346,4456451,4653058,4718593,4784135,4849667,4915203,4980739,5046279,5242885,5308421,5439491,5570565,5767173,5832709,6291460,6356993,6684677,6750209],"methods":[131073,196609,393217,4456450,4521986,4587522],"mock":[131087,262146,327682,458753,589825,917517,1048579,1114114,1179649,1835009,1900546,1966082,2097153,2228230,2293765,2359297,2490369,2555905,2621447,2686982,2752526,2949132,3407874,4456460,4653057,5439490,5898251,5963787,6291458,6422530,6488066,6750210,6881281],"mockmodel":[131077,262149,327683,524292,589825,917510,1900548,1966084,4456452,4653060,5701637,5898242,5963778,6029314,6094850,6422533,6488067,6815757,6881285],"mapping":[131073,983041,4456449],"matching":[131074,1179649,1835009,4456450,4849665],"method":[131075,393217,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162695,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818051,2883587,2949121,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997703,4063234,4128769,4194305,4259841,4325377,4390913,4456451,4587521,4849665,4915201,4980739,5111809,5177345],"mockcollection":[131073,524292,589825],"mockfilesystem":[131073,458755,5439490,6291457],"mockertestbase":[196623,3014662,3080198,3145734,3211270,3276806,3342342,3407874,3473410,3538946,3604482,3670018,3735554,4521987,4653057,5046287,5111811,5177347,5505026,5570562,5636098,5701634,5767170,5832706,6356995,6750215],"maintaining":[196609,3407873,4521985],"mocks":[196611,2097153,2752514,3080193,3145729,3211265,3342337,3407873,5701634,5767173,5832706,6356995,6750211],"member":[393217,3932161,3997697,4587521],"map":[851969],"mapped":[983041],"model":[1835009,2097154],"methodinfo":[2162692,4063236],"methodname":[2818052,2883588],"maximum":[3604481],"memberinfo":[3932163],"memberlambda":[3932164],"memberexpression":[3997700],"mocking":[4653061,6684675,6750211],"manages":[4653057,6684673],"mustinherit":[6750209]} \ No newline at end of file +{"members":[2,65538,131074,196610,262146,327682,393218,589825,4521985,4587521,4653057,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033],"mocker":[1,131081,196616,458755,524290,589828,720901,786438,851974,917506,983046,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2097154,2162690,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3145733,3211274,3276805,3342341,3407882,4521987,4718594,4784129,4849671,4915203,4980739,5046275,5111811,5177347,5242883,5308419,5373955,5439495,5636101,5701637,5832707,5963781,6160389,6225925,6684676,6750209,7077894,7143425],"methods":[131073,196609,393217,4521986,4587522,4653058],"mock":[131087,262146,327682,458753,589825,917517,1048579,1114114,1179649,1835009,1900546,1966081,2097153,2162689,2293766,2359301,2424833,2555905,2621441,2686983,2752518,2818062,3014668,3473410,4521996,4718593,4915202,5046274,5177346,5308418,5832706,6291467,6357003,6684674,6815746,6881282,7143426,7274497],"mockmodel":[131077,262149,327683,524292,589825,917510,1114113,1900548,1966084,2293761,2686977,2818049,4521988,4718596,5046274,6094853,6291458,6356994,6422530,6488066,6815749,6881283,7208973,7274501],"mapping":[131073,983041,4521985],"matching":[131074,1179649,1835009,4521986,4980737],"method":[131075,393217,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228231,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883587,2949123,3014657,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063239,4128770,4194305,4259841,4325377,4390913,4456449,4521987,4653057,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373955,5505025,5570561],"memberwiseclone":[131073,4521985],"mockcollection":[131073,524292,589825],"mockfilesystem":[131073,458755,5832706,6684673],"mockertestbase":[196623,3080198,3145734,3211270,3276806,3342342,3407878,3473410,3538946,3604482,3670018,3735554,3801090,4587523,4718593,5439503,5505027,5570563,5898242,5963778,6029314,6094850,6160386,6225922,6750211,7143431],"maintaining":[196609,3473409,4587521],"mocks":[196611,2097153,2162689,2818050,3145729,3211265,3276801,3407873,3473409,6094850,6160389,6225922,6750211,7143427],"member":[393217,3997697,4063233,4653057],"map":[851969],"mapped":[983041],"model":[1835009,2097154,2162690],"methodinfo":[2228228,4128772],"methodname":[2883588,2949124],"maximum":[3670017],"memberinfo":[3997699],"memberlambda":[3997700],"memberexpression":[4063236],"mocking":[4718597,7077891,7143427],"manages":[4718593,7077889],"mustinherit":[7143425]} \ No newline at end of file diff --git a/Help/fti/FTI_110.json b/Help/fti/FTI_110.json index ee30faf..41d4b67 100644 --- a/Help/fti/FTI_110.json +++ b/Help/fti/FTI_110.json @@ -1 +1 @@ -{"new":[2,131074,196615,655362,720898,786434,851970,2097153,3014658,3080194,3145730,3211266,3276802,3342338,3407873,4521985,4718594,4784130,5046278],"nullable":[1,131086,196618,720901,983044,1179652,1245188,1310725,1376261,1441797,1507333,1572869,1638405,1703941,1769477,1835012,2031630,2097156,2162700,2359299,2424837,2490372,2555908,2818057,2883598,3211279,3276810,3342361,3801092,3866632,3932161,4063236,4128775,4194308,4259848,4456462,4718593,4849672,4915201,4980739,5046282,5242885,5308421,5505029,5570565,5636106,5832709],"namespace":[1,65537,131073,196609,262145,327681,393217,458754,524290,589825,655362,720898,786434,851970,917506,983042,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2097154,2162690,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242882,5308418,5373954,5439490,5505026,5570562,5636098,5701634,5767170,5832706,5898242,5963778,6029314,6094850,6160385,6225921,6291457,6356993,6422529,6488065,6553602,6619138,6684674,6750210,6815746,6881282,6946818],"number":[131073,2097154,4456449],"nonpublic":[262145,327681,917508,1900548,1966084,2818052,2883588,6029316,6422529,6488065],"null":[1048577],"newguid":[2097153],"notbenull":[6750209],"notinheritable":[6946817]} \ No newline at end of file +{"new":[2,131074,196615,655362,720898,786434,851970,2097153,2162689,3080194,3145730,3211266,3276802,3342338,3407874,3473409,4587521,4784130,4849666,5439494],"nullable":[1,196618,720901,1179649,1245185,1835009,2031617,2228225,2555905,2621441,2883585,2949121,3276815,3342346,3407897,3866628,3932168,3997697,4128772,4194311,4259844,4325384,4784129,5439498,5636101,5701637,5898245,5963781,6029322,6225925],"namespace":[1,65537,131073,196609,262145,327681,393217,458754,524290,589825,655362,720898,786434,851970,917506,983042,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2097154,2162690,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636098,5701634,5767170,5832706,5898242,5963778,6029314,6094850,6160386,6225922,6291458,6356994,6422530,6488066,6553601,6619137,6684673,6750209,6815745,6881281,6946818,7012354,7077890,7143426,7208962,7274498,7340034],"number":[131074,2097154,2162690,4521986,5111810],"nonpublic":[262145,327681,917508,1900548,1966084,2883588,2949124,6422532,6815745,6881281],"null":[1048577],"newguid":[2162689],"notbenull":[7143425],"notinheritable":[7340033]} \ No newline at end of file diff --git a/Help/fti/FTI_111.json b/Help/fti/FTI_111.json index 088560c..3bf46b1 100644 --- a/Help/fti/FTI_111.json +++ b/Help/fti/FTI_111.json @@ -1 +1 @@ -{"option":[131073,917505,4456449],"overwriting":[131073,917505,4456449],"object":[131087,1179653,1310725,1376261,1441797,1507333,1572869,1638405,1703941,1769477,1835013,2031625,2162696,2424838,2490372,2555908,2818056,2883593,3801089,3866630,4063233,4128779,4194305,4259850,4325382,4390918,4456463,4653057,4849673,4915202,4980738,5308421,6684673],"options":[131073,1835009,4456449],"overridden":[131073,458753,589825],"optional":[196609,983041,1179649,3276801,5046273],"overload":[655361,720897,786433,851969,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2818049,2883585,3014657,3080193,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3670017,3735553,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345],"overwrite":[917509],"obj":[2883588,3801092,3866628,3932164,4063236,4128772,4194308,4259844,4325380,4390916],"overridable":[3473409,5570561,5636097,5832705]} \ No newline at end of file +{"option":[131073,917505,4521985],"overwriting":[131073,917505,4521985],"object":[131094,1179653,1310725,1376261,1441797,1507333,1572869,1638405,1703941,1769477,1835013,2031625,2228232,2490374,2555907,2621443,2883592,2949129,3866625,3932166,4128769,4194315,4259841,4325386,4390918,4456454,4522006,4718593,4980745,5242882,5373954,5701637,7077890],"options":[131073,1835009,4521985],"overridden":[131073,458753,589825],"optional":[196609,983041,1179649,3342337,5439489],"overload":[655361,720897,786433,851969,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2883585,2949121,3080193,3145729,3211265,3276801,3342337,3407873,3538945,3604481,3670017,3735553,3801089,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561],"overwrite":[917509],"obj":[2949124,3866628,3932164,3997700,4128772,4194308,4259844,4325380,4390916,4456452],"overridable":[3538945,5963777,6029313,6225921]} \ No newline at end of file diff --git a/Help/fti/FTI_112.json b/Help/fti/FTI_112.json index 4bb27c0..0fcec05 100644 --- a/Help/fti/FTI_112.json +++ b/Help/fti/FTI_112.json @@ -1 +1 @@ -{"properties":[1,65537,131073,196609,262145,327681,6160386,6225922,6291458,6356994,6422530,6488066],"parameters":[131074,720897,851969,917506,983042,1048577,1114113,1179651,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835011,1900546,1966081,2031618,2097154,2162689,2228225,2293761,2359297,2424834,2490369,2555905,2621441,2686977,2752514,2818050,2883586,2949122,3080193,3145729,3211265,3276801,3342337,3473409,3604482,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4849665,6553601,6750209,6815745],"public":[131073,262145,327681,458755,655363,720899,786435,851971,917509,983043,1048579,1114115,1179651,1245187,1310723,1376259,1441795,1507331,1572867,1638403,1703939,1769475,1835012,1900549,1966085,2031619,2097155,2162691,2228227,2293763,2359299,2424835,2490371,2555907,2621443,2686979,2752515,2818052,2883588,2949123,3407873,3538947,3604483,3670019,3735555,3801091,3866627,3932163,3997699,4063235,4128771,4194307,4259843,4325379,4390915,4456449,5242883,5308419,5373955,5439491,5505025,5898243,5963779,6029317,6094851,6422529,6488065,6553604,6619139,6684675,6750220,6815748,6881283,6946819],"parameterinfo":[131074,2490375,4456450,4915202],"property":[131073,196609,393220,458753,589825,3407873,3932161,4194305,4259841,4390913,4521985,4587524,5242883,5308419,5373955,5439491,5505027,5570563,5636099,5701635,5767171,5832707,5898243,5963779,6029315,6094851],"protected":[524291,3014659,3080195,3145731,3211267,3276803,3342339,3407875,3473411,5505027,5570563,5636099,5701635,5767171,5832707],"parameter":[917505],"params":[1179649,1835009,2424833,2818049,2883585,4128769],"paramarray":[1179649,1835009,2424833,2818049,2883585,4128769],"predefined":[1245185],"param1":[1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473],"param2":[1376257,1441793,1507329,1572865,1638401,1703937,1769473],"param3":[1441793,1507329,1572865,1638401,1703937,1769473],"param4":[1507329,1572865,1638401,1703937,1769473],"param5":[1572865,1638401,1703937,1769473],"param6":[1638401,1703937,1769473],"param7":[1703937,1769473],"param8":[1769473],"propertyinfo":[4194308]} \ No newline at end of file +{"properties":[1,65537,131073,196609,262145,327681,6553602,6619138,6684674,6750210,6815746,6881282],"parameters":[131074,720897,851969,917506,983042,1048577,1114113,1179651,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835011,1900546,1966081,2031618,2097154,2162690,2228225,2293761,2359297,2424833,2490370,2555905,2621441,2686977,2752513,2818050,2883586,2949122,3014658,3145729,3211265,3276801,3342337,3407873,3538945,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4521986,4980737,6946817,7143425,7208961],"public":[131073,262145,327681,458755,655363,720899,786435,851971,917509,983043,1048579,1114115,1179651,1245187,1310723,1376259,1441795,1507331,1572867,1638403,1703939,1769475,1835012,1900549,1966085,2031619,2097155,2162691,2228227,2293763,2359299,2424835,2490371,2555907,2621443,2686979,2752515,2818051,2883588,2949124,3014659,3473409,3604483,3670019,3735555,3801091,3866627,3932163,3997699,4063235,4128771,4194307,4259843,4325379,4390915,4456451,4521985,5636099,5701635,5767171,5832707,5898241,6291459,6356995,6422533,6488067,6815745,6881281,6946820,7012355,7077891,7143436,7208964,7274499,7340035],"parameterinfo":[131074,2555911,4521986,5242882],"property":[131073,196609,393220,458753,589825,3473409,3997697,4259841,4325377,4456449,4587521,4653060,5636099,5701635,5767171,5832707,5898243,5963779,6029315,6094851,6160387,6225923,6291459,6356995,6422531,6488067],"protected":[524291,3080195,3145731,3211267,3276803,3342339,3407875,3473411,3538947,5898243,5963779,6029315,6094851,6160387,6225923],"parameter":[917505],"params":[1179649,1835009,2490369,2883585,2949121,4194305],"paramarray":[1179649,1835009,2490369,2883585,2949121,4194305],"predefined":[1245185],"param1":[1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473],"param2":[1376257,1441793,1507329,1572865,1638401,1703937,1769473],"param3":[1441793,1507329,1572865,1638401,1703937,1769473],"param4":[1507329,1572865,1638401,1703937,1769473],"param5":[1572865,1638401,1703937,1769473],"param6":[1638401,1703937,1769473],"param7":[1703937,1769473],"param8":[1769473],"propertyinfo":[4259844]} \ No newline at end of file diff --git a/Help/fti/FTI_114.json b/Help/fti/FTI_114.json index 9e1c1e2..29b3641 100644 --- a/Help/fti/FTI_114.json +++ b/Help/fti/FTI_114.json @@ -1 +1 @@ -{"resolution":[131074,851969,983041,4456449,4784129,5439489],"required":[131074,2621441,2686977,4456450],"removemock":[131073,2949124,4456449],"remove":[131073,2949122,4456449],"return":[917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4194305,4259841],"reset":[2752516],"require":[2752513,6750209],"returns":[2752514,3407873,6750209],"removed":[2949121],"readonly":[5373953,5767169],"ref":[6553601,6619137,6684673,6750209,6815745,6881281,6946817]} \ No newline at end of file +{"resolution":[131074,851969,983041,4521985,4849665,5832705],"required":[131074,2686977,2752513,4521986,5308418],"removemock":[131073,3014660,4521985],"remove":[131073,3014658,4521985],"return":[917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4259841,4325377],"reset":[2818052],"require":[2818049,7143425],"returns":[2818050,3473409,7143425],"removed":[3014657],"readonly":[5767169,6160385],"ref":[6946817,7012353,7077889,7143425,7208961,7274497,7340033]} \ No newline at end of file diff --git a/Help/fti/FTI_115.json b/Help/fti/FTI_115.json index 3d101bf..2f6f3fc 100644 --- a/Help/fti/FTI_115.json +++ b/Help/fti/FTI_115.json @@ -1 +1 @@ -{"sets":[2,65538,131073,196614,262147,327683,393218,3407873,4325377,4390913,4521985,4587522,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160386,6225922,6291457,6356997,6422531,6488067],"specific":[131073,851969,983041,2752513,4784129,6750209],"specified":[131075,2097153,2752513,2949121,4456451],"string":[131074,2818053,2883589,3801092,3866628,4063236,4128772,4194308,4259844,4325380,4390916,4456450,4980738],"static":[131073,2097154,2818049,3604482,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456449,4980737,6946817],"system":[131073,458753,589825,983042,1048578,1114114,1245185,1900547,1966082,2031618,2162690,2490370,2555906,2621442,2686978,2752513,2883585,3604481,3670017,3735553,3932161,3997697],"strict":[131076,458753,589825,5439495,6291459],"setup":[196611,2752515,3080194,3145729,3211265,3342337,3407874,4521985,5046273,5832706,6356993,6750209],"setupmocksaction":[196609,3080196,3145732,3211268,3342340,5832708,6356993],"setfieldvalue":[393217,4325380,4587521],"setpropertyvalue":[393217,4390916,4587521],"syntax":[458753,524289,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6553601,6619137,6684673,6750209,6815745,6881281,6946817],"sub":[655361,720897,786433,851969,983041,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,4325377,4390913],"set":[917505,1245185,1900545,2752513,2818049,2883585,5242883,5308419,5439491,5505027,5570563,5636099,5701635,5832707,5898243,5963779,6029315,6094851,6750211],"shared":[2097153,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913],"startcar":[2752513,3407873,6750210],"stopcar":[2752513],"successfully":[2949121],"seconds":[3735553],"service":[5505025],"sealed":[6946817]} \ No newline at end of file +{"sets":[2,65538,131073,196614,262147,327683,393218,3473409,4390913,4456449,4587521,4653058,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6225921,6291457,6356993,6422529,6488065,6553602,6619138,6684673,6750213,6815747,6881283],"specific":[131073,851969,983041,2818049,4849665,7143425],"system":[131074,458753,589825,1245185,2031618,2228226,3670017,3735553,3801089,3997697,4063233,4521985],"specified":[131076,2097153,2162689,2818049,3014657,4521988,5111810],"string":[131074,2883589,2949125,3866628,3932164,4128772,4194308,4259844,4325380,4390916,4456452,4521986,5373954],"static":[131073,2097154,2162690,2883585,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4521985,5373953,7340033],"strict":[131076,458753,589825,5832711,6684675],"setup":[196611,2818051,3145730,3211265,3276801,3407873,3473410,4587521,5439489,6225922,6750209,7143425],"setupmocksaction":[196609,3145732,3211268,3276804,3407876,6225924,6750209],"setfieldvalue":[393217,4390916,4653057],"setpropertyvalue":[393217,4456452,4653057],"syntax":[458753,524289,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6946817,7012353,7077889,7143425,7208961,7274497,7340033],"sub":[655361,720897,786433,851969,983041,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,4390913,4456449],"set":[917505,1245185,1900545,2818049,2883585,2949121,5636099,5701635,5832707,5898243,5963779,6029315,6094851,6225923,6291459,6356995,6422531,6488067,7143427],"shared":[2097153,2162689,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449],"startcar":[2818049,3473409,7143426],"stopcar":[2818049],"successfully":[3014657],"seconds":[3801089],"service":[5898241],"sealed":[7340033]} \ No newline at end of file diff --git a/Help/fti/FTI_116.json b/Help/fti/FTI_116.json index 1ec27db..6556d68 100644 --- a/Help/fti/FTI_116.json +++ b/Help/fti/FTI_116.json @@ -1 +1 @@ -{"tclass":[8,131076,655364,720905,983049,2818053,2883594,4456452,4653057,4718600,4980739,5242887,6160387,6553607],"type":[2,65538,131094,196609,262147,327683,393217,589825,720897,851975,917509,983044,1048581,1114127,1179651,1245186,1310728,1376265,1441802,1507339,1572876,1638413,1703950,1769487,1835011,1900552,1966095,2031623,2097156,2162694,2228227,2293772,2359298,2424834,2490370,2555917,2621445,2686991,2752516,2818053,2883590,2949123,3080193,3145730,3211266,3276802,3342339,3473409,3604484,3670018,3735555,3801092,3866629,3932164,3997699,4063236,4128773,4194308,4259845,4325381,4390917,4456469,4521985,4587521,4653057,4784129,4849672,4915202,5373958,6094859,6160386,6225922,6291457,6356993,6422531,6488067,6553602,6750210,6815745,6881281],"typemap":[131075,851974,983041,4456449,4784130],"tinterface":[131073,983046,4456449],"tparam1":[131080,1310725,1376261,1441797,1507333,1572869,1638405,1703941,1769477,4456456,4849672],"tparam2":[131079,1376261,1441797,1507333,1572869,1638405,1703941,1769477,4456455,4849671],"tparam3":[131078,1441797,1507333,1572869,1638405,1703941,1769477,4456454,4849670],"tparam4":[131077,1507333,1572869,1638405,1703941,1769477,4456453,4849669],"tparam5":[131076,1572869,1638405,1703941,1769477,4456452,4849668],"tparam6":[131075,1638405,1703941,1769477,4456451,4849667],"tparam7":[131074,1703941,1769477,4456450,4849666],"tparam8":[131073,1769477,4456449,4849665],"throws":[131074,1900545,1966081,4456450],"tcomponent":[196629,3014660,3080196,3145737,3211273,3276814,3342350,3407874,3473410,3538946,3604482,3670018,3735554,4521987,4653057,5046293,5111811,5177347,5505031,5570567,5636103,5701634,5767170,5832706,6356995,6750214],"timespan":[196611,3604494,3735562,4521987,5177347],"test":[196609,3407873,4653057,5505025,6356993,6750209],"testclassextensions":[393219,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4587523,4653057,6946821],"tobject":[393224,3801097,3866637,4063241,4128777,4194313,4259849,4325385,4390921,4587528],"tvalue":[393218,3932170,3997705,4587522],"typename":[917505,983042,1048577,1179649,1245185,1310722,1376259,1441796,1507333,1572870,1638407,1703944,1769481,1835009,1900545,2031617,2097153,2228225,2359297,2424833,2621441,2752513,2818049,2883585,2949121,3604481,3670017,3735553,3801089,3866625,3932162,3997698,4063233,4128769,4194305,4259841,4325377,4390913,6553601,6750209,6815745],"throw":[917505],"true":[917505,1048577,1114113,1245185,1900545,1966081,2752513,2818049,2883585,2949121,3407873,5439489,6029313,6750209],"types":[983041],"tostring":[2097153],"time":[3604482],"testcar":[6750209]} \ No newline at end of file +{"tclass":[8,131076,655364,720905,983049,2883589,2949130,4521988,4718593,4784136,5373955,5636103,6553603,6946823],"type":[2,65538,131094,196609,262147,327683,393217,589825,720897,851975,917509,983044,1048581,1114127,1179651,1245186,1310728,1376265,1441802,1507339,1572876,1638413,1703950,1769487,1835011,1900552,1966095,2031623,2097156,2162692,2228230,2293763,2359308,2424834,2490370,2555906,2621453,2686981,2752527,2818052,2883589,2949126,3014659,3145729,3211266,3276802,3342338,3407875,3538945,3670020,3735554,3801091,3866628,3932165,3997700,4063235,4128772,4194309,4259844,4325381,4390917,4456453,4522005,4587521,4653057,4718593,4849665,4915202,4980744,5046275,5177347,5242882,5308417,5767174,6488075,6553602,6619138,6684673,6750209,6815747,6881283,6946818,7143426,7208961,7274497],"typemap":[131075,851974,983041,4521985,4849666],"tinterface":[131073,983046,4521985],"tparam1":[131080,1310725,1376261,1441797,1507333,1572869,1638405,1703941,1769477,4521992,4980744],"tparam2":[131079,1376261,1441797,1507333,1572869,1638405,1703941,1769477,4521991,4980743],"tparam3":[131078,1441797,1507333,1572869,1638405,1703941,1769477,4521990,4980742],"tparam4":[131077,1507333,1572869,1638405,1703941,1769477,4521989,4980741],"tparam5":[131076,1572869,1638405,1703941,1769477,4521988,4980740],"tparam6":[131075,1638405,1703941,1769477,4521987,4980739],"tparam7":[131074,1703941,1769477,4521986,4980738],"tparam8":[131073,1769477,4521985,4980737],"throws":[131074,1900545,1966081,4521986,5046274],"tostring":[131073,2097153,2162689,4521985],"tcomponent":[196629,3080196,3145732,3211273,3276809,3342350,3407886,3473410,3538946,3604482,3670018,3735554,3801090,4587523,4718593,5439509,5505027,5570563,5898247,5963783,6029319,6094850,6160386,6225922,6750211,7143430],"timespan":[196611,3670030,3801098,4587523,5570563],"test":[196609,3473409,4718593,5898241,6750209,7143425],"testclassextensions":[393219,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4653059,4718593,7340037],"tobject":[393224,3866633,3932173,4128777,4194313,4259849,4325385,4390921,4456457,4653064],"tvalue":[393218,3997706,4063241,4653058],"typename":[917505,983042,1048577,1179649,1245185,1310722,1376259,1441796,1507333,1572870,1638407,1703944,1769481,1835009,1900545,2031617,2097153,2162689,2293761,2424833,2490369,2686977,2818049,2883585,2949121,3014657,3670017,3735553,3801089,3866625,3932161,3997698,4063234,4128769,4194305,4259841,4325377,4390913,4456449,6946817,7143425,7208961],"throw":[917505],"true":[917505,1048577,1114113,1245185,1900545,1966081,2818049,2883585,2949121,3014657,3473409,5832705,6422529,7143425],"types":[983041],"time":[3670018],"testcar":[7143425]} \ No newline at end of file diff --git a/Help/fti/FTI_117.json b/Help/fti/FTI_117.json index b26d605..7778460 100644 --- a/Help/fti/FTI_117.json +++ b/Help/fti/FTI_117.json @@ -1 +1 @@ -{"using":[131076,851969,1179649,1835009,2097153,4456451,4784129,4849665],"used":[131073,458753,589825,983041,1179649,1900545,1966081],"unless":[131073,458753,589825],"uses":[131073,917505,5439490,6291457],"usually":[917505,1048577,1114113,1179649,1835009,1900545,2097153,2228225,2359297,2621441,2686977,2752513,2949121],"usepredefinedfilesystem":[1245188],"unable":[2490369,2555905]} \ No newline at end of file +{"using":[131077,851969,1179649,1835009,2097153,2162689,4521988,4849665,4980737,5111810],"used":[131073,458753,589825,983041,1179649,1900545,1966081],"unless":[131073,458753,589825],"uses":[131073,917505,5832706,6684673],"usually":[917505,1048577,1114113,1179649,1835009,1900545,2097153,2162689,2293761,2424833,2686977,2752513,2818049,3014657],"usepredefinedfilesystem":[1245188],"unable":[2555905,2621441]} \ No newline at end of file diff --git a/Help/fti/FTI_118.json b/Help/fti/FTI_118.json index 518b6a3..2cc6f71 100644 --- a/Help/fti/FTI_118.json +++ b/Help/fti/FTI_118.json @@ -1 +1 @@ -{"values":[131074,1179649,1835009,4456450,4849665],"virtual":[131073,458753,589825,3473410,5439489,5570562,5636098,5832706],"value":[131073,262145,327681,393221,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3604481,3670017,3735553,3801089,3866627,3932163,3997698,4063233,4194305,4259843,4325382,4390918,4587525,5242882,5308418,5373953,5439491,5505026,5570562,5636098,5701634,5767169,5832706,5898242,5963778,6029315,6094850,6291457,6422529,6488065],"void":[983042,3407875,3473410,3538946,4325378,4390914,5242881,5308417,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6750209]} \ No newline at end of file +{"values":[131074,1179649,1835009,4521986,4980737],"virtual":[131073,458753,589825,3538946,5832705,5963778,6029314,6225922],"value":[131073,262145,327681,393221,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3670017,3735553,3801089,3866625,3932163,3997699,4063234,4128769,4259841,4325379,4390918,4456454,4653061,5636098,5701634,5767169,5832707,5898242,5963778,6029314,6094850,6160385,6225922,6291458,6356994,6422531,6488066,6684673,6815745,6881281],"void":[983042,3473411,3538946,3604482,4390914,4456450,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6225921,6291457,6356993,6422529,6488065,7143425]} \ No newline at end of file diff --git a/Help/fti/FTI_119.json b/Help/fti/FTI_119.json index bd05511..1373e00 100644 --- a/Help/fti/FTI_119.json +++ b/Help/fti/FTI_119.json @@ -1 +1 @@ -{"waitfor":[196611,3604485,3670021,3735557,4521987,5177348],"waits":[196611,3604481,3670017,3735553,4521987,5177347],"waitbetweenchecks":[3604484],"wait":[3604481]} \ No newline at end of file +{"waitfor":[196611,3670021,3735557,3801093,4587523,5570564],"waits":[196611,3670017,3735553,3801089,4587523,5570563],"waitbetweenchecks":[3670020],"wait":[3670017]} \ No newline at end of file diff --git a/Help/fti/FTI_97.json b/Help/fti/FTI_97.json index f43365e..268e63e 100644 --- a/Help/fti/FTI_97.json +++ b/Help/fti/FTI_97.json @@ -1 +1 @@ -{"assists":[131073,851969,4784129],"addmock":[131073,917509,4456449],"addtype":[131073,983044,4456449],"adds":[131073,983041,4456449],"array":[131077,1179651,1835011,2031617,2162689,2424835,2818051,2883587,4128770,4456453,4849665,4915201,4980738],"allow":[131074,1179649,1835009,4456450,4849665],"argument":[131074,2031617,2162689,4456450],"action":[196626,2752521,3080199,3145735,3211276,3276808,3342349,3604482,3670018,3735554,4521987,5046281,5177347,5570563,5636104,5832712,6356998],"added":[196609,5701633,6356993],"assembly":[458753,524289,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6553601,6619137,6684673,6750209,6815745,6881281,6946817],"add":[917505],"argumentexception":[917505,983042,1048577,1114113,1900546,1966081,2621441,2686977],"argumentnullexception":[1048577,1114113,2490369,2555905,3604481,3670017,3735553,3997697],"args":[1179652,1835012,2424836,2818052,2883588,4128772],"arguments":[1179649,1703937,1769473,1835009,2424833,2818049,2883585],"applicationexception":[1900545,1966081],"argumentoutofrangeexception":[2883585],"allows":[3407873],"automatic":[4653058,6684673,6750209],"auto":[4653057,6750210],"abstract":[6750210,6946817]} \ No newline at end of file +{"assists":[131073,851969,4849665],"addmock":[131073,917509,4521985],"addtype":[131073,983044,4521985],"adds":[131073,983041,4521985],"array":[131077,1179651,1835011,2031617,2228225,2490371,2883587,2949123,4194306,4521989,4980737,5242881,5373954],"allow":[131074,1179649,1835009,4521986,4980737],"argument":[131074,2031617,2228225,4521986],"action":[196626,2818057,3145735,3211271,3276812,3342344,3407885,3670018,3735554,3801090,4587523,5439497,5570563,5963779,6029320,6225928,6750214],"added":[196609,6094849,6750209],"assembly":[458753,524289,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6946817,7012353,7077889,7143425,7208961,7274497,7340033],"add":[917505],"argumentexception":[917505,983042,1048577,1114113,1900546,1966081,2686977,2752513],"argumentnullexception":[1048577,1114113,2555905,2621441,3670017,3735553,3801089,4063233],"args":[1179652,1835012,2490372,2883588,2949124,4194308],"arguments":[1179649,1703937,1769473,1835009,2490369,2883585,2949121],"applicationexception":[1900545,1966081],"argumentoutofrangeexception":[2949121],"allows":[3473409],"automatic":[4718594,7077889,7143425],"auto":[4718593,7143426],"abstract":[7143426,7340033]} \ No newline at end of file diff --git a/Help/fti/FTI_98.json b/Help/fti/FTI_98.json index 6a1b0a2..a4e9f86 100644 --- a/Help/fti/FTI_98.json +++ b/Help/fti/FTI_98.json @@ -1 +1 @@ -{"boolean":[131079,196609,917510,1048577,1114113,1245187,1900547,1966083,2752514,2818051,2883587,2949121,3473411,4456455,4521985,4849665,4980738,5111809,5439489,6029313],"based":[393217,3932161,4587521],"bool":[917508,1048578,1114114,1245186,1900546,1966082,2752514,2818050,2883586,2949122,3473410,5439492,6029316,6750209],"base":[3407873,4653057,6750211],"built":[5439489],"basic":[6750209]} \ No newline at end of file +{"boolean":[131079,196609,917510,1048577,1114113,1245187,1900547,1966083,2818050,2883587,2949123,3014657,3538947,4521991,4587521,4980737,5046274,5373954,5505025,5832705,6422529],"based":[393217,3997697,4653057],"bool":[917508,1048578,1114114,1245186,1900546,1966082,2818050,2883586,2949122,3014658,3538946,5832708,6422532,7143425],"base":[3473409,4718593,7143427],"built":[5832705],"basic":[7143425]} \ No newline at end of file diff --git a/Help/fti/FTI_99.json b/Help/fti/FTI_99.json index 104d2a2..dc7ccb9 100644 --- a/Help/fti/FTI_99.json +++ b/Help/fti/FTI_99.json @@ -1 +1 @@ -{"constructors":[1,131076,196609,917505,1179649,1835010,1900545,1966081,4456451,4849665],"class":[3,65537,131076,196615,262145,327681,393217,458753,524289,589825,655362,720898,786434,851970,917505,983045,1048578,1114114,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900546,1966082,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621442,2686979,2752513,2818050,2883586,2949121,3014658,3080194,3145730,3211266,3276802,3342338,3407874,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456450,4521985,4587521,4653061,4718595,4784131,4849665,4915201,4980737,5046279,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553606,6619141,6684677,6750217,6815749,6881284,6946820],"createfunc":[1,65537,720900,983044,5242884,5308420,6160385,6225921],"create":[1,65537,196610,720897,983042,1179649,1900545,1966081,2097153,3145729,3276802,3342337,5046273,5242882,5308418,5570562,6160385,6225921,6356993],"creates":[131089,917505,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2228225,2293761,2752513,4456465,4653057,4849674,6684673],"contains":[131076,1048582,1114118,4456452,4653057,6881281],"createinstance":[131082,1179654,1245189,1310725,1376261,1441797,1507333,1572869,1638405,1703941,1769477,4456458,4849675],"creation":[131074,1179649,1835009,4456450,4849665],"createinstancenonpublic":[131073,1835014,4456449],"creating":[131073,1835009,2097153,3407873,4456449,6750209],"createmock":[131074,1900549,1966085,4456450],"custom":[131073,196609,2097153,4456449,4653057,5701634,6356993,6684673],"createaction":[196609,3014657,5046273],"createdaction":[196609,3276801,5046273],"createcomponent":[196609,3407878,4521985],"component":[196617,3145729,3211265,3276802,3342338,3407874,4521985,5505029,5570563,5636099,5701633,5832705,6357000,6750211],"constructor":[196609,655361,720897,786433,851969,3014657,3080193,3145729,3211265,3276801,3342337,3407874,4521985,4718593,4784129,5046273],"changes":[196609,3407873,4521985],"createcomponentaction":[196609,3145732,3276804,3342340,5570564,6356993],"created":[196613,983041,3211265,3276801,3342337,5570561,5636099,5701633,5832705,6356997],"createdcomponentaction":[196609,3211268,3276804,3342340,5636100,6356993],"custommocks":[196609,5701636,6356993],"condition":[983041,1048577,1114113,1900545,1966081,2490369,2555905,2621441,2686977,2752513,2883585,3604481,3670017,3735553,3997697],"count":[2097156],"check":[3604481],"classes":[4653057],"car":[6750213],"cartest":[6750211],"color":[6750215],"carservice":[6750214]} \ No newline at end of file +{"constructors":[1,131076,196609,917505,1179649,1835010,1900545,1966081,4521987,4980737],"class":[3,65537,131076,196615,262145,327681,393217,458753,524289,589825,655362,720898,786434,851970,917505,983045,1048578,1114114,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900546,1966082,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686978,2752515,2818049,2883586,2949122,3014657,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521986,4587521,4653057,4718597,4784131,4849667,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439495,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946822,7012357,7077893,7143433,7208965,7274500,7340036],"createfunc":[1,65537,720900,983044,5636100,5701636,6553601,6619137],"create":[1,65537,196610,720897,983042,1179649,1900545,1966081,2097153,2162689,3211265,3342338,3407873,5439489,5636098,5701634,5963778,6553601,6619137,6750209],"creates":[131089,917505,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2293761,2359297,2818049,4522001,4718593,4980746,5046274,5177346,7077889],"contains":[131076,1048582,1114118,4521988,4718593,4915205,7274497],"createinstance":[131082,1179654,1245189,1310725,1376261,1441797,1507333,1572869,1638405,1703941,1769477,2097153,2162689,4521994,4980747],"creation":[131074,1179649,1835009,4521986,4980737],"createinstancenonpublic":[131073,1835014,4521985],"creating":[131073,1835009,2097153,2162689,3473409,4521985,7143425],"createmock":[131074,1900549,1966085,4521986,5046275],"custom":[131074,196609,2097153,2162689,4521986,4718593,5111810,6094850,6750209,7077889],"createaction":[196609,3080193,5439489],"createdaction":[196609,3342337,5439489],"createcomponent":[196609,3473414,4587521],"component":[196617,3211265,3276801,3342338,3407874,3473410,4587521,5898245,5963779,6029315,6094849,6225921,6750216,7143427],"constructor":[196609,655361,720897,786433,851969,3080193,3145729,3211265,3276801,3342337,3407873,3473410,4587521,4784129,4849665,5439489],"changes":[196609,3473409,4587521],"createcomponentaction":[196609,3211268,3342340,3407876,5963780,6750209],"created":[196613,983041,3276801,3342337,3407873,5963777,6029315,6094849,6225921,6750213],"createdcomponentaction":[196609,3276804,3342340,3407876,6029316,6750209],"custommocks":[196609,6094852,6750209],"condition":[983041,1048577,1114113,1900545,1966081,2555905,2621441,2686977,2752513,2818049,2949121,3670017,3735553,3801089,4063233],"count":[2097156,2162692],"check":[3670017],"classes":[4718593],"car":[7143429],"cartest":[7143427],"color":[7143431],"carservice":[7143430]} \ No newline at end of file diff --git a/Help/fti/FTI_Files.json b/Help/fti/FTI_Files.json index d28bb5d..c8ee91b 100644 --- a/Help/fti/FTI_Files.json +++ b/Help/fti/FTI_Files.json @@ -1 +1 @@ -["InstanceModel(TClass) Members\u0000AllMembers.T-FastMoq.InstanceModel-1.htm\u0000290","InstanceModel Members\u0000AllMembers.T-FastMoq.InstanceModel.htm\u000044","Mocker Members\u0000AllMembers.T-FastMoq.Mocker.htm\u00001915","MockerTestBase(TComponent) Members\u0000AllMembers.T-FastMoq.MockerTestBase-1.htm\u00001222","MockModel(T) Members\u0000AllMembers.T-FastMoq.MockModel-1.htm\u0000133","MockModel Members\u0000AllMembers.T-FastMoq.MockModel.htm\u000053","TestClassExtensions Members\u0000AllMembers.T-FastMoq.TestClassExtensions.htm\u0000306","fileSystem Field\u0000F-FastMoq.Mocker.fileSystem.htm\u000076","mockCollection Field\u0000F-FastMoq.Mocker.mockCollection.htm\u000080","Mocker Fields\u0000Fields.T-FastMoq.Mocker.htm\u000050","InstanceModel(TClass) Constructor\u0000M-FastMoq.InstanceModel-1.-ctor.htm\u0000147","InstanceModel(TClass) Constructor (Nullable(Func(Mocker, TClass)))\u0000M-FastMoq.InstanceModel-1.-ctor_1.htm\u0000305","Mocker Constructor\u0000M-FastMoq.Mocker.-ctor.htm\u000059","Mocker Constructor (Dictionary(Type, InstanceModel))\u0000M-FastMoq.Mocker.-ctor_1.htm\u0000178","AddMock(T) Method (Mock(T), Boolean, Boolean)\u0000M-FastMoq.Mocker.AddMock--1.htm\u0000323","AddType(TInterface, TClass) Method\u0000M-FastMoq.Mocker.AddType--2.htm\u0000295","Contains(T) Method\u0000M-FastMoq.Mocker.Contains--1.htm\u0000165","Contains Method (Type)\u0000M-FastMoq.Mocker.Contains.htm\u0000149","CreateInstance(T) Method (Object[])\u0000M-FastMoq.Mocker.CreateInstance--1.htm\u0000288","CreateInstance(T) Method (Boolean)\u0000M-FastMoq.Mocker.CreateInstance--1_1.htm\u0000214","CreateInstance(T, TParam1) Method (Dictionary(Type, Nullable(Object)))\u0000M-FastMoq.Mocker.CreateInstance--2.htm\u0000291","CreateInstance(T, TParam1, TParam2) Method (Dictionary(Type, Nullable(Object)))\u0000M-FastMoq.Mocker.CreateInstance--3.htm\u0000309","CreateInstance(T, TParam1, TParam2, TParam3) Method (Dictionary(Type, Nullable(Object)))\u0000M-FastMoq.Mocker.CreateInstance--4.htm\u0000327","CreateInstance(T, TParam1, TParam2, TParam3, TParam4) Method (Dictionary(Type, Nullable(Object)))\u0000M-FastMoq.Mocker.CreateInstance--5.htm\u0000345","CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5) Method (Dictionary(Type, Nullable(Object)))\u0000M-FastMoq.Mocker.CreateInstance--6.htm\u0000363","CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6) Method (Dictionary(Type, Nullable(Object)))\u0000M-FastMoq.Mocker.CreateInstance--7.htm\u0000381","CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7) Method (Dictionary(Type, Nullable(Object)))\u0000M-FastMoq.Mocker.CreateInstance--8.htm\u0000399","CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8) Method (Dictionary(Type, Nullable(Object)))\u0000M-FastMoq.Mocker.CreateInstance--9.htm\u0000417","CreateInstanceNonPublic(T) Method (Object[])\u0000M-FastMoq.Mocker.CreateInstanceNonPublic--1.htm\u0000258","CreateMock(T) Method (Boolean)\u0000M-FastMoq.Mocker.CreateMock--1.htm\u0000231","CreateMock Method (Type, Boolean)\u0000M-FastMoq.Mocker.CreateMock.htm\u0000195","GetArgData(T) Method (Nullable(Dictionary(Type, Nullable(Object))))\u0000M-FastMoq.Mocker.GetArgData--1.htm\u0000363","GetList(T) Method\u0000M-FastMoq.Mocker.GetList--1.htm\u0000336","GetMethodArgData Method\u0000M-FastMoq.Mocker.GetMethodArgData.htm\u0000275","GetMock(T) Method\u0000M-FastMoq.Mocker.GetMock--1.htm\u0000144","GetMock Method (Type)\u0000M-FastMoq.Mocker.GetMock.htm\u0000112","GetObject(T) Method\u0000M-FastMoq.Mocker.GetObject--1.htm\u0000138","GetObject(T) Method (Nullable(Object)[])\u0000M-FastMoq.Mocker.GetObject--1_1.htm\u0000248","GetObject Method (ParameterInfo)\u0000M-FastMoq.Mocker.GetObject.htm\u0000150","GetObject Method (Type)\u0000M-FastMoq.Mocker.GetObject_1.htm\u0000147","GetRequiredMock(T) Method\u0000M-FastMoq.Mocker.GetRequiredMock--1.htm\u0000166","GetRequiredMock Method (Type)\u0000M-FastMoq.Mocker.GetRequiredMock.htm\u0000139","Initialize(T) Method\u0000M-FastMoq.Mocker.Initialize--1.htm\u0000331","InvokeMethod(TClass) Method (String, Boolean, Nullable(Object)[])\u0000M-FastMoq.Mocker.InvokeMethod--1.htm\u0000333","InvokeMethod(TClass) Method (Nullable(TClass), String, Boolean, Nullable(Object)[])\u0000M-FastMoq.Mocker.InvokeMethod--1_1.htm\u0000417","RemoveMock(T) Method\u0000M-FastMoq.Mocker.RemoveMock--1.htm\u0000191","MockerTestBase(TComponent) Constructor\u0000M-FastMoq.MockerTestBase-1.-ctor.htm\u0000151","MockerTestBase(TComponent) Constructor (Action(Mocker))\u0000M-FastMoq.MockerTestBase-1.-ctor_1.htm\u0000242","MockerTestBase(TComponent) Constructor (Action(Mocker), Func(Mocker, TComponent))\u0000M-FastMoq.MockerTestBase-1.-ctor_2.htm\u0000336","MockerTestBase(TComponent) Constructor (Nullable(Action(Mocker)), Nullable(Action(Nullable(TComponent))))\u0000M-FastMoq.MockerTestBase-1.-ctor_3.htm\u0000490","MockerTestBase(TComponent) Constructor (Func(Mocker, TComponent), Nullable(Action(Nullable(TComponent))))\u0000M-FastMoq.MockerTestBase-1.-ctor_4.htm\u0000451","MockerTestBase(TComponent) Constructor (Nullable(Action(Mocker)), Nullable(Func(Mocker, Nullable(TComponent))), Nullable(Action(Nullable(TComponent))))\u0000M-FastMoq.MockerTestBase-1.-ctor_5.htm\u0000700","CreateComponent Method\u0000M-FastMoq.MockerTestBase-1.CreateComponent.htm\u0000180","Dispose Method (Boolean)\u0000M-FastMoq.MockerTestBase-1.Dispose.htm\u0000136","Dispose Method\u0000M-FastMoq.MockerTestBase-1.Dispose_1.htm\u0000108","WaitFor(T) Method (Func(T), TimeSpan, TimeSpan)\u0000M-FastMoq.MockerTestBase-1.WaitFor--1.htm\u0000309","WaitFor(T) Method (Func(T))\u0000M-FastMoq.MockerTestBase-1.WaitFor--1_1.htm\u0000251","WaitFor(T) Method (Func(T), TimeSpan)\u0000M-FastMoq.MockerTestBase-1.WaitFor--1_2.htm\u0000280","GetField(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetField--1.htm\u0000184","GetFieldValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetFieldValue--1.htm\u0000243","GetMember(T, TValue) Method\u0000M-FastMoq.TestClassExtensions.GetMember--2.htm\u0000260","GetMemberInfo(T, TValue) Method\u0000M-FastMoq.TestClassExtensions.GetMemberInfo--2.htm\u0000245","GetMethod(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetMethod--1.htm\u0000184","GetMethodValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetMethodValue--1.htm\u0000270","GetProperty(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetProperty--1.htm\u0000184","GetPropertyValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetPropertyValue--1.htm\u0000249","SetFieldValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.SetFieldValue--1.htm\u0000183","SetPropertyValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.SetPropertyValue--1.htm\u0000183","Mocker Methods\u0000Methods.T-FastMoq.Mocker.htm\u00001771","MockerTestBase(TComponent) Methods\u0000Methods.T-FastMoq.MockerTestBase-1.htm\u0000295","TestClassExtensions Methods\u0000Methods.T-FastMoq.TestClassExtensions.htm\u0000306","FastMoq Namespace\u0000N-FastMoq.htm\u0000138","InstanceModel(TClass) Constructor\u0000Overload-FastMoq.InstanceModel-1.-ctor.htm\u0000257","Mocker Constructor\u0000Overload-FastMoq.Mocker.-ctor.htm\u000094","CreateInstance Method\u0000Overload-FastMoq.Mocker.CreateInstance-.htm\u0000823","GetObject Method\u0000Overload-FastMoq.Mocker.GetObject.htm\u0000173","InvokeMethod Method\u0000Overload-FastMoq.Mocker.InvokeMethod-.htm\u0000205","MockerTestBase(TComponent) Constructor\u0000Overload-FastMoq.MockerTestBase-1.-ctor.htm\u0000919","Dispose Method\u0000Overload-FastMoq.MockerTestBase-1.Dispose.htm\u0000115","WaitFor Method\u0000Overload-FastMoq.MockerTestBase-1.WaitFor-.htm\u0000267","CreateFunc Property\u0000P-FastMoq.InstanceModel-1.CreateFunc.htm\u0000210","CreateFunc Property\u0000P-FastMoq.InstanceModel.CreateFunc.htm\u0000174","InstanceType Property\u0000P-FastMoq.InstanceModel.InstanceType.htm\u000099","Strict Property\u0000P-FastMoq.Mocker.Strict.htm\u0000156","Component Property\u0000P-FastMoq.MockerTestBase-1.Component.htm\u0000167","CreateComponentAction Property\u0000P-FastMoq.MockerTestBase-1.CreateComponentAction.htm\u0000221","CreatedComponentAction Property\u0000P-FastMoq.MockerTestBase-1.CreatedComponentAction.htm\u0000224","CustomMocks Property\u0000P-FastMoq.MockerTestBase-1.CustomMocks.htm\u0000188","Mocks Property\u0000P-FastMoq.MockerTestBase-1.Mocks.htm\u0000136","SetupMocksAction Property\u0000P-FastMoq.MockerTestBase-1.SetupMocksAction.htm\u0000215","Mock Property\u0000P-FastMoq.MockModel-1.Mock.htm\u0000165","Mock Property\u0000P-FastMoq.MockModel.Mock.htm\u0000107","NonPublic Property\u0000P-FastMoq.MockModel.NonPublic.htm\u0000122","Type Property\u0000P-FastMoq.MockModel.Type.htm\u0000107","InstanceModel(TClass) Properties\u0000Properties.T-FastMoq.InstanceModel-1.htm\u0000117","InstanceModel Properties\u0000Properties.T-FastMoq.InstanceModel.htm\u000044","Mocker Properties\u0000Properties.T-FastMoq.Mocker.htm\u000064","MockerTestBase(TComponent) Properties\u0000Properties.T-FastMoq.MockerTestBase-1.htm\u0000181","MockModel(T) Properties\u0000Properties.T-FastMoq.MockModel-1.htm\u0000133","MockModel Properties\u0000Properties.T-FastMoq.MockModel.htm\u000053","InstanceModel(TClass) Class\u0000T-FastMoq.InstanceModel-1.htm\u0000190","InstanceModel Class\u0000T-FastMoq.InstanceModel.htm\u000062","Mocker Class\u0000T-FastMoq.Mocker.htm\u000061","MockerTestBase(TComponent) Class\u0000T-FastMoq.MockerTestBase-1.htm\u0000334","MockModel(T) Class\u0000T-FastMoq.MockModel-1.htm\u0000183","MockModel Class\u0000T-FastMoq.MockModel.htm\u000049","TestClassExtensions Class\u0000T-FastMoq.TestClassExtensions.htm\u000047"] \ No newline at end of file +["InstanceModel(TClass) Members\u0000AllMembers.T-FastMoq.InstanceModel-1.htm\u0000290","InstanceModel Members\u0000AllMembers.T-FastMoq.InstanceModel.htm\u000044","Mocker Members\u0000AllMembers.T-FastMoq.Mocker.htm\u00001838","MockerTestBase(TComponent) Members\u0000AllMembers.T-FastMoq.MockerTestBase-1.htm\u00001222","MockModel(T) Members\u0000AllMembers.T-FastMoq.MockModel-1.htm\u0000133","MockModel Members\u0000AllMembers.T-FastMoq.MockModel.htm\u000053","TestClassExtensions Members\u0000AllMembers.T-FastMoq.TestClassExtensions.htm\u0000306","fileSystem Field\u0000F-FastMoq.Mocker.fileSystem.htm\u000076","mockCollection Field\u0000F-FastMoq.Mocker.mockCollection.htm\u0000102","Mocker Fields\u0000Fields.T-FastMoq.Mocker.htm\u000072","InstanceModel(TClass) Constructor\u0000M-FastMoq.InstanceModel-1.-ctor.htm\u0000147","InstanceModel(TClass) Constructor (Nullable(Func(Mocker, TClass)))\u0000M-FastMoq.InstanceModel-1.-ctor_1.htm\u0000305","Mocker Constructor\u0000M-FastMoq.Mocker.-ctor.htm\u000059","Mocker Constructor (Dictionary(Type, InstanceModel))\u0000M-FastMoq.Mocker.-ctor_1.htm\u0000178","AddMock(T) Method (Mock(T), Boolean, Boolean)\u0000M-FastMoq.Mocker.AddMock--1.htm\u0000347","AddType(TInterface, TClass) Method\u0000M-FastMoq.Mocker.AddType--2.htm\u0000244","Contains(T) Method\u0000M-FastMoq.Mocker.Contains--1.htm\u0000159","Contains Method (Type)\u0000M-FastMoq.Mocker.Contains.htm\u0000146","CreateInstance(T) Method (Object[])\u0000M-FastMoq.Mocker.CreateInstance--1.htm\u0000239","CreateInstance(T) Method (Boolean)\u0000M-FastMoq.Mocker.CreateInstance--1_1.htm\u0000170","CreateInstance(T, TParam1) Method (Dictionary(Type, Object))\u0000M-FastMoq.Mocker.CreateInstance--2.htm\u0000234","CreateInstance(T, TParam1, TParam2) Method (Dictionary(Type, Object))\u0000M-FastMoq.Mocker.CreateInstance--3.htm\u0000252","CreateInstance(T, TParam1, TParam2, TParam3) Method (Dictionary(Type, Object))\u0000M-FastMoq.Mocker.CreateInstance--4.htm\u0000270","CreateInstance(T, TParam1, TParam2, TParam3, TParam4) Method (Dictionary(Type, Object))\u0000M-FastMoq.Mocker.CreateInstance--5.htm\u0000288","CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5) Method (Dictionary(Type, Object))\u0000M-FastMoq.Mocker.CreateInstance--6.htm\u0000306","CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6) Method (Dictionary(Type, Object))\u0000M-FastMoq.Mocker.CreateInstance--7.htm\u0000324","CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7) Method (Dictionary(Type, Object))\u0000M-FastMoq.Mocker.CreateInstance--8.htm\u0000342","CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8) Method (Dictionary(Type, Object))\u0000M-FastMoq.Mocker.CreateInstance--9.htm\u0000360","CreateInstanceNonPublic(T) Method (Object[])\u0000M-FastMoq.Mocker.CreateInstanceNonPublic--1.htm\u0000243","CreateMock(T) Method (Boolean)\u0000M-FastMoq.Mocker.CreateMock--1.htm\u0000242","CreateMock Method (Type, Boolean)\u0000M-FastMoq.Mocker.CreateMock.htm\u0000209","GetArgData(T) Method (Dictionary(Type, Object))\u0000M-FastMoq.Mocker.GetArgData--1.htm\u0000236","GetList(T) Method (Int32, Func(Int32, T))\u0000M-FastMoq.Mocker.GetList--1.htm\u0000343","GetList(T) Method (Int32, Func(T))\u0000M-FastMoq.Mocker.GetList--1_1.htm\u0000329","GetMethodArgData Method\u0000M-FastMoq.Mocker.GetMethodArgData.htm\u0000192","GetMock(T) Method\u0000M-FastMoq.Mocker.GetMock--1.htm\u0000147","GetMock Method (Type)\u0000M-FastMoq.Mocker.GetMock.htm\u0000110","GetObject(T) Method\u0000M-FastMoq.Mocker.GetObject--1.htm\u0000127","GetObject(T) Method (Object[])\u0000M-FastMoq.Mocker.GetObject--1_1.htm\u0000191","GetObject Method (ParameterInfo)\u0000M-FastMoq.Mocker.GetObject.htm\u0000121","GetObject Method (Type)\u0000M-FastMoq.Mocker.GetObject_1.htm\u0000122","GetRequiredMock(T) Method\u0000M-FastMoq.Mocker.GetRequiredMock--1.htm\u0000163","GetRequiredMock Method (Type)\u0000M-FastMoq.Mocker.GetRequiredMock.htm\u0000133","Initialize(T) Method\u0000M-FastMoq.Mocker.Initialize--1.htm\u0000331","InvokeMethod(TClass) Method (String, Boolean, Object[])\u0000M-FastMoq.Mocker.InvokeMethod--1.htm\u0000259","InvokeMethod(TClass) Method (TClass, String, Boolean, Object[])\u0000M-FastMoq.Mocker.InvokeMethod--1_1.htm\u0000286","RemoveMock(T) Method\u0000M-FastMoq.Mocker.RemoveMock--1.htm\u0000191","MockerTestBase(TComponent) Constructor\u0000M-FastMoq.MockerTestBase-1.-ctor.htm\u0000151","MockerTestBase(TComponent) Constructor (Action(Mocker))\u0000M-FastMoq.MockerTestBase-1.-ctor_1.htm\u0000242","MockerTestBase(TComponent) Constructor (Action(Mocker), Func(Mocker, TComponent))\u0000M-FastMoq.MockerTestBase-1.-ctor_2.htm\u0000336","MockerTestBase(TComponent) Constructor (Nullable(Action(Mocker)), Nullable(Action(Nullable(TComponent))))\u0000M-FastMoq.MockerTestBase-1.-ctor_3.htm\u0000490","MockerTestBase(TComponent) Constructor (Func(Mocker, TComponent), Nullable(Action(Nullable(TComponent))))\u0000M-FastMoq.MockerTestBase-1.-ctor_4.htm\u0000451","MockerTestBase(TComponent) Constructor (Nullable(Action(Mocker)), Nullable(Func(Mocker, Nullable(TComponent))), Nullable(Action(Nullable(TComponent))))\u0000M-FastMoq.MockerTestBase-1.-ctor_5.htm\u0000700","CreateComponent Method\u0000M-FastMoq.MockerTestBase-1.CreateComponent.htm\u0000180","Dispose Method (Boolean)\u0000M-FastMoq.MockerTestBase-1.Dispose.htm\u0000136","Dispose Method\u0000M-FastMoq.MockerTestBase-1.Dispose_1.htm\u0000108","WaitFor(T) Method (Func(T), TimeSpan, TimeSpan)\u0000M-FastMoq.MockerTestBase-1.WaitFor--1.htm\u0000309","WaitFor(T) Method (Func(T))\u0000M-FastMoq.MockerTestBase-1.WaitFor--1_1.htm\u0000251","WaitFor(T) Method (Func(T), TimeSpan)\u0000M-FastMoq.MockerTestBase-1.WaitFor--1_2.htm\u0000280","GetField(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetField--1.htm\u0000184","GetFieldValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetFieldValue--1.htm\u0000243","GetMember(T, TValue) Method\u0000M-FastMoq.TestClassExtensions.GetMember--2.htm\u0000260","GetMemberInfo(T, TValue) Method\u0000M-FastMoq.TestClassExtensions.GetMemberInfo--2.htm\u0000245","GetMethod(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetMethod--1.htm\u0000184","GetMethodValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetMethodValue--1.htm\u0000270","GetProperty(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetProperty--1.htm\u0000184","GetPropertyValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.GetPropertyValue--1.htm\u0000249","SetFieldValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.SetFieldValue--1.htm\u0000183","SetPropertyValue(TObject) Method\u0000M-FastMoq.TestClassExtensions.SetPropertyValue--1.htm\u0000183","Mocker Methods\u0000Methods.T-FastMoq.Mocker.htm\u00001680","MockerTestBase(TComponent) Methods\u0000Methods.T-FastMoq.MockerTestBase-1.htm\u0000295","TestClassExtensions Methods\u0000Methods.T-FastMoq.TestClassExtensions.htm\u0000306","FastMoq Namespace\u0000N-FastMoq.htm\u0000138","InstanceModel(TClass) Constructor\u0000Overload-FastMoq.InstanceModel-1.-ctor.htm\u0000257","Mocker Constructor\u0000Overload-FastMoq.Mocker.-ctor.htm\u000094","Contains Method\u0000Overload-FastMoq.Mocker.Contains-.htm\u000093","CreateInstance Method\u0000Overload-FastMoq.Mocker.CreateInstance-.htm\u0000645","CreateMock Method\u0000Overload-FastMoq.Mocker.CreateMock.htm\u0000145","GetList Method\u0000Overload-FastMoq.Mocker.GetList-.htm\u0000169","GetMock Method\u0000Overload-FastMoq.Mocker.GetMock-.htm\u000090","GetObject Method\u0000Overload-FastMoq.Mocker.GetObject.htm\u0000149","GetRequiredMock Method\u0000Overload-FastMoq.Mocker.GetRequiredMock.htm\u000081","InvokeMethod Method\u0000Overload-FastMoq.Mocker.InvokeMethod-.htm\u0000138","MockerTestBase(TComponent) Constructor\u0000Overload-FastMoq.MockerTestBase-1.-ctor.htm\u0000919","Dispose Method\u0000Overload-FastMoq.MockerTestBase-1.Dispose.htm\u0000115","WaitFor Method\u0000Overload-FastMoq.MockerTestBase-1.WaitFor-.htm\u0000267","CreateFunc Property\u0000P-FastMoq.InstanceModel-1.CreateFunc.htm\u0000210","CreateFunc Property\u0000P-FastMoq.InstanceModel.CreateFunc.htm\u0000174","InstanceType Property\u0000P-FastMoq.InstanceModel.InstanceType.htm\u000099","Strict Property\u0000P-FastMoq.Mocker.Strict.htm\u0000144","Component Property\u0000P-FastMoq.MockerTestBase-1.Component.htm\u0000167","CreateComponentAction Property\u0000P-FastMoq.MockerTestBase-1.CreateComponentAction.htm\u0000221","CreatedComponentAction Property\u0000P-FastMoq.MockerTestBase-1.CreatedComponentAction.htm\u0000224","CustomMocks Property\u0000P-FastMoq.MockerTestBase-1.CustomMocks.htm\u0000188","Mocks Property\u0000P-FastMoq.MockerTestBase-1.Mocks.htm\u0000136","SetupMocksAction Property\u0000P-FastMoq.MockerTestBase-1.SetupMocksAction.htm\u0000215","Mock Property\u0000P-FastMoq.MockModel-1.Mock.htm\u0000165","Mock Property\u0000P-FastMoq.MockModel.Mock.htm\u0000107","NonPublic Property\u0000P-FastMoq.MockModel.NonPublic.htm\u0000122","Type Property\u0000P-FastMoq.MockModel.Type.htm\u0000107","InstanceModel(TClass) Properties\u0000Properties.T-FastMoq.InstanceModel-1.htm\u0000117","InstanceModel Properties\u0000Properties.T-FastMoq.InstanceModel.htm\u000044","Mocker Properties\u0000Properties.T-FastMoq.Mocker.htm\u000056","MockerTestBase(TComponent) Properties\u0000Properties.T-FastMoq.MockerTestBase-1.htm\u0000181","MockModel(T) Properties\u0000Properties.T-FastMoq.MockModel-1.htm\u0000133","MockModel Properties\u0000Properties.T-FastMoq.MockModel.htm\u000053","InstanceModel(TClass) Class\u0000T-FastMoq.InstanceModel-1.htm\u0000190","InstanceModel Class\u0000T-FastMoq.InstanceModel.htm\u000062","Mocker Class\u0000T-FastMoq.Mocker.htm\u000077","MockerTestBase(TComponent) Class\u0000T-FastMoq.MockerTestBase-1.htm\u0000334","MockModel(T) Class\u0000T-FastMoq.MockModel-1.htm\u0000183","MockModel Class\u0000T-FastMoq.MockModel.htm\u000049","TestClassExtensions Class\u0000T-FastMoq.TestClassExtensions.htm\u000047"] \ No newline at end of file diff --git a/Help/html/AllMembers.T-FastMoq.Mocker.htm b/Help/html/AllMembers.T-FastMoq.Mocker.htm index 0e9a3ab..d078c82 100644 --- a/Help/html/AllMembers.T-FastMoq.Mocker.htm +++ b/Help/html/AllMembers.T-FastMoq.Mocker.htm @@ -189,8 +189,8 @@

Constructors

- Initializes a new instance of the Mocker class. -
+Initializes a new instance of the Mocker class. + @@ -202,9 +202,9 @@

Constructors

- Initializes a new instance of the Mocker class using the specific typeMap. - The typeMap assists in resolution of interfaces to instances. -
+Initializes a new instance of the Mocker class using the specific typeMap. +The typeMap assists in resolution of interfaces to instances. + @@ -236,8 +236,8 @@

Methods

- Creates a MockModel with the given [Mock] with the option of overwriting an existing - MockModel
+Creates a MockModel<(Of <(<'T>)>)> with the given Mock with the option of overwriting an existing +MockModel<(Of <(<'T>)>)> @@ -249,8 +249,8 @@

Methods

- Adds an interface to Class mapping to the typeMap()()()() for easier resolution. -
+Adds an interface to Class mapping to the typeMap for easier resolution. + @@ -262,8 +262,8 @@

Methods

- Determines whether this instance contains the Mock of type. -
+Determines whether this instance contains the Mock of type. + @@ -275,8 +275,8 @@

Methods

- Determines whether this instance contains a Mock of T. -
+Determines whether this instance contains a Mock of T. + @@ -288,9 +288,9 @@

Methods

- Creates an instance of T. Parameters allow matching of constructors and using those values in the creation - of the instance. -
+Creates an instance of T. Parameters allow matching of constructors and using those values in the creation +of the instance. + @@ -302,8 +302,8 @@

Methods

- Creates an instance of [IFileSystem]. -
+Creates an instance of IFileSystem. + @@ -311,12 +311,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -324,12 +324,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -337,12 +337,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -350,12 +350,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -363,12 +363,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -376,12 +376,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -389,12 +389,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -402,12 +402,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -419,10 +419,10 @@

Methods

- Creates an instance of T. - Non public constructors are included as options for creating the instance. - Parameters allow matching of constructors and using those values in the creation of the instance. -
+Creates an instance of T. +Non public constructors are included as options for creating the instance. +Parameters allow matching of constructors and using those values in the creation of the instance. + @@ -434,8 +434,8 @@

Methods

- Creates the MockModel from the Type. This throws an exception if the mock already exists. -
+Creates the MockModel<(Of <(<'T>)>)> from the Type. This throws an exception if the mock already exists. + @@ -447,21 +447,62 @@

Methods

- Creates the MockModel from the type T. This throws an exception if the mock already exists. -
+Creates the MockModel<(Of <(<'T>)>)> from the type T. This throws an exception if the mock already exists. + + + + Public method + + + Equals(System.Object) + + (Inherited from Object.) + + + + Protected method + + + Finalize + + (Inherited from Object.) + Public method - GetArgData<(Of <<'(T>)>>)(Nullable<(Of <<'(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)>)>>)) + GetArgData<(Of <<'(T>)>>)(Dictionary<(Of <<'(Type, Object>)>>)) + + +
+Gets the argument data. +
+ + + + + Public method + + + GetHashCode + + (Inherited from Object.) + + + + Public method + Static member + + + GetList<(Of <<'(T>)>>)(Int32, Func<(Of <<'(Int32, T>)>>))
- Gets the argument data. -
+Gets a list with the specified number of list items, using a custom function. + @@ -470,12 +511,12 @@

Methods

Static member - GetList<(Of <<'(T>)>>) + GetList<(Of <<'(T>)>>)(Int32, Func<(Of <<'(T>)>>))
- Gets a list with the specified number of list items, using a custom function. -
+Gets a list with the specified number of list items, using a custom function. + @@ -487,8 +528,8 @@

Methods

- Gets the method argument data. -
+Gets the method argument data. + @@ -500,8 +541,8 @@

Methods

- Gets of creates the mock of type. -
+Gets of creates the mock of type. + @@ -513,8 +554,8 @@

Methods

- Gets or creates the mock of type T. -
+Gets or creates the mock of type T. + @@ -526,8 +567,8 @@

Methods

- Gets the instance for the given [ParameterInfo]. -
+Gets the instance for the given ParameterInfo. + @@ -539,8 +580,8 @@

Methods

- Gets the instance for the given type. -
+Gets the instance for the given type. + @@ -552,8 +593,8 @@

Methods

- Gets the instance for the given T. -
+Gets the instance for the given T. + @@ -561,12 +602,12 @@

Methods

Public method - GetObject<(Of <<'(T>)>>)(array<Nullable<(Of <<'(Object>)>>)>[]()[][]) + GetObject<(Of <<'(T>)>>)(array<Object>[]()[][])
- Gets the object. -
+Gets the object. + @@ -578,8 +619,8 @@

Methods

- Gets the required mock. -
+Gets the required mock. + @@ -591,10 +632,19 @@

Methods

- Gets the required mock. -
+Gets the required mock. + + + + Public method + + + GetType + + (Inherited from Object.) + Public method @@ -604,8 +654,8 @@

Methods

- Gets or Creates then Initializes the specified Mock of T. -
+Gets or Creates then Initializes the specified Mock of T. + @@ -613,12 +663,12 @@

Methods

Public method - InvokeMethod<(Of <<'(TClass>)>>)(String, Boolean, array<Nullable<(Of <<'(Object>)>>)>[]()[][]) + InvokeMethod<(Of <<'(TClass>)>>)(String, Boolean, array<Object>[]()[][])
- Invokes the static method. -
+Invokes the static method. + @@ -626,13 +676,22 @@

Methods

Public method - InvokeMethod<(Of <<'(TClass>)>>)(Nullable<(Of <<'(TClass>)>>), String, Boolean, array<Nullable<(Of <<'(Object>)>>)>[]()[][]) + InvokeMethod<(Of <<'(TClass>)>>)(TClass, String, Boolean, array<Object>[]()[][])
- Invokes the method. -
+Invokes the method. + + + + + + Protected method + + + MemberwiseClone + (Inherited from Object.) @@ -643,9 +702,18 @@

Methods

- Remove specified Mock of T. -
+Remove specified Mock of T. + + + + + + Public method + + ToString + + (Inherited from Object.) @@ -676,8 +744,8 @@

Fields

- The virtual mock file system that is used by mocker unless overridden with the Strict property. -
+The virtual mock file system that is used by mocker unless overridden with the Strict property. + @@ -689,8 +757,8 @@

Fields

- List of MockModel. -
+List of MockModel<(Of <(<'T>)>)>. + @@ -722,10 +790,10 @@

Properties

- Gets or sets a value indicating whether this Mocker is strict. If strict, the mock - [IFileSystem] does - not use [MockFileSystem] and uses [Mock] of [IFileSystem]. -
+Gets or sets a value indicating whether this Mocker is strict. If strict, the mock +IFileSystem does +not use MockFileSystem and uses Mock of IFileSystem. + diff --git a/Help/html/F-FastMoq.Mocker.fileSystem.htm b/Help/html/F-FastMoq.Mocker.fileSystem.htm index 4b53e89..dcaeefe 100644 --- a/Help/html/F-FastMoq.Mocker.fileSystem.htm +++ b/Help/html/F-FastMoq.Mocker.fileSystem.htm @@ -170,14 +170,14 @@

Mocker.
- The virtual mock file system that is used by mocker unless overridden with the Strict property. -
+The virtual mock file system that is used by mocker unless overridden with the Strict property. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public MockFileSystem fileSystem
Public fileSystem As MockFileSystem
public:
-MockFileSystem^ fileSystem
+  FastMoq (in FastMoq.dll)

Syntax


public MockFileSystem fileSystem
Public fileSystem As MockFileSystem
public:
+MockFileSystem^ fileSystem
diff --git a/Help/html/F-FastMoq.Mocker.mockCollection.htm b/Help/html/F-FastMoq.Mocker.mockCollection.htm index 72a69ab..20e73c1 100644 --- a/Help/html/F-FastMoq.Mocker.mockCollection.htm +++ b/Help/html/F-FastMoq.Mocker.mockCollection.htm @@ -170,14 +170,14 @@

Mocker.
- List of MockModel. -
+List of MockModel<(Of <(<'T>)>)>. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


protected List<MockModel> mockCollection
Protected mockCollection As List(Of MockModel)
protected:
-List<MockModel^>^ mockCollection
+  FastMoq (in FastMoq.dll)

Syntax


protected List<MockModel> mockCollection
Protected mockCollection As List(Of MockModel)
protected:
+List<MockModel^>^ mockCollection
diff --git a/Help/html/Fields.T-FastMoq.Mocker.htm b/Help/html/Fields.T-FastMoq.Mocker.htm index b07eabd..0b2661f 100644 --- a/Help/html/Fields.T-FastMoq.Mocker.htm +++ b/Help/html/Fields.T-FastMoq.Mocker.htm @@ -191,8 +191,8 @@

Fields

- The virtual mock file system that is used by mocker unless overridden with the Strict property. -
+The virtual mock file system that is used by mocker unless overridden with the Strict property. + @@ -204,8 +204,8 @@

Fields

- List of MockModel. -
+List of MockModel<(Of <(<'T>)>)>. + diff --git a/Help/html/M-FastMoq.Mocker.-ctor.htm b/Help/html/M-FastMoq.Mocker.-ctor.htm index 573c6db..1964d35 100644 --- a/Help/html/M-FastMoq.Mocker.-ctor.htm +++ b/Help/html/M-FastMoq.Mocker.-ctor.htm @@ -166,8 +166,8 @@

Mocker Constructor

- Initializes a new instance of the Mocker class. -
+Initializes a new instance of the Mocker class. +

Namespace:  FastMoq
diff --git a/Help/html/M-FastMoq.Mocker.-ctor_1.htm b/Help/html/M-FastMoq.Mocker.-ctor_1.htm index 89eb05e..3700030 100644 --- a/Help/html/M-FastMoq.Mocker.-ctor_1.htm +++ b/Help/html/M-FastMoq.Mocker.-ctor_1.htm @@ -11,10 +11,10 @@ - + - + @@ -166,21 +166,21 @@

Mocker Constructor (Dictionary
- Initializes a new instance of the Mocker class using the specific typeMap. - The typeMap assists in resolution of interfaces to instances. -
+Initializes a new instance of the Mocker class using the specific typeMap. +The typeMap assists in resolution of interfaces to instances. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public Mocker(
-	Dictionary<Type, InstanceModel> typeMap
+	Dictionary<Type, InstanceModel> typeMap
 )
Public Sub New ( _
-	typeMap As Dictionary(Of Type, InstanceModel) _
+	typeMap As Dictionary(Of Type, InstanceModel) _
 )
public:
 Mocker(
-	Dictionary<Type^, InstanceModel^>^ typeMap
-)

Parameters

typeMap
Type: Dictionary<(Of <(<'Type, InstanceModel>)>)>
The type map.
+ Dictionary<Type^, InstanceModel^>^ typeMap +)

Parameters

typeMap
Type: Dictionary<(Of <(<'Type, InstanceModel>)>)>
The type map.
diff --git a/Help/html/M-FastMoq.Mocker.AddMock--1.htm b/Help/html/M-FastMoq.Mocker.AddMock--1.htm index 2d43208..0510eb3 100644 --- a/Help/html/M-FastMoq.Mocker.AddMock--1.htm +++ b/Help/html/M-FastMoq.Mocker.AddMock--1.htm @@ -11,10 +11,10 @@ - + - + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -219,8 +221,8 @@

Mocker.
- Creates a MockModel with the given [Mock] with the option of overwriting an existing - MockModel
+Creates a MockModel<(Of <(<'T>)>)> with the given Mock with the option of overwriting an existing +MockModel<(Of <(<'T>)>)>

Namespace:  FastMoq
@@ -241,9 +243,9 @@

Mocker.bool^ overwrite, bool^ nonPublic )

Type Parameters

T
The Mock Type, usually an interface.

Parameters

mock
Type: Mock<(Of <(<'T>)>)>
Mock to Add.
overwrite
Type: Boolean
- Overwrite if the mock exists or throw [ArgumentException] if this parameter is - false. -
nonPublic
Type: Boolean
if set to true uses public and non public constructors.

Return Value

MockModel<(Of <(<'T>)>)>.

See Also


AddMock Overload
+Overwrite if the mock exists or throw ArgumentException if this parameter is +false. +
nonPublic
Type: Boolean
if set to true uses public and non public constructors.

Return Value

[T:FastMoq.MockModel<T>].

See Also


AddMock Overload
diff --git a/Help/html/M-FastMoq.Mocker.AddType--2.htm b/Help/html/M-FastMoq.Mocker.AddType--2.htm index 3371509..311312e 100644 --- a/Help/html/M-FastMoq.Mocker.AddType--2.htm +++ b/Help/html/M-FastMoq.Mocker.AddType--2.htm @@ -11,10 +11,10 @@ - + - + @@ -123,7 +123,7 @@ AddType(TInterface, TClass) Method @@ -136,21 +136,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -225,22 +227,22 @@

Mocker.
- Adds an interface to Class mapping to the typeMap()()()() for easier resolution. -
+Adds an interface to Class mapping to the typeMap for easier resolution. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public void AddType<TInterface, TClass>(
-	Nullable<Func<Mocker, TClass>> createFunc
+	Func<Mocker, TClass> createFunc
 )
 
Public Sub AddType(Of TInterface, TClass) ( _
-	createFunc As Nullable(Of Func(Of Mocker, TClass)) _
+	createFunc As Func(Of Mocker, TClass) _
 )
public:
 generic<typename TInterface, typename TClass>
 void AddType(
-	Nullable<Func<Mocker^, TClass>^> createFunc
-)

Type Parameters

TInterface
The interface Type which can be mapped to a specific Class.
TClass
The Class Type (cannot be an interface) that can be created from TInterface.

Parameters

createFunc
Type: Nullable<(Of <(<'Func<(Of <(<'Mocker, TClass>)>)>>)>)>
An optional create function used to create the class.

Exceptions


ExceptionCondition
[System.ArgumentException]Must be different types.
[System.ArgumentException]
+ Func<Mocker^, TClass>^ createFunc +)

Type Parameters

TInterface
The interface Type which can be mapped to a specific Class.
TClass
The Class Type (cannot be an interface) that can be created from [TInterface].

Parameters

createFunc
Type: Func<(Of <(<'Mocker, TClass>)>)>
An optional create function used to create the class.

Exceptions


ExceptionCondition
ArgumentExceptionMust be different types.
ArgumentException
diff --git a/Help/html/M-FastMoq.Mocker.Contains--1.htm b/Help/html/M-FastMoq.Mocker.Contains--1.htm index 524919d..3894727 100644 --- a/Help/html/M-FastMoq.Mocker.Contains--1.htm +++ b/Help/html/M-FastMoq.Mocker.Contains--1.htm @@ -117,8 +117,14 @@ AddType(TInterface, TClass) Method + @@ -219,8 +227,8 @@

Mocker.
- Determines whether this instance contains a Mock of T. -
+Determines whether this instance contains a Mock of T. +

Namespace:  FastMoq
@@ -228,7 +236,7 @@

Mocker.FastMoq (in FastMoq.dll)

Syntax


public bool Contains<T>()
 
Public Function Contains(Of T) As Boolean
public:
 generic<typename T>
-bool^ Contains()

Type Parameters

T
The Mock Type, usually an interface.

Return Value

true if the Mock<T> exists; otherwise, false.

Exceptions


ExceptionCondition
[System.ArgumentNullException]type is null.
[System.ArgumentException]type must be a class. - type
+bool^ Contains()

Type Parameters

T
The Mock Type, usually an interface.

Return Value

true if the Mock<T> exists; otherwise, false.

Exceptions


ExceptionCondition
ArgumentNullExceptiontype is null.
ArgumentExceptiontype must be a class. - type
diff --git a/Help/html/M-FastMoq.Mocker.Contains.htm b/Help/html/M-FastMoq.Mocker.Contains.htm index f73023a..32606b1 100644 --- a/Help/html/M-FastMoq.Mocker.Contains.htm +++ b/Help/html/M-FastMoq.Mocker.Contains.htm @@ -11,10 +11,10 @@ - + - + @@ -117,8 +117,14 @@ AddType(TInterface, TClass) Method + @@ -219,20 +227,20 @@

Mocker.
- Determines whether this instance contains the Mock of type. -
+Determines whether this instance contains the Mock of type. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public bool Contains(
-	Type type
+	Type type
 )
Public Function Contains ( _
-	type As Type _
+	type As Type _
 ) As Boolean
public:
 bool^ Contains(
-	Type^ type
-)

Parameters

type
Type: Type
The Type, usually an interface.

Return Value

true if [Mock{T}] exists; otherwise, false.

Exceptions


ExceptionCondition
[System.ArgumentNullException]type
[System.ArgumentException]type must be a class. - type
+ Type^ type +)

Parameters

type
Type: Type
The Type, usually an interface.

Return Value

true if [T:FastMoq.MockModel<T>.Mock] exists; otherwise, false.

Exceptions


ExceptionCondition
ArgumentNullExceptiontype
ArgumentExceptiontype must be a class. - type
diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--1.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--1.htm index 6bec35b..f9fe62f 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--1.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--1.htm @@ -11,10 +11,10 @@ - + - + @@ -118,7 +118,7 @@ AddType(TInterface, TClass) Method @@ -129,28 +129,28 @@ CreateInstance(T) Method (Object[]) + @@ -250,25 +252,23 @@

Mocker.
- Creates an instance of T. Parameters allow matching of constructors and using those values in the creation - of the instance. -
+Creates an instance of T. Parameters allow matching of constructors and using those values in the creation +of the instance. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<T> CreateInstance<T>(
+   FastMoq (in FastMoq.dll)

Syntax


public T CreateInstance<T>(
 	params Object[] args
 )
-where T : IFileSystem, IFileSystem, IFileSystem
-
Public Function CreateInstance(Of T As {IFileSystem, IFileSystem, IFileSystem}) ( _
+
Public Function CreateInstance(Of T) ( _
 	ParamArray args As Object() _
-) As Nullable(Of T)
public:
+) As T
public:
 generic<typename T>
-where T : IFileSystem, IFileSystem, IFileSystem
-Nullable<T> CreateInstance(
+T CreateInstance(
 	... array<Object^>^ args
-)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

args
Type: array<Object>[]()[][]
The optional arguments used to create the instance.

Return Value

[Nullable{T}].

Examples


C#
IFileSystem fileSystem = CreateInstance<IFileSystem>();
+)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

args
Type: array<Object>[]()[][]
The optional arguments used to create the instance.

Return Value

Nullable.

Examples


C#
IFileSystem fileSystem = CreateInstance<IFileSystem>();
diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--1_1.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--1_1.htm index 9f064d3..167e146 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--1_1.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--1_1.htm @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -249,24 +251,24 @@

Mocker.
- Creates an instance of [IFileSystem]. -
+Creates an instance of IFileSystem. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<IFileSystem> CreateInstance<T>(
+   FastMoq (in FastMoq.dll)

Syntax


public IFileSystem CreateInstance<T>(
 	bool usePredefinedFileSystem
 )
-where T : IFileSystem, IFileSystem, IFileSystem
-
Public Function CreateInstance(Of T As {IFileSystem, IFileSystem, IFileSystem}) ( _
+where T : IFileSystem
+
Public Function CreateInstance(Of T As IFileSystem) ( _
 	usePredefinedFileSystem As Boolean _
-) As Nullable(Of IFileSystem)
public:
+) As IFileSystem
public:
 generic<typename T>
-where T : IFileSystem, IFileSystem, IFileSystem
-Nullable<IFileSystem^> CreateInstance(
+where T : IFileSystem
+IFileSystem^ CreateInstance(
 	bool^ usePredefinedFileSystem
-)

Type Parameters

T
[IFileSystem].

Parameters

usePredefinedFileSystem
Type: Boolean
if set to true [use predefined file system].

Return Value

[Nullable{IFileSystem}].
+)

Type Parameters

T
IFileSystem.

Parameters

usePredefinedFileSystem
Type: Boolean
if set to true [use predefined file system].

Return Value

Nullable.
diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--2.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--2.htm index 15ffcd2..af0e901 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--2.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--2.htm @@ -3,7 +3,7 @@ - CreateInstance(T, TParam1) Method (Dictionary(Type, Nullable(Object))) + CreateInstance(T, TParam1) Method (Dictionary(Type, Object)) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -245,26 +247,26 @@

-

Mocker..::..CreateInstance<(Of <(<'T, TParam1>)>)> Method (Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>)

+

Mocker..::..CreateInstance<(Of <(<'T, TParam1>)>)> Method (Dictionary<(Of <(<'Type, Object>)>)>)

- Creates the instance. -
+Creates the instance. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public T CreateInstance<T, TParam1>(
-	Dictionary<Type, Nullable<Object>> data
+	Dictionary<Type, Object> data
 )
 
Public Function CreateInstance(Of T, TParam1) ( _
-	data As Dictionary(Of Type, Nullable(Of Object)) _
+	data As Dictionary(Of Type, Object) _
 ) As T
public:
 generic<typename T, typename TParam1>
 T CreateInstance(
-	Dictionary<Type^, Nullable<Object^>>^ data
-)

Type Parameters

T
TParam1
The type of the t param1.

Parameters

data
Type: Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>
The data.

Return Value

T.
+ Dictionary<Type^, Object^>^ data +)

Type Parameters

T
TParam1
The type of the t param1.

Parameters

data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The data.

Return Value

T. diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--3.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--3.htm index e714602..eff4fb6 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--3.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--3.htm @@ -3,7 +3,7 @@ - CreateInstance(T, TParam1, TParam2) Method (Dictionary(Type, Nullable(Object))) + CreateInstance(T, TParam1, TParam2) Method (Dictionary(Type, Object)) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -245,26 +247,26 @@

-

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2>)>)> Method (Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>)

+

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2>)>)> Method (Dictionary<(Of <(<'Type, Object>)>)>)

- Creates the instance. -
+Creates the instance. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public T CreateInstance<T, TParam1, TParam2>(
-	Dictionary<Type, Nullable<Object>> data
+	Dictionary<Type, Object> data
 )
 
Public Function CreateInstance(Of T, TParam1, TParam2) ( _
-	data As Dictionary(Of Type, Nullable(Of Object)) _
+	data As Dictionary(Of Type, Object) _
 ) As T
public:
 generic<typename T, typename TParam1, typename TParam2>
 T CreateInstance(
-	Dictionary<Type^, Nullable<Object^>>^ data
-)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.

Parameters

data
Type: Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>
The data.

Return Value

T.
+ Dictionary<Type^, Object^>^ data +)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.

Parameters

data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The data.

Return Value

T. diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--4.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--4.htm index 8d40476..ef1a85d 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--4.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--4.htm @@ -3,7 +3,7 @@ - CreateInstance(T, TParam1, TParam2, TParam3) Method (Dictionary(Type, Nullable(Object))) + CreateInstance(T, TParam1, TParam2, TParam3) Method (Dictionary(Type, Object)) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -245,26 +247,26 @@

-

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3>)>)> Method (Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>)

+

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3>)>)> Method (Dictionary<(Of <(<'Type, Object>)>)>)

- Creates the instance. -
+Creates the instance. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public T CreateInstance<T, TParam1, TParam2, TParam3>(
-	Dictionary<Type, Nullable<Object>> data
+	Dictionary<Type, Object> data
 )
 
Public Function CreateInstance(Of T, TParam1, TParam2, TParam3) ( _
-	data As Dictionary(Of Type, Nullable(Of Object)) _
+	data As Dictionary(Of Type, Object) _
 ) As T
public:
 generic<typename T, typename TParam1, typename TParam2, typename TParam3>
 T CreateInstance(
-	Dictionary<Type^, Nullable<Object^>>^ data
-)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.

Parameters

data
Type: Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>
The data.

Return Value

T.
+ Dictionary<Type^, Object^>^ data +)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.

Parameters

data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The data.

Return Value

T. diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--5.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--5.htm index bc63d6f..a96809f 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--5.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--5.htm @@ -3,7 +3,7 @@ - CreateInstance(T, TParam1, TParam2, TParam3, TParam4) Method (Dictionary(Type, Nullable(Object))) + CreateInstance(T, TParam1, TParam2, TParam3, TParam4) Method (Dictionary(Type, Object)) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -245,26 +247,26 @@

-

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4>)>)> Method (Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>)

+

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4>)>)> Method (Dictionary<(Of <(<'Type, Object>)>)>)

- Creates the instance. -
+Creates the instance. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public T CreateInstance<T, TParam1, TParam2, TParam3, TParam4>(
-	Dictionary<Type, Nullable<Object>> data
+	Dictionary<Type, Object> data
 )
 
Public Function CreateInstance(Of T, TParam1, TParam2, TParam3, TParam4) ( _
-	data As Dictionary(Of Type, Nullable(Of Object)) _
+	data As Dictionary(Of Type, Object) _
 ) As T
public:
 generic<typename T, typename TParam1, typename TParam2, typename TParam3, typename TParam4>
 T CreateInstance(
-	Dictionary<Type^, Nullable<Object^>>^ data
-)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.

Parameters

data
Type: Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>
The data.

Return Value

T.
+ Dictionary<Type^, Object^>^ data +)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.

Parameters

data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The data.

Return Value

T. diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--6.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--6.htm index 4510afa..a911e2e 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--6.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--6.htm @@ -3,7 +3,7 @@ - CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5) Method (Dictionary(Type, Nullable(Object))) + CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5) Method (Dictionary(Type, Object)) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -245,26 +247,26 @@

-

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4, TParam5>)>)> Method (Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>)

+

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4, TParam5>)>)> Method (Dictionary<(Of <(<'Type, Object>)>)>)

- Creates the instance. -
+Creates the instance. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public T CreateInstance<T, TParam1, TParam2, TParam3, TParam4, TParam5>(
-	Dictionary<Type, Nullable<Object>> data
+	Dictionary<Type, Object> data
 )
 
Public Function CreateInstance(Of T, TParam1, TParam2, TParam3, TParam4, TParam5) ( _
-	data As Dictionary(Of Type, Nullable(Of Object)) _
+	data As Dictionary(Of Type, Object) _
 ) As T
public:
 generic<typename T, typename TParam1, typename TParam2, typename TParam3, typename TParam4, typename TParam5>
 T CreateInstance(
-	Dictionary<Type^, Nullable<Object^>>^ data
-)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.
TParam5
The type of the t param5.

Parameters

data
Type: Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>
The data.

Return Value

T.
+ Dictionary<Type^, Object^>^ data +)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.
TParam5
The type of the t param5.

Parameters

data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The data.

Return Value

T. diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--7.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--7.htm index 5693953..124190c 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--7.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--7.htm @@ -3,7 +3,7 @@ - CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6) Method (Dictionary(Type, Nullable(Object))) + CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6) Method (Dictionary(Type, Object)) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -245,26 +247,26 @@

-

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>)>)> Method (Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>)

+

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>)>)> Method (Dictionary<(Of <(<'Type, Object>)>)>)

- Creates the instance. -
+Creates the instance. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public T CreateInstance<T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>(
-	Dictionary<Type, Nullable<Object>> data
+	Dictionary<Type, Object> data
 )
 
Public Function CreateInstance(Of T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6) ( _
-	data As Dictionary(Of Type, Nullable(Of Object)) _
+	data As Dictionary(Of Type, Object) _
 ) As T
public:
 generic<typename T, typename TParam1, typename TParam2, typename TParam3, typename TParam4, typename TParam5, typename TParam6>
 T CreateInstance(
-	Dictionary<Type^, Nullable<Object^>>^ data
-)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.
TParam5
The type of the t param5.
TParam6
The type of the t param6.

Parameters

data
Type: Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>
The data.

Return Value

T.
+ Dictionary<Type^, Object^>^ data +)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.
TParam5
The type of the t param5.
TParam6
The type of the t param6.

Parameters

data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The data.

Return Value

T. diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--8.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--8.htm index 8c9d04f..ec64bf7 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--8.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--8.htm @@ -3,7 +3,7 @@ - CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7) Method (Dictionary(Type, Nullable(Object))) + CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7) Method (Dictionary(Type, Object)) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -245,26 +247,26 @@

-

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7>)>)> Method (Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>)

+

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7>)>)> Method (Dictionary<(Of <(<'Type, Object>)>)>)

- Creates the instance. -
+Creates the instance. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public T CreateInstance<T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7>(
-	Dictionary<Type, Nullable<Object>> data
+	Dictionary<Type, Object> data
 )
 
Public Function CreateInstance(Of T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7) ( _
-	data As Dictionary(Of Type, Nullable(Of Object)) _
+	data As Dictionary(Of Type, Object) _
 ) As T
public:
 generic<typename T, typename TParam1, typename TParam2, typename TParam3, typename TParam4, typename TParam5, typename TParam6, typename TParam7>
 T CreateInstance(
-	Dictionary<Type^, Nullable<Object^>>^ data
-)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.
TParam5
The type of the t param5.
TParam6
The type of the t param6.
TParam7
The type of the t param7.

Parameters

data
Type: Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>
The arguments.

Return Value

T.
+ Dictionary<Type^, Object^>^ data +)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.
TParam5
The type of the t param5.
TParam6
The type of the t param6.
TParam7
The type of the t param7.

Parameters

data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The arguments.

Return Value

T. diff --git a/Help/html/M-FastMoq.Mocker.CreateInstance--9.htm b/Help/html/M-FastMoq.Mocker.CreateInstance--9.htm index b6d8e6f..8d35150 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstance--9.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstance--9.htm @@ -3,7 +3,7 @@ - CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8) Method (Dictionary(Type, Nullable(Object))) + CreateInstance(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8) Method (Dictionary(Type, Object)) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -245,26 +247,26 @@

-

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8>)>)> Method (Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>)

+

Mocker..::..CreateInstance<(Of <(<'T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8>)>)> Method (Dictionary<(Of <(<'Type, Object>)>)>)

- Creates the instance. -
+Creates the instance. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public T CreateInstance<T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8>(
-	Dictionary<Type, Nullable<Object>> data
+	Dictionary<Type, Object> data
 )
 
Public Function CreateInstance(Of T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8) ( _
-	data As Dictionary(Of Type, Nullable(Of Object)) _
+	data As Dictionary(Of Type, Object) _
 ) As T
public:
 generic<typename T, typename TParam1, typename TParam2, typename TParam3, typename TParam4, typename TParam5, typename TParam6, typename TParam7, typename TParam8>
 T CreateInstance(
-	Dictionary<Type^, Nullable<Object^>>^ data
-)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.
TParam5
The type of the t param5.
TParam6
The type of the t param6.
TParam7
The type of the t param7.
TParam8
The type of the t param8.

Parameters

data
Type: Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>
The arguments.

Return Value

T.
+ Dictionary<Type^, Object^>^ data +)

Type Parameters

T
TParam1
The type of the t param1.
TParam2
The type of the t param2.
TParam3
The type of the t param3.
TParam4
The type of the t param4.
TParam5
The type of the t param5.
TParam6
The type of the t param6.
TParam7
The type of the t param7.
TParam8
The type of the t param8.

Parameters

data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The arguments.

Return Value

T. diff --git a/Help/html/M-FastMoq.Mocker.CreateInstanceNonPublic--1.htm b/Help/html/M-FastMoq.Mocker.CreateInstanceNonPublic--1.htm index d982509..79a9e2f 100644 --- a/Help/html/M-FastMoq.Mocker.CreateInstanceNonPublic--1.htm +++ b/Help/html/M-FastMoq.Mocker.CreateInstanceNonPublic--1.htm @@ -11,10 +11,10 @@ - + - + @@ -118,7 +118,7 @@ AddType(TInterface, TClass) Method @@ -131,21 +131,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -220,24 +222,24 @@

Mocker.
- Creates an instance of T. - Non public constructors are included as options for creating the instance. - Parameters allow matching of constructors and using those values in the creation of the instance. -
+Creates an instance of T. +Non public constructors are included as options for creating the instance. +Parameters allow matching of constructors and using those values in the creation of the instance. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<T> CreateInstanceNonPublic<T>(
+   FastMoq (in FastMoq.dll)

Syntax


public T CreateInstanceNonPublic<T>(
 	params Object[] args
 )
 
Public Function CreateInstanceNonPublic(Of T) ( _
 	ParamArray args As Object() _
-) As Nullable(Of T)
public:
+) As T
public:
 generic<typename T>
-Nullable<T> CreateInstanceNonPublic(
+T CreateInstanceNonPublic(
 	... array<Object^>^ args
-)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

args
Type: array<Object>[]()[][]
The arguments.

Return Value

[Nullable{T}]

Examples


C#
IModel model = CreateInstanceNonPublic<IModel>();

See Also


CreateInstanceNonPublic Overload
+)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

args
Type: array<Object>[]()[][]
The arguments.

Return Value

Nullable

Examples


C#
IModel model = CreateInstanceNonPublic<IModel>();

See Also


CreateInstanceNonPublic Overload
diff --git a/Help/html/M-FastMoq.Mocker.CreateMock--1.htm b/Help/html/M-FastMoq.Mocker.CreateMock--1.htm index 0b727af..835d7c5 100644 --- a/Help/html/M-FastMoq.Mocker.CreateMock--1.htm +++ b/Help/html/M-FastMoq.Mocker.CreateMock--1.htm @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,29 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -154,7 +162,7 @@ @@ -219,22 +227,22 @@

Mocker.
- Creates the MockModel from the type T. This throws an exception if the mock already exists. -
+Creates the MockModel<(Of <(<'T>)>)> from the type T. This throws an exception if the mock already exists. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public List<MockModel> CreateMock<T>(
+   FastMoq (in FastMoq.dll)

Syntax


public List<MockModel> CreateMock<T>(
 	bool nonPublic
 )
 
Public Function CreateMock(Of T) ( _
 	nonPublic As Boolean _
-) As List(Of MockModel)
public:
+) As List(Of MockModel)
public:
 generic<typename T>
-List<MockModel^>^ CreateMock(
+List<MockModel^>^ CreateMock(
 	bool^ nonPublic
-)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

nonPublic
Type: Boolean
if set to true public and non public constructors are used.

Return Value

[List{T}].

Exceptions


ExceptionCondition
[System.ArgumentException]type must be a class. - type
[System.ArgumentException]type already exists. - type
[System.ApplicationException]Cannot create instance.
+)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

nonPublic
Type: Boolean
if set to true public and non public constructors are used.

Return Value

List<T>.

Exceptions


ExceptionCondition
ArgumentExceptiontype must be a class. - type
ArgumentExceptiontype already exists. - type
ApplicationExceptionCannot create instance.
diff --git a/Help/html/M-FastMoq.Mocker.CreateMock.htm b/Help/html/M-FastMoq.Mocker.CreateMock.htm index 22444a4..6229d1c 100644 --- a/Help/html/M-FastMoq.Mocker.CreateMock.htm +++ b/Help/html/M-FastMoq.Mocker.CreateMock.htm @@ -11,10 +11,10 @@ - + - + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,29 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -154,7 +162,7 @@ @@ -219,23 +227,23 @@

Mocker.
- Creates the MockModel from the Type. This throws an exception if the mock already exists. -
+Creates the MockModel<(Of <(<'T>)>)> from the Type. This throws an exception if the mock already exists. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public List<MockModel> CreateMock(
-	Type type,
+   FastMoq (in FastMoq.dll)

Syntax


public List<MockModel> CreateMock(
+	Type type,
 	bool nonPublic
 )
Public Function CreateMock ( _
-	type As Type, _
+	type As Type, _
 	nonPublic As Boolean _
-) As List(Of MockModel)
public:
-List<MockModel^>^ CreateMock(
-	Type^ type, 
+) As List(Of MockModel)
public:
+List<MockModel^>^ CreateMock(
+	Type^ type, 
 	bool^ nonPublic
-)

Parameters

type
Type: Type
The type.
nonPublic
Type: Boolean
true if non public and public constructors are used.

Return Value

[List{Mock}].

Exceptions


ExceptionCondition
[System.ArgumentException]type must be a class. - type
[System.ApplicationException]Cannot create instance.
+)

Parameters

type
Type: Type
The type.
nonPublic
Type: Boolean
true if non public and public constructors are used.

Return Value

List<T>.

Exceptions


ExceptionCondition
ArgumentExceptiontype must be a class. - type
ApplicationExceptionCannot create instance.
diff --git a/Help/html/M-FastMoq.Mocker.GetArgData--1.htm b/Help/html/M-FastMoq.Mocker.GetArgData--1.htm index 10b57bb..dd4afc0 100644 --- a/Help/html/M-FastMoq.Mocker.GetArgData--1.htm +++ b/Help/html/M-FastMoq.Mocker.GetArgData--1.htm @@ -3,7 +3,7 @@ - GetArgData(T) Method (Nullable(Dictionary(Type, Nullable(Object)))) + GetArgData(T) Method (Dictionary(Type, Object)) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -215,26 +217,26 @@

-

Mocker..::..GetArgData<(Of <(<'T>)>)> Method (Nullable<(Of <(<'Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>>)>)>)

+

Mocker..::..GetArgData<(Of <(<'T>)>)> Method (Dictionary<(Of <(<'Type, Object>)>)>)

- Gets the argument data. -
+Gets the argument data. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<Object>[] GetArgData<T>(
-	Nullable<Dictionary<Type, Nullable<Object>>> data
+   FastMoq (in FastMoq.dll)

Syntax


public Object[] GetArgData<T>(
+	Dictionary<Type, Object> data
 )
 
Public Function GetArgData(Of T) ( _
-	data As Nullable(Of Dictionary(Of Type, Nullable(Of Object))) _
-) As Nullable(Of Object)()
public:
+	data As Dictionary(Of Type, Object) _
+) As Object()
public:
 generic<typename T>
-array<Nullable<Object^>>^ GetArgData(
-	Nullable<Dictionary<Type^, Nullable<Object^>>^> data
-)

Type Parameters

T

Parameters

data
Type: Nullable<(Of <(<'Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>>)>)>
The data.

Return Value

System.Nullable<System.Object>[].

See Also


GetArgData Overload
+array<Object^>^ GetArgData( + Dictionary<Type^, Object^>^ data +)

Type Parameters

T

Parameters

data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The data.

Return Value

System.Nullable<System.Object>[].

See Also


GetArgData Overload
diff --git a/Help/html/M-FastMoq.Mocker.GetList--1.htm b/Help/html/M-FastMoq.Mocker.GetList--1.htm index 22df84f..0872e3e 100644 --- a/Help/html/M-FastMoq.Mocker.GetList--1.htm +++ b/Help/html/M-FastMoq.Mocker.GetList--1.htm @@ -3,7 +3,7 @@ - GetList(T) Method + GetList(T) Method (Int32, Func(Int32, T)) @@ -11,16 +11,10 @@ - - - - - - - - - - + + + + @@ -124,7 +118,7 @@ AddType(TInterface, TClass) Method @@ -137,21 +131,29 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -161,7 +163,7 @@ @@ -222,33 +224,33 @@

-

Mocker..::..GetList<(Of <(<'T>)>)> Method

+

Mocker..::..GetList<(Of <(<'T>)>)> Method (Int32, Func<(Of <(<'Int32, T>)>)>)

- Gets a list with the specified number of list items, using a custom function. -
+Gets a list with the specified number of list items, using a custom function. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public static List<T> GetList<T>(
+   FastMoq (in FastMoq.dll)

Syntax


public static List<T> GetList<T>(
 	int count,
-	Nullable<Func<T>> func
+	Func<int, T> func
 )
 
Public Shared Function GetList(Of T) ( _
 	count As Integer, _
-	func As Nullable(Of Func(Of T)) _
-) As List(Of T)
public:
+	func As Func(Of Integer, T) _
+) As List(Of T)
public:
 generic<typename T>
-static List<T>^ GetList(
+static List<T>^ GetList(
 	int^ count, 
-	Nullable<Func<T>^> func
-)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

count
Type: Int32
The number of list items.
func
Type: Nullable<(Of <(<'Func<(Of <(<'T>)>)>>)>)>
The function for creating the list items.

Return Value

[List{T}].

Examples


- Example of how to create a list. -
C#
GetList<Model>(3, () => new Model(name: Guid.NewGuid().ToString()));
- or -
C#
GetList<IModel>(3, () => Mocks.GetObject<IModel>());
+ Func<int^, T>^ func +)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

count
Type: Int32
The number of list items.
func
Type: Func<(Of <(<'Int32, T>)>)>
The function for creating the list items.

Return Value

List<T>.

Examples


+Example of how to create a list. +
C#
GetList<Model>(3, (i) => new Model(name: i.ToString()));
+or +
C#
GetList<IModel>(3, (i) => Mocks.CreateInstance<IModel>(i));
diff --git a/Help/html/M-FastMoq.Mocker.GetList--1_1.htm b/Help/html/M-FastMoq.Mocker.GetList--1_1.htm new file mode 100644 index 0000000..d1a08d8 --- /dev/null +++ b/Help/html/M-FastMoq.Mocker.GetList--1_1.htm @@ -0,0 +1,275 @@ + + + + + + GetList(T) Method (Int32, Func(T)) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+
+
+

+

Mocker..::..GetList<(Of <(<'T>)>)> Method (Int32, Func<(Of <(<'T>)>)>)

+
+
+
+Gets a list with the specified number of list items, using a custom function. +
+

+ Namespace: +  FastMoq
+ Assembly: +  FastMoq (in FastMoq.dll)

Syntax


public static List<T> GetList<T>(
+	int count,
+	Func<T> func
+)
+
Public Shared Function GetList(Of T) ( _
+	count As Integer, _
+	func As Func(Of T) _
+) As List(Of T)
public:
+generic<typename T>
+static List<T>^ GetList(
+	int^ count, 
+	Func<T>^ func
+)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

count
Type: Int32
The number of list items.
func
Type: Func<(Of <(<'T>)>)>
The function for creating the list items.

Return Value

List<T>.

Examples


+Example of how to create a list. +
C#
GetList<Model>(3, () => new Model(name: Guid.NewGuid().ToString()));
+or +
C#
GetList<IModel>(3, () => Mocks.CreateInstance<IModel>());
+
+
+
+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/Help/html/M-FastMoq.Mocker.GetMethodArgData.htm b/Help/html/M-FastMoq.Mocker.GetMethodArgData.htm index 2bb6532..4038702 100644 --- a/Help/html/M-FastMoq.Mocker.GetMethodArgData.htm +++ b/Help/html/M-FastMoq.Mocker.GetMethodArgData.htm @@ -11,10 +11,10 @@ - + - + @@ -121,7 +121,7 @@ AddType(TInterface, TClass) Method
@@ -134,21 +134,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -223,23 +225,23 @@

Mocker.
- Gets the method argument data. -
+Gets the method argument data. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<Object>[] GetMethodArgData(
-	MethodInfo method,
-	Nullable<Dictionary<Type, Nullable<Object>>> data
+   FastMoq (in FastMoq.dll)

Syntax


public Object[] GetMethodArgData(
+	MethodInfo method,
+	Dictionary<Type, Object> data
 )
Public Function GetMethodArgData ( _
-	method As MethodInfo, _
-	data As Nullable(Of Dictionary(Of Type, Nullable(Of Object))) _
-) As Nullable(Of Object)()
public:
-array<Nullable<Object^>>^ GetMethodArgData(
-	MethodInfo^ method, 
-	Nullable<Dictionary<Type^, Nullable<Object^>>^> data
-)

Parameters

method
Type: MethodInfo
The method.
data
Type: Nullable<(Of <(<'Dictionary<(Of <(<'Type, Nullable<(Of <(<'Object>)>)>>)>)>>)>)>
The data.

Return Value

System.Nullable<System.Object>[].
+ method As MethodInfo, _ + data As Dictionary(Of Type, Object) _ +) As Object()
public:
+array<Object^>^ GetMethodArgData(
+	MethodInfo^ method, 
+	Dictionary<Type^, Object^>^ data
+)

Parameters

method
Type: MethodInfo
The method.
data
Type: Dictionary<(Of <(<'Type, Object>)>)>
The data.

Return Value

System.Nullable<System.Object>[].
diff --git a/Help/html/M-FastMoq.Mocker.GetMock--1.htm b/Help/html/M-FastMoq.Mocker.GetMock--1.htm index 9d161f5..cb5a511 100644 --- a/Help/html/M-FastMoq.Mocker.GetMock--1.htm +++ b/Help/html/M-FastMoq.Mocker.GetMock--1.htm @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,22 +130,30 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -219,8 +227,8 @@

Mocker.
- Gets or creates the mock of type T. -
+Gets or creates the mock of type T. +

Namespace:  FastMoq
@@ -228,7 +236,7 @@

Mocker.FastMoq (in FastMoq.dll)

Syntax


public Mock<T> GetMock<T>()
 
Public Function GetMock(Of T) As Mock(Of T)
public:
 generic<typename T>
-Mock<T>^ GetMock()

Type Parameters

T
The Mock Type, usually an interface.

Return Value

[Mock{T}].
+Mock<T>^ GetMock()

Type Parameters

T
The Mock Type, usually an interface.

Return Value

[T:FastMoq.MockModel<T>.Mock]. diff --git a/Help/html/M-FastMoq.Mocker.GetMock.htm b/Help/html/M-FastMoq.Mocker.GetMock.htm index 8b013e0..8667de1 100644 --- a/Help/html/M-FastMoq.Mocker.GetMock.htm +++ b/Help/html/M-FastMoq.Mocker.GetMock.htm @@ -11,10 +11,10 @@ - + - + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,22 +130,30 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -219,20 +227,20 @@

Mocker.
- Gets of creates the mock of type. -
+Gets of creates the mock of type. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public Mock GetMock(
-	Type type
+	Type type
 )
Public Function GetMock ( _
-	type As Type _
+	type As Type _
 ) As Mock
public:
 Mock^ GetMock(
-	Type^ type
-)

Parameters

type
Type: Type
The type.

Return Value

[Mock].
+ Type^ type +)

Parameters

type
Type: Type
The type.

Return Value

Mock. diff --git a/Help/html/M-FastMoq.Mocker.GetObject--1.htm b/Help/html/M-FastMoq.Mocker.GetObject--1.htm index ad09ea8..02ed238 100644 --- a/Help/html/M-FastMoq.Mocker.GetObject--1.htm +++ b/Help/html/M-FastMoq.Mocker.GetObject--1.htm @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -231,16 +233,16 @@

Mocker.
- Gets the instance for the given T. -
+Gets the instance for the given T. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<T> GetObject<T>()
-
Public Function GetObject(Of T) As Nullable(Of T)
public:
+   FastMoq (in FastMoq.dll)

Syntax


public T GetObject<T>()
+
Public Function GetObject(Of T) As T
public:
 generic<typename T>
-Nullable<T> GetObject()

Type Parameters

T
The Mock Type, usually an interface.

Return Value

T.
+T GetObject()

Type Parameters

T
The Mock Type, usually an interface.

Return Value

T.
diff --git a/Help/html/M-FastMoq.Mocker.GetObject--1_1.htm b/Help/html/M-FastMoq.Mocker.GetObject--1_1.htm index 9a4b755..1cf989d 100644 --- a/Help/html/M-FastMoq.Mocker.GetObject--1_1.htm +++ b/Help/html/M-FastMoq.Mocker.GetObject--1_1.htm @@ -3,7 +3,7 @@ - GetObject(T) Method (Nullable(Object)[]) + GetObject(T) Method (Object[]) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -227,26 +229,26 @@

-

Mocker..::..GetObject<(Of <(<'T>)>)> Method (array<Nullable<(Of <(<'Object>)>)>>[]()[][])

+

Mocker..::..GetObject<(Of <(<'T>)>)> Method (array<Object>[]()[][])

- Gets the object. -
+Gets the object. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public T GetObject<T>(
-	params Nullable<Object>[] args
+	params Object[] args
 )
 
Public Function GetObject(Of T) ( _
-	ParamArray args As Nullable(Of Object)() _
+	ParamArray args As Object() _
 ) As T
public:
 generic<typename T>
 T GetObject(
-	... array<Nullable<Object^>>^ args
-)

Type Parameters

T

Parameters

args
Type: array<Nullable<(Of <(<'Object>)>)>>[]()[][]
The arguments.

Return Value

T.
+ ... array<Object^>^ args +)

Type Parameters

T

Parameters

args
Type: array<Object>[]()[][]
The arguments.

Return Value

T. diff --git a/Help/html/M-FastMoq.Mocker.GetObject.htm b/Help/html/M-FastMoq.Mocker.GetObject.htm index 73ddc52..0728a1a 100644 --- a/Help/html/M-FastMoq.Mocker.GetObject.htm +++ b/Help/html/M-FastMoq.Mocker.GetObject.htm @@ -11,10 +11,10 @@ - + - + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -231,20 +233,20 @@

Mocker.
- Gets the instance for the given [ParameterInfo]. -
+Gets the instance for the given ParameterInfo. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<Object> GetObject(
-	ParameterInfo info
+   FastMoq (in FastMoq.dll)

Syntax


public Object GetObject(
+	ParameterInfo info
 )
Public Function GetObject ( _
-	info As ParameterInfo _
-) As Nullable(Of Object)
public:
-Nullable<Object^> GetObject(
-	ParameterInfo^ info
-)

Parameters

info
Type: ParameterInfo
The [ParameterInfo].

Return Value

[Nullable{Object}]

Exceptions


ExceptionCondition
[System.ArgumentNullException]type
[System.InvalidProgramException]Unable to get the Mock.
+ info As ParameterInfo _ +) As Object
public:
+Object^ GetObject(
+	ParameterInfo^ info
+)

Parameters

info
Type: ParameterInfo
The ParameterInfo.

Return Value

Nullable

Exceptions


ExceptionCondition
ArgumentNullExceptiontype
InvalidProgramExceptionUnable to get the Mock.
diff --git a/Help/html/M-FastMoq.Mocker.GetObject_1.htm b/Help/html/M-FastMoq.Mocker.GetObject_1.htm index 26eb9b9..7efee61 100644 --- a/Help/html/M-FastMoq.Mocker.GetObject_1.htm +++ b/Help/html/M-FastMoq.Mocker.GetObject_1.htm @@ -11,10 +11,10 @@ - + - + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -231,20 +233,20 @@

Mocker.
- Gets the instance for the given type. -
+Gets the instance for the given type. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<Object> GetObject(
-	Type type
+   FastMoq (in FastMoq.dll)

Syntax


public Object GetObject(
+	Type type
 )
Public Function GetObject ( _
-	type As Type _
-) As Nullable(Of Object)
public:
-Nullable<Object^> GetObject(
-	Type^ type
-)

Parameters

type
Type: Type
The type.

Return Value

[Nullable{Object}].

Exceptions


ExceptionCondition
[System.ArgumentNullException]type
[System.InvalidProgramException]Unable to get the Mock.
+ type As Type _ +) As Object
public:
+Object^ GetObject(
+	Type^ type
+)

Parameters

type
Type: Type
The type.

Return Value

Nullable.

Exceptions


ExceptionCondition
ArgumentNullExceptiontype
InvalidProgramExceptionUnable to get the Mock.
diff --git a/Help/html/M-FastMoq.Mocker.GetRequiredMock--1.htm b/Help/html/M-FastMoq.Mocker.GetRequiredMock--1.htm index fbe5052..ea65d86 100644 --- a/Help/html/M-FastMoq.Mocker.GetRequiredMock--1.htm +++ b/Help/html/M-FastMoq.Mocker.GetRequiredMock--1.htm @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) +
@@ -219,8 +227,8 @@

Mocker.
- Gets the required mock. -
+Gets the required mock. +

Namespace:  FastMoq
@@ -228,7 +236,7 @@

Mocker.FastMoq (in FastMoq.dll)

Syntax


public Mock<T> GetRequiredMock<T>()
 
Public Function GetRequiredMock(Of T) As Mock(Of T)
public:
 generic<typename T>
-Mock<T>^ GetRequiredMock()

Type Parameters

T
The Mock Type, usually an interface.

Return Value

[Mock{T}].

Exceptions


ExceptionCondition
[System.ArgumentException]type must be a class. - type
[System.InvalidOperationException]Mock must exist. - type
+Mock<T>^ GetRequiredMock()

Type Parameters

T
The Mock Type, usually an interface.

Return Value

[T:FastMoq.MockModel<T>.Mock].

Exceptions


ExceptionCondition
ArgumentExceptiontype must be a class. - type
InvalidOperationExceptionMock must exist. - type
diff --git a/Help/html/M-FastMoq.Mocker.GetRequiredMock.htm b/Help/html/M-FastMoq.Mocker.GetRequiredMock.htm index d32b047..7cbf55b 100644 --- a/Help/html/M-FastMoq.Mocker.GetRequiredMock.htm +++ b/Help/html/M-FastMoq.Mocker.GetRequiredMock.htm @@ -11,10 +11,10 @@ - + - + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) +
@@ -219,20 +227,20 @@

Mocker.
- Gets the required mock. -
+Gets the required mock. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public Mock GetRequiredMock(
-	Type type
+	Type type
 )
Public Function GetRequiredMock ( _
-	type As Type _
+	type As Type _
 ) As Mock
public:
 Mock^ GetRequiredMock(
-	Type^ type
-)

Parameters

type
Type: Type
The mock type, usually an interface.

Return Value

Mock.

Exceptions


ExceptionCondition
[System.ArgumentException]type must be a class. - type
[System.InvalidOperationException]type must be a class. - type
+ Type^ type +)

Parameters

type
Type: Type
The mock type, usually an interface.

Return Value

Mock.

Exceptions


ExceptionCondition
ArgumentExceptiontype must be a class. - type
InvalidOperationExceptiontype must be a class. - type
diff --git a/Help/html/M-FastMoq.Mocker.Initialize--1.htm b/Help/html/M-FastMoq.Mocker.Initialize--1.htm index 6fe948d..7b980a8 100644 --- a/Help/html/M-FastMoq.Mocker.Initialize--1.htm +++ b/Help/html/M-FastMoq.Mocker.Initialize--1.htm @@ -11,10 +11,10 @@ - + - + @@ -124,7 +124,7 @@ AddType(TInterface, TClass) Method @@ -137,21 +137,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -226,27 +228,27 @@

Mocker.
- Gets or Creates then Initializes the specified Mock of T. -
+Gets or Creates then Initializes the specified Mock of T. +

Namespace:  FastMoq
Assembly:  FastMoq (in FastMoq.dll)

Syntax


public Mock<T> Initialize<T>(
-	Action<Mock<T>> action,
+	Action<Mock<T>> action,
 	bool reset
 )
 
Public Function Initialize(Of T) ( _
-	action As Action(Of Mock(Of T)), _
+	action As Action(Of Mock(Of T)), _
 	reset As Boolean _
 ) As Mock(Of T)
public:
 generic<typename T>
 Mock<T>^ Initialize(
-	Action<Mock<T>^>^ action, 
+	Action<Mock<T>^>^ action, 
 	bool^ reset
-)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

action
Type: Action<(Of <(<'Mock<(Of <(<'T>)>)>>)>)>
The action.
reset
Type: Boolean
False to keep the existing setup.

Return Value

[Mock{T}]

Exceptions


ExceptionCondition
[System.InvalidOperationException]Invalid Mock.

Examples


- Example of how to set up for mocks that require specific functionality. -
C#
mocks.Initialize<ICarService>(mock => {
+)

Type Parameters

T
The Mock Type, usually an interface.

Parameters

action
Type: Action<(Of <(<'Mock<(Of <(<'T>)>)>>)>)>
The action.
reset
Type: Boolean
False to keep the existing setup.

Return Value

[T:FastMoq.MockModel<T>.Mock]

Exceptions


ExceptionCondition
InvalidOperationExceptionInvalid Mock.

Examples


+Example of how to set up for mocks that require specific functionality. +
C#
mocks.Initialize<ICarService>(mock => {
 mock.Setup(x => x.StartCar).Returns(true));
 mock.Setup(x => x.StopCar).Returns(false));
 }
diff --git a/Help/html/M-FastMoq.Mocker.InvokeMethod--1.htm b/Help/html/M-FastMoq.Mocker.InvokeMethod--1.htm index b97427f..98f4a65 100644 --- a/Help/html/M-FastMoq.Mocker.InvokeMethod--1.htm +++ b/Help/html/M-FastMoq.Mocker.InvokeMethod--1.htm @@ -3,7 +3,7 @@ - InvokeMethod(TClass) Method (String, Boolean, Nullable(Object)[]) + InvokeMethod(TClass) Method (String, Boolean, Object[]) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -165,10 +167,10 @@ InvokeMethod Method @@ -221,32 +223,32 @@

-

Mocker..::..InvokeMethod<(Of <(<'TClass>)>)> Method (String, Boolean, array<Nullable<(Of <(<'Object>)>)>>[]()[][])

+

Mocker..::..InvokeMethod<(Of <(<'TClass>)>)> Method (String, Boolean, array<Object>[]()[][])

- Invokes the static method. -
+Invokes the static method. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<Object> InvokeMethod<TClass>(
+   FastMoq (in FastMoq.dll)

Syntax


public Object InvokeMethod<TClass>(
 	string methodName,
 	bool nonPublic,
-	params Nullable<Object>[] args
+	params Object[] args
 )
 
Public Function InvokeMethod(Of TClass) ( _
 	methodName As String, _
 	nonPublic As Boolean, _
-	ParamArray args As Nullable(Of Object)() _
-) As Nullable(Of Object)
public:
+	ParamArray args As Object() _
+) As Object
public:
 generic<typename TClass>
-Nullable<Object^> InvokeMethod(
+Object^ InvokeMethod(
 	String^ methodName, 
 	bool^ nonPublic, 
-	... array<Nullable<Object^>>^ args
-)

Type Parameters

TClass
The type of the t class.

Parameters

methodName
Type: String
Name of the method.
nonPublic
Type: Boolean
if set to true [non public].
args
Type: array<Nullable<(Of <(<'Object>)>)>>[]()[][]
The arguments.

Return Value

[Nullable].
+ ... array<Object^>^ args +)

Type Parameters

TClass
The type of the t class.

Parameters

methodName
Type: String
Name of the method.
nonPublic
Type: Boolean
if set to true [non public].
args
Type: array<Object>[]()[][]
The arguments.

Return Value

Nullable.
diff --git a/Help/html/M-FastMoq.Mocker.InvokeMethod--1_1.htm b/Help/html/M-FastMoq.Mocker.InvokeMethod--1_1.htm index 84d9b0e..823bb06 100644 --- a/Help/html/M-FastMoq.Mocker.InvokeMethod--1_1.htm +++ b/Help/html/M-FastMoq.Mocker.InvokeMethod--1_1.htm @@ -3,7 +3,7 @@ - InvokeMethod(TClass) Method (Nullable(TClass), String, Boolean, Nullable(Object)[]) + InvokeMethod(TClass) Method (TClass, String, Boolean, Object[]) @@ -11,10 +11,10 @@ - - - - + + + + @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -165,10 +167,10 @@ InvokeMethod Method @@ -221,35 +223,35 @@

-

Mocker..::..InvokeMethod<(Of <(<'TClass>)>)> Method (Nullable<(Of <(<'TClass>)>)>, String, Boolean, array<Nullable<(Of <(<'Object>)>)>>[]()[][])

+

Mocker..::..InvokeMethod<(Of <(<'TClass>)>)> Method (TClass, String, Boolean, array<Object>[]()[][])

- Invokes the method. -
+Invokes the method. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public Nullable<Object> InvokeMethod<TClass>(
-	Nullable<TClass> obj,
+   FastMoq (in FastMoq.dll)

Syntax


public Object InvokeMethod<TClass>(
+	TClass obj,
 	string methodName,
 	bool nonPublic,
-	params Nullable<Object>[] args
+	params Object[] args
 )
 
Public Function InvokeMethod(Of TClass) ( _
-	obj As Nullable(Of TClass), _
+	obj As TClass, _
 	methodName As String, _
 	nonPublic As Boolean, _
-	ParamArray args As Nullable(Of Object)() _
-) As Nullable(Of Object)
public:
+	ParamArray args As Object() _
+) As Object
public:
 generic<typename TClass>
-Nullable<Object^> InvokeMethod(
-	Nullable<TClass> obj, 
+Object^ InvokeMethod(
+	TClass obj, 
 	String^ methodName, 
 	bool^ nonPublic, 
-	... array<Nullable<Object^>>^ args
-)

Type Parameters

TClass
The type of the t class.

Parameters

obj
Type: Nullable<(Of <(<'TClass>)>)>
The object.
methodName
Type: String
Name of the method.
nonPublic
Type: Boolean
if set to true [non public].
args
Type: array<Nullable<(Of <(<'Object>)>)>>[]()[][]
The arguments.

Return Value

[Nullable].

Exceptions


ExceptionCondition
[System.ArgumentOutOfRangeException]
+ ... array<Object^>^ args +)

Type Parameters

TClass
The type of the t class.

Parameters

obj
Type: TClass
The object.
methodName
Type: String
Name of the method.
nonPublic
Type: Boolean
if set to true [non public].
args
Type: array<Object>[]()[][]
The arguments.

Return Value

Nullable.

Exceptions


ExceptionCondition
ArgumentOutOfRangeException
diff --git a/Help/html/M-FastMoq.Mocker.RemoveMock--1.htm b/Help/html/M-FastMoq.Mocker.RemoveMock--1.htm index c66ee03..62f0c6b 100644 --- a/Help/html/M-FastMoq.Mocker.RemoveMock--1.htm +++ b/Help/html/M-FastMoq.Mocker.RemoveMock--1.htm @@ -11,10 +11,10 @@ - + - + @@ -123,7 +123,7 @@ AddType(TInterface, TClass) Method @@ -136,21 +136,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -225,8 +227,8 @@

Mocker.
- Remove specified Mock of T. -
+Remove specified Mock of T. +

Namespace:  FastMoq
diff --git a/Help/html/Methods.T-FastMoq.Mocker.htm b/Help/html/Methods.T-FastMoq.Mocker.htm index 65bf237..d00ca0a 100644 --- a/Help/html/Methods.T-FastMoq.Mocker.htm +++ b/Help/html/Methods.T-FastMoq.Mocker.htm @@ -115,7 +115,7 @@ AddType(TInterface, TClass) Method

@@ -128,21 +128,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -244,8 +246,8 @@

Methods

- Creates a MockModel with the given [Mock] with the option of overwriting an existing - MockModel
+Creates a MockModel<(Of <(<'T>)>)> with the given Mock with the option of overwriting an existing +MockModel<(Of <(<'T>)>)> @@ -257,8 +259,8 @@

Methods

- Adds an interface to Class mapping to the typeMap()()()() for easier resolution. -
+Adds an interface to Class mapping to the typeMap for easier resolution. + @@ -270,8 +272,8 @@

Methods

- Determines whether this instance contains the Mock of type. -
+Determines whether this instance contains the Mock of type. + @@ -283,8 +285,8 @@

Methods

- Determines whether this instance contains a Mock of T. -
+Determines whether this instance contains a Mock of T. + @@ -296,9 +298,9 @@

Methods

- Creates an instance of T. Parameters allow matching of constructors and using those values in the creation - of the instance. -
+Creates an instance of T. Parameters allow matching of constructors and using those values in the creation +of the instance. + @@ -310,8 +312,8 @@

Methods

- Creates an instance of [IFileSystem]. -
+Creates an instance of IFileSystem. + @@ -319,12 +321,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -332,12 +334,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -345,12 +347,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -358,12 +360,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -371,12 +373,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -384,12 +386,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -397,12 +399,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -410,12 +412,12 @@

Methods

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -427,10 +429,10 @@

Methods

- Creates an instance of T. - Non public constructors are included as options for creating the instance. - Parameters allow matching of constructors and using those values in the creation of the instance. -
+Creates an instance of T. +Non public constructors are included as options for creating the instance. +Parameters allow matching of constructors and using those values in the creation of the instance. + @@ -442,8 +444,8 @@

Methods

- Creates the MockModel from the Type. This throws an exception if the mock already exists. -
+Creates the MockModel<(Of <(<'T>)>)> from the Type. This throws an exception if the mock already exists. + @@ -455,22 +457,49 @@

Methods

- Creates the MockModel from the type T. This throws an exception if the mock already exists. -
+Creates the MockModel<(Of <(<'T>)>)> from the type T. This throws an exception if the mock already exists. + + + + Public method + + + Equals(System.Object) + + (Inherited from Object.) + + + + Protected method + + + Finalize + + (Inherited from Object.) + Public method - GetArgData<(Of <<'(T>)>>)(Nullable<(Of <<'(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)>)>>)) + GetArgData<(Of <<'(T>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Gets the argument data. -
+Gets the argument data. + + + + + + Public method + + GetHashCode + + (Inherited from Object.) @@ -478,12 +507,26 @@

Methods

Static member - GetList<(Of <<'(T>)>>) + GetList<(Of <<'(T>)>>)(Int32, Func<(Of <<'(Int32, T>)>>))
- Gets a list with the specified number of list items, using a custom function. -
+Gets a list with the specified number of list items, using a custom function. + + + + + + Public method + Static member + + + GetList<(Of <<'(T>)>>)(Int32, Func<(Of <<'(T>)>>)) + + +
+Gets a list with the specified number of list items, using a custom function. +
@@ -495,8 +538,8 @@

Methods

- Gets the method argument data. -
+Gets the method argument data. + @@ -508,8 +551,8 @@

Methods

- Gets of creates the mock of type. -
+Gets of creates the mock of type. + @@ -521,8 +564,8 @@

Methods

- Gets or creates the mock of type T. -
+Gets or creates the mock of type T. + @@ -534,8 +577,8 @@

Methods

- Gets the instance for the given [ParameterInfo]. -
+Gets the instance for the given ParameterInfo. + @@ -547,8 +590,8 @@

Methods

- Gets the instance for the given type. -
+Gets the instance for the given type. + @@ -560,8 +603,8 @@

Methods

- Gets the instance for the given T. -
+Gets the instance for the given T. + @@ -569,12 +612,12 @@

Methods

Public method - GetObject<(Of <<'(T>)>>)(array<Nullable<(Of <<'(Object>)>>)>[]()[][]) + GetObject<(Of <<'(T>)>>)(array<Object>[]()[][])
- Gets the object. -
+Gets the object. + @@ -586,8 +629,8 @@

Methods

- Gets the required mock. -
+Gets the required mock. + @@ -599,9 +642,18 @@

Methods

- Gets the required mock. -
+Gets the required mock. + + + + + + Public method + + + GetType + (Inherited from Object.) @@ -612,8 +664,8 @@

Methods

- Gets or Creates then Initializes the specified Mock of T. -
+Gets or Creates then Initializes the specified Mock of T. + @@ -621,12 +673,12 @@

Methods

Public method - InvokeMethod<(Of <<'(TClass>)>>)(String, Boolean, array<Nullable<(Of <<'(Object>)>>)>[]()[][]) + InvokeMethod<(Of <<'(TClass>)>>)(String, Boolean, array<Object>[]()[][])
- Invokes the static method. -
+Invokes the static method. + @@ -634,13 +686,22 @@

Methods

Public method - InvokeMethod<(Of <<'(TClass>)>>)(Nullable<(Of <<'(TClass>)>>), String, Boolean, array<Nullable<(Of <<'(Object>)>>)>[]()[][]) + InvokeMethod<(Of <<'(TClass>)>>)(TClass, String, Boolean, array<Object>[]()[][])
- Invokes the method. -
+Invokes the method. + + + + + + Protected method + + + MemberwiseClone + (Inherited from Object.) @@ -651,9 +712,18 @@

Methods

- Remove specified Mock of T. -
+Remove specified Mock of T. + + + + + + Public method + + + ToString + (Inherited from Object.) diff --git a/Help/html/N-FastMoq.htm b/Help/html/N-FastMoq.htm index 0072266..328f742 100644 --- a/Help/html/N-FastMoq.htm +++ b/Help/html/N-FastMoq.htm @@ -188,8 +188,8 @@

Classes

- Initializes the mocking helper object. This class creates and manages the automatic mocking and custom mocking. -
+Initializes the mocking helper object. This class creates and manages the automatic mocking and custom mocking. + diff --git a/Help/html/Overload-FastMoq.Mocker.-ctor.htm b/Help/html/Overload-FastMoq.Mocker.-ctor.htm index 0804ef0..84aa70c 100644 --- a/Help/html/Overload-FastMoq.Mocker.-ctor.htm +++ b/Help/html/Overload-FastMoq.Mocker.-ctor.htm @@ -192,8 +192,8 @@

Overload List

- Initializes a new instance of the Mocker class. -
+Initializes a new instance of the Mocker class. + @@ -205,9 +205,9 @@

Overload List

- Initializes a new instance of the Mocker class using the specific typeMap. - The typeMap assists in resolution of interfaces to instances. -
+Initializes a new instance of the Mocker class using the specific typeMap. +The typeMap assists in resolution of interfaces to instances. + diff --git a/Help/html/Overload-FastMoq.Mocker.Contains-.htm b/Help/html/Overload-FastMoq.Mocker.Contains-.htm new file mode 100644 index 0000000..24f1c68 --- /dev/null +++ b/Help/html/Overload-FastMoq.Mocker.Contains-.htm @@ -0,0 +1,317 @@ + + + + + + Contains Method + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+
+
+

+

Mocker..::..Contains Method

+
+
+
+
+

Overload List

+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+   + NameDescription
+ Public method + + Contains<(Of <<'(T>)>>)()()()() + +
+Determines whether this instance contains a Mock of T. +
+
+ Public method + + Contains(Type) + +
+Determines whether this instance contains the Mock of type. +
+
+
+
+
+

See Also

+
+
+
+
+ + + + + + +
+
+
+
+
+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/Help/html/Overload-FastMoq.Mocker.CreateInstance-.htm b/Help/html/Overload-FastMoq.Mocker.CreateInstance-.htm index 50eda35..819a49c 100644 --- a/Help/html/Overload-FastMoq.Mocker.CreateInstance-.htm +++ b/Help/html/Overload-FastMoq.Mocker.CreateInstance-.htm @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -128,28 +128,28 @@ CreateInstance(T) Method (Object[]) + @@ -275,9 +277,9 @@

Overload List

- Creates an instance of T. Parameters allow matching of constructors and using those values in the creation - of the instance. -
+Creates an instance of T. Parameters allow matching of constructors and using those values in the creation +of the instance. + @@ -285,12 +287,12 @@

Overload List

Public method - CreateInstance<(Of <<'(T, TParam1>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -298,12 +300,12 @@

Overload List

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -311,12 +313,12 @@

Overload List

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -324,12 +326,12 @@

Overload List

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -337,12 +339,12 @@

Overload List

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -350,12 +352,12 @@

Overload List

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -363,12 +365,12 @@

Overload List

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -376,12 +378,12 @@

Overload List

Public method - CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8>)>>)(Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>)) + CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8>)>>)(Dictionary<(Of <<'(Type, Object>)>>))
- Creates the instance. -
+Creates the instance. + @@ -393,8 +395,8 @@

Overload List

- Creates an instance of [IFileSystem]. -
+Creates an instance of IFileSystem. + diff --git a/Help/html/Overload-FastMoq.Mocker.CreateMock.htm b/Help/html/Overload-FastMoq.Mocker.CreateMock.htm new file mode 100644 index 0000000..5b76237 --- /dev/null +++ b/Help/html/Overload-FastMoq.Mocker.CreateMock.htm @@ -0,0 +1,317 @@ + + + + + + CreateMock Method + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+
+
+

+

Mocker..::..CreateMock Method

+
+
+
+
+

Overload List

+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+   + NameDescription
+ Public method + + CreateMock(Type, Boolean) + +
+Creates the MockModel<(Of <(<'T>)>)> from the Type. This throws an exception if the mock already exists. +
+
+ Public method + + CreateMock<(Of <<'(T>)>>)(Boolean) + +
+Creates the MockModel<(Of <(<'T>)>)> from the type T. This throws an exception if the mock already exists. +
+
+
+
+
+

See Also

+
+
+
+
+ + + + + + +
+
+
+
+
+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/Help/html/Overload-FastMoq.Mocker.GetList-.htm b/Help/html/Overload-FastMoq.Mocker.GetList-.htm new file mode 100644 index 0000000..432911c --- /dev/null +++ b/Help/html/Overload-FastMoq.Mocker.GetList-.htm @@ -0,0 +1,319 @@ + + + + + + GetList Method + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+
+
+

+

Mocker..::..GetList Method

+
+
+
+
+

Overload List

+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+   + NameDescription
+ Public method + Static member + + GetList<(Of <<'(T>)>>)(Int32, Func<(Of <<'(Int32, T>)>>)) + +
+Gets a list with the specified number of list items, using a custom function. +
+
+ Public method + Static member + + GetList<(Of <<'(T>)>>)(Int32, Func<(Of <<'(T>)>>)) + +
+Gets a list with the specified number of list items, using a custom function. +
+
+
+
+
+

See Also

+
+
+
+
+ + + + + + +
+
+
+
+
+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/Help/html/Overload-FastMoq.Mocker.GetMock-.htm b/Help/html/Overload-FastMoq.Mocker.GetMock-.htm new file mode 100644 index 0000000..23c7611 --- /dev/null +++ b/Help/html/Overload-FastMoq.Mocker.GetMock-.htm @@ -0,0 +1,317 @@ + + + + + + GetMock Method + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+
+
+

+

Mocker..::..GetMock Method

+
+
+
+
+

Overload List

+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+   + NameDescription
+ Public method + + GetMock<(Of <<'(T>)>>)()()()() + +
+Gets or creates the mock of type T. +
+
+ Public method + + GetMock(Type) + +
+Gets of creates the mock of type. +
+
+
+
+
+

See Also

+
+
+
+
+ + + + + + +
+
+
+
+
+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/Help/html/Overload-FastMoq.Mocker.GetObject.htm b/Help/html/Overload-FastMoq.Mocker.GetObject.htm index 8fd35be..29e85fb 100644 --- a/Help/html/Overload-FastMoq.Mocker.GetObject.htm +++ b/Help/html/Overload-FastMoq.Mocker.GetObject.htm @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -257,8 +259,8 @@

Overload List

- Gets the instance for the given [ParameterInfo]. -
+Gets the instance for the given ParameterInfo. + @@ -270,8 +272,8 @@

Overload List

- Gets the instance for the given type. -
+Gets the instance for the given type. + @@ -283,8 +285,8 @@

Overload List

- Gets the instance for the given T. -
+Gets the instance for the given T. + @@ -292,12 +294,12 @@

Overload List

Public method - GetObject<(Of <<'(T>)>>)(array<Nullable<(Of <<'(Object>)>>)>[]()[][]) + GetObject<(Of <<'(T>)>>)(array<Object>[]()[][])
- Gets the object. -
+Gets the object. + diff --git a/Help/html/Overload-FastMoq.Mocker.GetRequiredMock.htm b/Help/html/Overload-FastMoq.Mocker.GetRequiredMock.htm new file mode 100644 index 0000000..39342e5 --- /dev/null +++ b/Help/html/Overload-FastMoq.Mocker.GetRequiredMock.htm @@ -0,0 +1,317 @@ + + + + + + GetRequiredMock Method + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+
+
+

+

Mocker..::..GetRequiredMock Method

+
+
+
+
+

Overload List

+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+   + NameDescription
+ Public method + + GetRequiredMock(Type) + +
+Gets the required mock. +
+
+ Public method + + GetRequiredMock<(Of <<'(T>)>>)()()()() + +
+Gets the required mock. +
+
+
+
+
+

See Also

+
+
+
+
+ + + + + + +
+
+
+
+
+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/Help/html/Overload-FastMoq.Mocker.InvokeMethod-.htm b/Help/html/Overload-FastMoq.Mocker.InvokeMethod-.htm index c1ad89e..bd5fb17 100644 --- a/Help/html/Overload-FastMoq.Mocker.InvokeMethod-.htm +++ b/Help/html/Overload-FastMoq.Mocker.InvokeMethod-.htm @@ -117,7 +117,7 @@ AddType(TInterface, TClass) Method @@ -130,21 +130,23 @@ CreateInstanceNonPublic(T) Method (Object[]) + @@ -165,10 +167,10 @@ InvokeMethod Method @@ -247,12 +249,12 @@

Overload List

Public method - InvokeMethod<(Of <<'(TClass>)>>)(String, Boolean, array<Nullable<(Of <<'(Object>)>>)>[]()[][]) + InvokeMethod<(Of <<'(TClass>)>>)(String, Boolean, array<Object>[]()[][])
- Invokes the static method. -
+Invokes the static method. + @@ -260,12 +262,12 @@

Overload List

Public method - InvokeMethod<(Of <<'(TClass>)>>)(Nullable<(Of <<'(TClass>)>>), String, Boolean, array<Nullable<(Of <<'(Object>)>>)>[]()[][]) + InvokeMethod<(Of <<'(TClass>)>>)(TClass, String, Boolean, array<Object>[]()[][])
- Invokes the method. -
+Invokes the method. + diff --git a/Help/html/P-FastMoq.Mocker.Strict.htm b/Help/html/P-FastMoq.Mocker.Strict.htm index 85074b1..efcc7bd 100644 --- a/Help/html/P-FastMoq.Mocker.Strict.htm +++ b/Help/html/P-FastMoq.Mocker.Strict.htm @@ -169,10 +169,10 @@

Mocker.
- Gets or sets a value indicating whether this Mocker is strict. If strict, the mock - [IFileSystem] does - not use [MockFileSystem] and uses [Mock] of [IFileSystem]. -
+Gets or sets a value indicating whether this Mocker is strict. If strict, the mock +IFileSystem does +not use MockFileSystem and uses Mock of IFileSystem. +

Namespace:  FastMoq
@@ -183,9 +183,9 @@

Mocker.property bool^ Strict { bool^ get (); void set (bool^ value); -}

Field Value

true if strict [IFileSystem] resolution; otherwise, false uses the built-in virtual - [MockFileSystem]. - +}

Field Value

true if strict IFileSystem resolution; otherwise, false uses the built-in virtual +MockFileSystem. + diff --git a/Help/html/Properties.T-FastMoq.Mocker.htm b/Help/html/Properties.T-FastMoq.Mocker.htm index dbfd2b6..4aaefc7 100644 --- a/Help/html/Properties.T-FastMoq.Mocker.htm +++ b/Help/html/Properties.T-FastMoq.Mocker.htm @@ -188,10 +188,10 @@

Properties

- Gets or sets a value indicating whether this Mocker is strict. If strict, the mock - [IFileSystem] does - not use [MockFileSystem] and uses [Mock] of [IFileSystem]. -
+Gets or sets a value indicating whether this Mocker is strict. If strict, the mock +IFileSystem does +not use MockFileSystem and uses Mock of IFileSystem. + diff --git a/Help/html/T-FastMoq.Mocker.htm b/Help/html/T-FastMoq.Mocker.htm index f1472e0..070f1a8 100644 --- a/Help/html/T-FastMoq.Mocker.htm +++ b/Help/html/T-FastMoq.Mocker.htm @@ -166,13 +166,13 @@

Mocker Class

- Initializes the mocking helper object. This class creates and manages the automatic mocking and custom mocking. -
+Initializes the mocking helper object. This class creates and manages the automatic mocking and custom mocking. +

Namespace:  FastMoq
Assembly: -  FastMoq (in FastMoq.dll)

Syntax


public class Mocker
Public Class Mocker
public ref class Mocker
+  FastMoq (in FastMoq.dll)

Syntax


public class Mocker
Public Class Mocker
public ref class Mocker

Inheritance Hierarchy


Object
  FastMoq..::..Mocker