473,802 Members | 1,971 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mock objects for nunit tests?

Hi;

Are there mock objects anywhere that I can use to write nunit tests for my
code behind methods?

--
thanks - dave
david_at_windwa rd_dot_net
http://www.windwardreports.com

Mar 17 '06 #1
4 2393
Yep, do a search in sourceforge for "mockobject s".

Cheers
Mark
"David Thielen" <th*****@nospam .nospam> wrote in message
news:0B******** *************** ***********@mic rosoft.com...
Hi;

Are there mock objects anywhere that I can use to write nunit tests for my
code behind methods?

--
thanks - dave
david_at_windwa rd_dot_net
http://www.windwardreports.com

Mar 17 '06 #2
Hi;

what I found there was:
NUnitASP - latest release 11030-04 - definitely no 2.0 support
..NET Mock Objects - latest release 3-10-06 but no ASP mock objects
EasyMock.NET - latest release 11-9-04 - definitely no 2.0 support
NMock - no mock objects of any of the .NET API - and they suggest you don't
mock the .NET API with it.

Am I missing one? Because I don't think any of these will work. What I need
is a System.Web.UI.P age mock object so I can then test my code behind in
nunit.

--
thanks - dave
david_at_windwa rd_dot_net
http://www.windwardreports.com

"Mark" wrote:
Yep, do a search in sourceforge for "mockobject s".

Cheers
Mark
"David Thielen" <th*****@nospam .nospam> wrote in message
news:0B******** *************** ***********@mic rosoft.com...
Hi;

Are there mock objects anywhere that I can use to write nunit tests for my
code behind methods?

--
thanks - dave
david_at_windwa rd_dot_net
http://www.windwardreports.com


Mar 17 '06 #3
Hi Dave, sorry, I know of no UI.Page mock objects..

However, I do remember there being an article on UI.Page somewhere on
www.thecodeproject.com

hth
Cheers
Mark
"David Thielen" <th*****@nospam .nospam> wrote in message
news:AF******** *************** ***********@mic rosoft.com...
Hi;

what I found there was:
NUnitASP - latest release 11030-04 - definitely no 2.0 support
.NET Mock Objects - latest release 3-10-06 but no ASP mock objects
EasyMock.NET - latest release 11-9-04 - definitely no 2.0 support
NMock - no mock objects of any of the .NET API - and they suggest you
don't
mock the .NET API with it.

Am I missing one? Because I don't think any of these will work. What I
need
is a System.Web.UI.P age mock object so I can then test my code behind in
nunit.

--
thanks - dave
david_at_windwa rd_dot_net
http://www.windwardreports.com

"Mark" wrote:
Yep, do a search in sourceforge for "mockobject s".

Cheers
Mark
"David Thielen" <th*****@nospam .nospam> wrote in message
news:0B******** *************** ***********@mic rosoft.com...
> Hi;
>
> Are there mock objects anywhere that I can use to write nunit tests for
> my
> code behind methods?
>
> --
> thanks - dave
> david_at_windwa rd_dot_net
> http://www.windwardreports.com
>


Mar 17 '06 #4
Hi.

We developped such a tool: POCMock
(http://www.prettyobjects.com/POCMock.aspx)

The .NET v2.0 version (POCMock2) is available but Standard version
only. With standard version, you can't mock libraries having more than
50 classes (but it is a free tool).

With Professional and Enterprise versions, you can mock what ever you
want. These version will be available soon (in March 2006).

Cheers.

Ludovic Dubois.

Mar 17 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1788
by: ischenko | last post by:
There is a (relatively) widely used technique in unit testing, called mock objects. There is even a pMock library which provides a Mock class for a Python environment. Given the "duck typing" nature of the Python itself, it's pretty trivial to build mocks without using any pre-built libraries. What is less trivial and potentially more worthwhile is to have a library of "stock" mock objects. For instance, I found myself re-implementing...
6
1972
by: Peter Rilling | last post by:
My development team is using VS.NET with VSS integration. They are able to check in and out from within VS.NET. We also use NUnit for testing our libraries. Currently our entire solution is checked into VSS along with all the associated projects. Many developers need to work on the same solution. The problem that I am having is getting a consistent unit test system setup so that it can easily be shared. Basically, in order to run...
1
494
by: Klas Mellbourn | last post by:
I have several assemblies, in separate dll:s, each with nunit tests embedded. Every assembly requires its own config file. I would like to run all nunit tests on the same command line. Like this: > nunit-console.exe foo.dll bar.dll Both foo.dll.config and bar.dll.config exists in the same directory. What seems to happen, though, is that only one of the config files is loaded (bar.dll.config), wich causes my nunit tests in foo.dll to...
2
1776
by: Sky Kim | last post by:
Hi, all. I've know NUnit for a while, now I try to use it. Most of application I develope is data base driven. I want to test data layer most with may input and checking the result, then compare with database if it returns right value or not. To do so, I need to save all inputs and results as development, debugging goes on.. But, NUnit doesn't seem to support it. and It require wrong Test coding.
4
2076
by: geoffblanduk_nospam | last post by:
I have an NUnit test plan with well over 500 tests. I now need to produce a test plan document for these tests - documenting them one by one with Word is a painfull task. I was thinking that there must be a automated way of doing this - maybe by using NDoc (although available formats don't seem particilariy suited)? Ideally the test plan would be produced with a section for every test
6
8380
by: Ray Tayek | last post by:
hi, i am preparing to teach a class in c++ and would like to intoduce some unit testing. i can make unit tests in c# using this dll and nant from the command line. i am using visual c++ 2005 express at home (the labs may have an earlier version). does anyone know how to tell visual studio to use this dll? thanks
3
2445
by: Joe Van Dyk | last post by:
Say I've written a class that wraps around a particular (complex) communication service library. I want to unit test objects that use that communication service. Is the "best practice" to create a Communication_Service abstract base class that my Concrete_Communication_Service and my Mock_Communication_Service both inherit from? (and then use the mock service when unit testing)
2
2740
by: j | last post by:
I've used NUnit before, but I've never had this problem. I am trying to test a web service. I've written my tests, decorated the fixture, and the tests and everything compiles, but when I load the DLL into NUnit, none of the tests load. The console output : NUnit version 2.2.9 Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.
0
1076
by: Fuzzyman | last post by:
Mock 0.4.0 has just been released, the first release in about ten months (but worth the wait). Mock is a simple library for testing: specifically for mocking, stubbing and patching. * Mock Homepage & Documentation http://www.voidspace.org.uk/python/mock.html * mock.py (module only) <http://www.voidspace.org.uk/downloads/mock.py * mock-0.4.0.zip (module, tests and documentation) <http:// www.voidspace.org.uk/downloads/mock-0.4.0.zip
0
9699
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9562
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10305
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9115
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7598
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6838
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5494
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4270
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3792
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.