justmock
unit testing legacy code: limits of "extract and override" vs JustMock/TypeMock/moles?
Given the following conditions: a very old, big, C# legacy code base with no testcoverage whatsoever (almost) every class derives from some interface[详细]
2023-03-28 23:43 分类:问答Issues with JustMock and Large Test Runs
Ok so I have an issue with JustMock that I am hoping that someone here can help me with. I have a class with several test methods(something like 80).Each of these methods when run independently will p[详细]
2023-03-10 23:28 分类:问答How to mock an interface property with JustMock in VB.NET
I am using JustMock to mock interfaces for unit testing, but perhaps I\'m not doing it right. I have an interface:[详细]
2023-03-10 13:28 分类:问答TypeMock VS JustMock (VS RhinoMock,Moq...): current situation in 2011? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-02-28 06:21 分类:问答Mocking a simple service bus in ASP.NET MVC
I have a simple \'Service\' system set up with an interface as shown below. I am trying to mock it for use in my unit testing, but am having a bit of an obstacle. The way it works is that I design cla[详细]
2023-02-24 10:01 分类:问答First Unit Tests! ASP.NET MVC with Repositories causing errors
I am very new to Unit Testing, so I am starting on my first set of tests today. I am using the Library JustMock from Telerik. Though any unit testing information is good. I am having a bit of trouble[详细]
2023-02-12 10:05 分类:问答JustMock vs. TypeMock vs. Other [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-08 08:37 分类:问答Telerik JustMock a Property Read
I am trying to mock a Property using Telerik JustMock. public WorkitemBusinessObject mock() { var mockContext = Mock.Create<BusinessObjectContext<Workitem>>();[详细]
2023-01-02 11:03 分类:问答Rhino mock vs Typemock vs JustMock vs [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-27 01:20 分类:问答Avoid having a huge collection of ids by calling a DAO.getAll()
Instead of returning a List<Long> of ids when calling PersonDao.getAll() we wanted not to have an entire collection of ids in memory.[详细]
2022-12-26 17:19 分类:问答