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 6635327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:02:23+00:00 2026-05-25T23:02:23+00:00

I’m trying to write some tests around some code previously written before I start

  • 0

I’m trying to write some tests around some code previously written before I start mucking with it. I’m running into issues where the controller method references some of the static variables that T4MVC makes for images and links. It is actually the same problem as my previous question here, but it’s not in a constructor.

The issue is code like this:

 if (User.IsInRole("Rate Admin") || User.IsInRole("Administrator"))
        {
            _ratesViewData.ActionLinks = new List<CustomActionLink>
                                             {
                                                 new CustomActionLink("Edit",
                                                                      editPath + Resources.DelimeterHyphen,
                                                                      Links.Content.Images.openwhite_gif),
                                                 new CustomActionLink("Delete",
                                                                      statusPath + Resources.DelimeterHyphen,
                                                                      Links.Content.Images.openwhite_gif)
                                             };
        }

The problem is the Links.Content.Images.openwhite_gif, down in T4MVC generated code it calls VirtualPathUtility.ToAbsolute from the static method ProcessVirtualPath. I can’t seem to mock ProcessVirtualPath or the VirtualPathUtility.

Now a comment above ProcessVirtualPath says it is called through a delegate to allow it to be replaced for unit testing. The delegate is:

 public static Func<string, string> ProcessVirtualPath = ProcessVirtualPathDefault;

How do I replace that is being called for ProcessVirtualPath to allow for unit testing. I don’t care if it really gets a valid path, I just don’t want it to blow up. Can I do that from my test method? With out changing code to test if it’s in debug in a non test project?

Also a related question is what is best practice for a piece of code like above? Where should one have code for permissions based conditions? Or even the actionlinks. I’m not sure why they are in a viewdata model.


OK I did get this to work with code mentioned in comment.

T4MVCHelpers.ProcessVirtualPath = (s) => "~/Content/Images";

BUT only when the test is ran individually, any test that needs this will fail if it is ran with another test that uses the TestControllerBuilder class and doesn’t set it. Why?

  • 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-25T23:02:24+00:00Added an answer on May 25, 2026 at 11:02 pm

    Maybe I’m not fully understanding the question, but why can’t you just set T4MVCHelpers.ProcessVirtualPath to some other method?

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

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a French site that I want to parse, but am running into
I am currently running into a problem where an element is coming back from
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I am trying to loop through a bunch of documents I have to put

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.