• karthik r 30
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have classes that perform different functions based on what the path prefix is for the site the user is logged into.  I am trying to write a test class to cover all the code for these various scenarios.  But, no matter what I try I cannot SET the pathPrefix to a certain value to allow the test class to cover all the code.  

Can someone tell me if this is possible and if so, how to do it?

Thanks!!