chevron-thin-right
chevron-thin-left
brand
cancel-circle
search
youtube-icon
google-plus-icon
linkedin-icon
facebook-icon
twitter-icon
toolbox
download
check
linkedin
phone
twitter-old
google-plus
facebook
profile-male
chat
calendar
profile-male
Products
Isolator for C++
Isolate ++
Isolator for .NET
Suggest
Isolate
Smart Runner
Coverage – Part of Typemock Isolator Complete .NET
Isolator for Build Server
Download
C++
.NET
Pricing
Resources
Documentation
Isolator++
Isolator
Learning Center
Tutorials
Webinars
Articles
Case Studies
Partners
Blog
Support
C++ Community
.NET Community
Premium Support
Products
Isolator for C++
Isolate ++
Isolator for .NET
Suggest
Isolate
Smart Runner
Coverage – Part of Typemock Isolator Complete .NET
Isolator for Build Server
Download
C++
.NET
Pricing
Resources
Documentation
Isolator++
Isolator
Learning Center
Tutorials
Webinars
Articles
Case Studies
Partners
Blog
Support
C++ Community
.NET Community
Premium Support
Menu
Search
Remember
Register
Typemock Q&A
Ask a question
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
The Unit Testing Company
Development Resources
Knowledge Base
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
Related questions
NullReferenceException when method returns generic list
NullReferenceException on faking OracleDataReader
NullReferenceException on mocking generic base class
NullReferenceException for NonPublic prop on generic class
An exception when combining Typemock with PostSharp
NullReferenceException when updating/adding fields on an ite
0
votes
I have recently upgraded to Typemock 5.4.5 from 5.4.4 and now a number of our tests fail with a nullreferenceexception.
The following MSTest Test Case highlights the problem and represent something that our code is doing:
The following test case throws the exception when *INSERT_INT* is greater than 2 i.e. more than 2 updates are made on the SPListItem:
**CODE**
SPWeb fakeWeb = Isolate.Fake.Instance<SPWeb>(Members.ReturnRecursiveFakes);
SPListItem fakeListItem = Isolate.Fake.Instance<SPListItem>(Members.ReturnRecursiveFakes);
Isolate.Swap.NextInstance<SPListItem>().With(fakeListItem);
SPList list = fakeWeb.getList("somedummylist");
SPListItem newItem = list.Items.Add();
for(int i =0; i < *INSERT_INT*; i++)
{
string fieldId = "testfield" + i;
newItem[fieldId] = "asdada";
}
***CODE***
Has the API changed in 5.4.5? or is it just something that I am doing that was illegal and now enforced in 5.4.5?
asked
Dec 15, 2009
by
aftan
Report User
(
2.5k
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
5
Answers
0
votes
Hi,
Thanks for reporting this issue. It seems as a new bug. I'm investigating it and I'll update about this issue.
Regards,
Elisha
Typemock Support
answered
Dec 16, 2009
by
Elisha
Report User
(
12k
points)
Please
log in
or
register
to add a comment.
0
votes
Hi,
This is indeed a bug in Isolator. It will be fixed in the next version of Isolator. I'll send you a patch with a fix soon.
Regards,
Elisha,
Typemock Support
answered
Dec 17, 2009
by
Elisha
Report User
(
12k
points)
Please
log in
or
register
to add a comment.
0
votes
Hi Elisha,
I received an email that directed me to the patch but it seems that the patch is only for Typemock Isolator and not Typemock Isolator for sharepoint?
Could you please send me the link to the updated version of typemock isolator for sharepoint that fixes the problem above?
Thanks.
answered
Dec 22, 2009
by
aftan
Report User
(
2.5k
points)
Please
log in
or
register
to add a comment.
0
votes
Aftan,
You should be able to put in your Isolator for Sharepoint license into the full product, and it will work according to your license. Please let me know if there are any problems with that.
Thanks,
Doron
Typemock Support
answered
Dec 22, 2009
by
doron
Report User
(
17.2k
points)
Please
log in
or
register
to add a comment.
0
votes
Thanks for the support all.
Yes, the patch works fine.
I was just a little confused as I had to uninstall typemock 5.4.5 as I was getting an error that a conflicting version was installed and when I installed the patch version I had to first select "Evaluate" as it once again reported that there was a conflict.
Otherwise it works great with Partcover :D
answered
Dec 22, 2009
by
aftan
Report User
(
2.5k
points)
Please
log in
or
register
to add a comment.
...
×
Choose the product type:
WINDOWS
LINUX DEB
LINUX RMP
×