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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:03:48+00:00 2026-05-11T12:03:48+00:00

I wrote a bunch of stories using NBehave. Now I have seen examples where

  • 0

I wrote a bunch of stories using NBehave.

Now I have seen examples where the output is display in human readily format (see this example)Wayback machine link

Is there any way to get this output in resharper?

  • 1 1 Answer
  • 3 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. 2026-05-11T12:03:48+00:00Added an answer on May 11, 2026 at 12:03 pm

    This was posted by Jörg Jenni on his blog. He shows how to get nBehave output to display:

    When working with the latest build of NBehave 0.4 you may notice that there is no output written to the ReSharper Testrunner Output anymore.

    Here is how I did workaround the problem. I derived the specs from the following class and every thing was fine again:

    public class SpecBaseWithConsoleOutput: SpecBase {   private EventHandler<EventArgs<MessageEventData>> addedHandler;   private EventHandler<EventArgs<Scenario>> scenarioCreatedHandler;      private EventHandler<EventArgs<Story>> storyCreatedHandler;   public override void MainSetup()   {     base.MainSetup();     addedHandler = (o, a) => Console.WriteLine(a.EventData.Message);     scenarioCreatedHandler = (o, a) => Console.WriteLine(a.EventData.Title);     storyCreatedHandler = (o, a) => Console.WriteLine(a.EventData.Title);     Story.MessageAdded += addedHandler;     Story.ScenarioCreated += scenarioCreatedHandler;     Story.StoryCreated += storyCreatedHandler;   }   public override void MainTeardown()   {     Story.MessageAdded -= addedHandler;     Story.ScenarioCreated -= scenarioCreatedHandler;     Story.StoryCreated -= storyCreatedHandler;     base.MainTeardown();   } } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote a bunch of crypto algorithms as classes and now I want to
I have a bunch of diagrams created using a Java diagramming tool that I
I have a program that i have wrote, internally i am using the Fping
I wrote a perl script using Tie::Handle::CSV to process a bunch of data in
I wrote a bash script that gets output from a website using curl and
I wrote a small algorithm using LINQ to read in a bunch of files
I have a bunch of scripts that I wrote at times when I did
I wrote a cellphone interface for a measurement device. I have a bunch of
I wrote a script that accessed a bunch of servers using nc on the
I have a web page with a bunch of links. I want to write

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.