Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 478801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T00:43:42+00:00 2026-05-13T00:43:42+00:00

Need some guidance on how to go about unit testing a shopping cart (.net

  • 0

Need some guidance on how to go about unit testing a shopping cart (.net mvc, c#).

I want to use sqllite as I am using nhibernate so I can create an in-memory version of my database for integration testing.

So I have a Cart object:

public class Cart
{
      void Add(Item item);
      void Delete(Item item);

      void CalculateTotalBLah();
}

so the method Add might look like:

public void Add(Item item)
{
     ItemDAO item = new SomeFactory();

     item.Add(item);
}

So there are 2 things I have to test I guess:

  1. that the in-memory representation of the Cart object adds the item to the cart.
  2. the database is correctly in synch. with the in-memory object.

The database test I believe is fairly straight forward.

How do I test #1, how do I remove the dependancy of the db operations? Does nunit do this for me somehow?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T00:43:42+00:00Added an answer on May 13, 2026 at 12:43 am

    You can use a repository pattern. Then create a Moq for the repository. The Mock should make sure the save was called. The shopping cart constructor should take an IRepository so you can either send in a Mock or the real thing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need some information about localization. I am using .net 2.0 with C# 2.0
Need some guidance figuring out what went wrong. I've been using mysql, phpmyadmin for
I need some guidance around which approach to use to load binary files from
Just need some quick guidance - I have a main frame, and I want
I need some guidance/advices from someone who has any ideea about custom jquery event.
I need some guidance/tutorial links/code logic to know how can we use web to
I need some guidance about XML parsing. in my case I have to parse
I am new to mocking and dependency injection and need some guidance. My application
I am new in this field and i desperately need some guidance from u
Really need just some guidance : Topological sort by arcs definition (from my question)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.