GithubHelp home page GithubHelp logo

Comments (6)

rynowak avatar rynowak commented on July 26, 2024

This happens what you use [MemberData(...)]. It doesn't seem to cause any issues in VS from what I've seen (VS happily displays pass/fail for each case).

https://github.com/aspnet/Mvc/blob/ae4cafc002c8475d116b3c5c0be75fe9deb2cb11/test/Microsoft.AspNet.Mvc.Core.Test/ViewDataDictionaryTest.cs#L439

Is there any real impact to this that you're aware of? Please reopen if so.

from testing.

vijayrkn avatar vijayrkn commented on July 26, 2024

Unit Test framework throws an exception when we try to add the same message (testresult) multiple times.

framework.RecordResult(testResult);
results in error message - "The specified test case was not found in the current result context"

VS Test output log:
Error displaying test result: ViewDataDictionaryTest.Eval_EvaluatesExpressions. The specified test case was not found in the current result context.
Error displaying test result: ViewDataDictionaryTest.Eval_EvaluatesExpressions. The specified test case was not found in the current result context.
Error displaying test result: ViewDataDictionaryTest.CopyConstructors_CopyModelMetadata. The specified test case was not found in the current result context.
Error displaying test result: ViewDataDictionaryTest.CopyConstructors_CopyModelMetadata. The specified test case was not found in the current result context.
Error displaying test result: ViewDataDictionaryTest.CopyConstructors_CopyModelMetadata. The specified test case was not found in the current result context.
Error displaying test result: ViewDataDictionaryTest.CopyConstructors_CopyModelMetadata. The specified test case was not found in the current result context.
Error displaying test result: ViewDataDictionaryTest.SetModelDoesNotThrowOnEnumerableModel. The specified test case was not found in the current result context.

from testing.

brentschmaltz avatar brentschmaltz commented on July 26, 2024

I think this should be fixed.

  1. It confuses users as it is unexpected and they won't know if they made an error.
  2. The Output window is cleared out and displays a line starting with: "Error displaying ..."

from testing.

vijayrkn avatar vijayrkn commented on July 26, 2024

We can repro this with the current csproj and official non aspnet xunit integration

Error message:
Catastrophic failure: System.Runtime.InteropServices.COMException : The specified test case was not found in the current result context.

from testing.

vijayrkn avatar vijayrkn commented on July 26, 2024

image

Notice VS successfully records 2 testresults for this.

from testing.

Eilon avatar Eilon commented on July 26, 2024

This is by design. A test can have multiple results, which is the case of xUnit.net Theory tests that use MemberData.

from testing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.