Results for C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\bin\Debug\tests.xunit.1.5.DLL
Tests run:
117
Failures:
29,
Skipped:
6,
Run time:
7.417s
Failed tests
0.000s✘
Name contains spaces : System.NotImplementedException : The method or operation is not implemented.
at tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithDisplayNames.ShouldNotSeeThis_NameShouldContainSpaces() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\TestsWithDisplayNames.cs:line 24
0.013s✘
NameComesFromAttribute : System.NotImplementedException : The method or operation is not implemented.
at tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithDisplayNames.ShouldNotSeeThis_NameShouldComeFromAttribute() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\TestsWithDisplayNames.cs:line 16
0.000s✘
tests.xunit.ExpectedToFail.CausingFrameworkFailures+AmbiguousMethodNames.MethodsWithOverridesCannotBeUniquelyFoundByName : System.InvalidOperationException : Fact method tests.xunit.ExpectedToFail.CausingFrameworkFailures+AmbiguousMethodNames.MethodsWithOverridesCannotBeUniquelyFoundByName cannot have parameters
at Xunit.Sdk.TestCommand.Execute(Object testClass)
at Xunit.Sdk.FixtureCommand.Execute(Object testClass)
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.000s✘
tests.xunit.ExpectedToFail.CausingFrameworkFailures+AmbiguousMethodNames.MethodsWithOverridesCannotBeUniquelyFoundByName : System.InvalidOperationException : Fact method tests.xunit.ExpectedToFail.CausingFrameworkFailures+AmbiguousMethodNames.MethodsWithOverridesCannotBeUniquelyFoundByName cannot have parameters
at Xunit.Sdk.TestCommand.Execute(Object testClass)
at Xunit.Sdk.FixtureCommand.Execute(Object testClass)
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.014s✘
tests.xunit.ExpectedToFail.FailingTests.FailsDueToAssert : Assert.Equal() Failure
Position: First difference is at position 0
Expected: this test
Actual: should fail
at tests.xunit.ExpectedToFail.FailingTests.FailsDueToAssert() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 29
0.001s✘
tests.xunit.ExpectedToFail.FailingTests.FailsDueToDebugAssert : Debug.Assert() Failure : message - supposed to fail
Detailed Message:
detailed message - supposed to fail
at System.Diagnostics.TraceInternal.Fail(String message, String detailMessage)
at System.Diagnostics.Debug.Assert(Boolean condition, String message, String detailMessage)
at tests.xunit.ExpectedToFail.FailingTests.FailsDueToDebugAssert() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 36
0.001s✘
tests.xunit.ExpectedToFail.FailingTests.FailsDueToThrownException : System.Exception : this test should fail
at tests.xunit.ExpectedToFail.FailingTests.FailsDueToThrownException() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 20
0.024s✘
tests.xunit.ExpectedToFail.FailingTests.FailsDueToTraceAssert : Debug.Assert() Failure : message - supposed to fail
Detailed Message:
detailed message - supposed to fail
at System.Diagnostics.TraceInternal.Fail(String message, String detailMessage)
at System.Diagnostics.Trace.Assert(Boolean condition, String message, String detailMessage)
at tests.xunit.ExpectedToFail.FailingTests.FailsDueToTraceAssert() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 43
0.000s✘
tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest("fail as well", 13) : Assert.Equal() Failure
Expected: 13
Actual: 12
at tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest(String value, Int32 expectedLength) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 152
0.002s✘
tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest("failing", 1) : Assert.Equal() Failure
Expected: 1
Actual: 7
at tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest(String value, Int32 expectedLength) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 152
0.000s✘
tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest("fails", 6) : Assert.Equal() Failure
Expected: 6
Actual: 5
at tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest(String value, Int32 expectedLength) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 152
0.000s✘
tests.xunit.ExpectedToFail.FailingTheoryTests.OneFailingTheoryTest("failing", 1) : Assert.Equal() Failure
Expected: 1
Actual: 7
at tests.xunit.ExpectedToFail.FailingTheoryTests.OneFailingTheoryTest(String value, Int32 expectedLength) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 139
0.006s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInBeforeAfterAttribute.AttributesThrowBeforeAndAfterTest : Xunit.Sdk.AfterTestException : One or more exceptions were thrown from After methods during test cleanup
System.InvalidOperationException thrown: Message from After attribute
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingAfterTestAttribute.After(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 322
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
0.001s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInBeforeAfterAttribute.AttributesThrowMultipleTimesAfterTests : Xunit.Sdk.AfterTestException : One or more exceptions were thrown from After methods during test cleanup
System.InvalidProgramException thrown: Second thrown exception
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingAfterTestAgainAttribute.After(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 330
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
System.InvalidOperationException thrown: Message from After attribute
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingAfterTestAttribute.After(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 322
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
0.000s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInBeforeAfterAttribute.AttributeThrowsAfterTest : Xunit.Sdk.AfterTestException : One or more exceptions were thrown from After methods during test cleanup
System.InvalidOperationException thrown: Message from After attribute
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingAfterTestAttribute.After(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 322
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
0.000s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInBeforeAfterAttribute.AttributeThrowsBeforeTest : System.InvalidOperationException : Message from Before attribute
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingBeforeTestAttribute.Before(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 314
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.001s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInConstructor.AnotherTest : System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
---- System.InvalidOperationException : Bad things happened in class constructor
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInConstructor..ctor() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 194
0.000s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInConstructor.ClassThrowsInConstructor : System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
---- System.InvalidOperationException : Bad things happened in class constructor
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInConstructor..ctor() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 194
0.003s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInDispose.TestThrowsAssert : System.InvalidOperationException : Something bad happened in class Dispose method
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInDispose.Dispose() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 218
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.000s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInDispose.WorkingTest : System.InvalidOperationException : Something bad happened in class Dispose method
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInDispose.Dispose() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 218
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.001s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInFixtureDispose.TestThrowsAssert : Assert.Equal() Failure
Expected: 1
Actual: 134
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInFixtureDispose.TestThrowsAssert() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 301
0.001s✘
tests.xunit.ExpectedToFail.InvalidFactMethod.TooManyParametersForFact : System.InvalidOperationException : Fact method tests.xunit.ExpectedToFail.InvalidFactMethod.TooManyParametersForFact cannot have parameters
at Xunit.Sdk.TestCommand.Execute(Object testClass)
at Xunit.Sdk.FixtureCommand.Execute(Object testClass)
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.001s✘
tests.xunit.ExpectedToFail.NestedExceptions.HasInnerException : System.InvalidProgramException : Invalid program exception message
---- System.InvalidOperationException : Invalid operation exception message
at tests.xunit.ExpectedToFail.NestedExceptions.HasInnerException() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 73
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.NestedExceptions.CallAnotherMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 111
at tests.xunit.ExpectedToFail.NestedExceptions.CallSomeMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 106
at tests.xunit.ExpectedToFail.NestedExceptions.HasInnerException() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 67
0.003s✘
tests.xunit.ExpectedToFail.NestedExceptions.HasThreeInnerExceptions : System.InvalidProgramException : Invalid program exception message
---- System.IO.InvalidDataException : Invalid data exception message
-------- System.InvalidOperationException : Invalid operation exception message
at tests.xunit.ExpectedToFail.NestedExceptions.HasThreeInnerExceptions() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 102
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.NestedExceptions.CallOneMoreMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 124
at tests.xunit.ExpectedToFail.NestedExceptions.HasThreeInnerExceptions() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 96
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.NestedExceptions.CallAnotherMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 111
at tests.xunit.ExpectedToFail.NestedExceptions.CallSomeMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 106
at tests.xunit.ExpectedToFail.NestedExceptions.CallOneMoreMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 118
0.001s✘
tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithTraits.TestHasNameTrait : System.NotImplementedException : What should this do?
at tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithTraits.TestHasNameTrait() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\TestsWithTraits.cs:line 13
0.004s✘
tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithTraits.TestMethodHasCategoryTrait : System.NotImplementedException : Categories not yet supported
at tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithTraits.TestMethodHasCategoryTrait() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\TestsWithTraits.cs:line 19
0.117s✘
tests.xunit.ExpectedToFail.TimedOutTests.TestShouldTimeOut : Test execution time exceeded: 100ms
Failed fixtures
✘tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInFixtureConstructor : System.InvalidOperationException : Something bad happened in the fixture constructor
Stack Trace:
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.FixtureThatThrowsInConstructor..ctor() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 243
✘tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInFixtureDispose : System.InvalidOperationException : Something bad happened in the fixture Dispose method
Stack Trace:
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.FixtureThatThrowsInDispose.Dispose() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 258
at Xunit.Sdk.TestClassCommand.ClassFinish()
Skipped tests
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesDebugTraceOutput : xunit does not support capturing output from System.Diagnostics.Trace
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesTraceErrorOutput : xunit does not support capturing output from System.Diagnostics.Trace
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesTraceInformationOutput : xunit does not support capturing output from System.Diagnostics.Trace
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesTraceOutput : xunit does not support capturing output from System.Diagnostics.Trace
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesTraceWarningOutput : xunit does not support capturing output from System.Diagnostics.Trace
Skipped❢
tests.xunit.SkippedTests.SkippedTestMethod : This is the skip reason
All tests
Click test class name to expand/collapse test details
0.001s✔
tests.xunit.CapturesOutput.CapturesDebugTrace
(5 tests)
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesDebugTraceOutput : xunit does not support capturing output from System.Diagnostics.Trace
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesTraceErrorOutput : xunit does not support capturing output from System.Diagnostics.Trace
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesTraceInformationOutput : xunit does not support capturing output from System.Diagnostics.Trace
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesTraceOutput : xunit does not support capturing output from System.Diagnostics.Trace
Skipped❢
tests.xunit.CapturesOutput.CapturesDebugTrace.CapturesTraceWarningOutput : xunit does not support capturing output from System.Diagnostics.Trace
0.002s✔
tests.xunit.CapturesOutput.CapturesStandardOutput
(2 tests)
0.002s✔
tests.xunit.CapturesOutput.CapturesStandardOutput.CapturesStdErr
0.000s✔
tests.xunit.CapturesOutput.CapturesStandardOutput.CapturesStdOut
0.000s✔
tests.xunit.CustomAttributes.CustomFactAttribute
(1 test)
0.000s✔
tests.xunit.CustomAttributes.CustomFactAttribute.MyTestMethod
0.000s✔
tests.xunit.CustomAttributes.CustomTheoryAttribute
(5 tests)
0.000s✔
tests.xunit.CustomAttributes.CustomTheoryAttribute.MyTestMethod
0.000s✔
tests.xunit.CustomAttributes.CustomTheoryAttribute.MyTestMethod
0.000s✔
tests.xunit.CustomAttributes.CustomTheoryAttribute.MyTestMethod
0.000s✔
tests.xunit.CustomAttributes.CustomTheoryAttribute.MyTestMethod
0.000s✔
tests.xunit.CustomAttributes.CustomTheoryAttribute.MyTestMethod
2.010s✔
tests.xunit.DemonstrateRandomRunningOrder
(20 tests)
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test01
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test02
0.102s✔
tests.xunit.DemonstrateRandomRunningOrder.Test03
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test04
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test05
0.101s✔
tests.xunit.DemonstrateRandomRunningOrder.Test06
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test07
0.101s✔
tests.xunit.DemonstrateRandomRunningOrder.Test08
0.101s✔
tests.xunit.DemonstrateRandomRunningOrder.Test09
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test10
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test11
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test12
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test13
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test14
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test15
0.102s✔
tests.xunit.DemonstrateRandomRunningOrder.Test16
0.101s✔
tests.xunit.DemonstrateRandomRunningOrder.Test17
0.102s✔
tests.xunit.DemonstrateRandomRunningOrder.Test18
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test19
0.100s✔
tests.xunit.DemonstrateRandomRunningOrder.Test20
0.000s✘
tests.xunit.ExpectedToFail.CausingFrameworkFailures+AmbiguousMethodNames
(2 tests)
0.000s✘
tests.xunit.ExpectedToFail.CausingFrameworkFailures+AmbiguousMethodNames.MethodsWithOverridesCannotBeUniquelyFoundByName : System.InvalidOperationException : Fact method tests.xunit.ExpectedToFail.CausingFrameworkFailures+AmbiguousMethodNames.MethodsWithOverridesCannotBeUniquelyFoundByName cannot have parameters
at Xunit.Sdk.TestCommand.Execute(Object testClass)
at Xunit.Sdk.FixtureCommand.Execute(Object testClass)
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.000s✘
tests.xunit.ExpectedToFail.CausingFrameworkFailures+AmbiguousMethodNames.MethodsWithOverridesCannotBeUniquelyFoundByName : System.InvalidOperationException : Fact method tests.xunit.ExpectedToFail.CausingFrameworkFailures+AmbiguousMethodNames.MethodsWithOverridesCannotBeUniquelyFoundByName cannot have parameters
at Xunit.Sdk.TestCommand.Execute(Object testClass)
at Xunit.Sdk.FixtureCommand.Execute(Object testClass)
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.040s✘
tests.xunit.ExpectedToFail.FailingTests
(4 tests)
0.014s✘
tests.xunit.ExpectedToFail.FailingTests.FailsDueToAssert : Assert.Equal() Failure
Position: First difference is at position 0
Expected: this test
Actual: should fail
at tests.xunit.ExpectedToFail.FailingTests.FailsDueToAssert() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 29
0.001s✘
tests.xunit.ExpectedToFail.FailingTests.FailsDueToDebugAssert : Debug.Assert() Failure : message - supposed to fail
Detailed Message:
detailed message - supposed to fail
at System.Diagnostics.TraceInternal.Fail(String message, String detailMessage)
at System.Diagnostics.Debug.Assert(Boolean condition, String message, String detailMessage)
at tests.xunit.ExpectedToFail.FailingTests.FailsDueToDebugAssert() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 36
0.001s✘
tests.xunit.ExpectedToFail.FailingTests.FailsDueToThrownException : System.Exception : this test should fail
at tests.xunit.ExpectedToFail.FailingTests.FailsDueToThrownException() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 20
0.024s✘
tests.xunit.ExpectedToFail.FailingTests.FailsDueToTraceAssert : Debug.Assert() Failure : message - supposed to fail
Detailed Message:
detailed message - supposed to fail
at System.Diagnostics.TraceInternal.Fail(String message, String detailMessage)
at System.Diagnostics.Trace.Assert(Boolean condition, String message, String detailMessage)
at tests.xunit.ExpectedToFail.FailingTests.FailsDueToTraceAssert() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 43
0.002s✘
tests.xunit.ExpectedToFail.FailingTheoryTests
(6 tests)
0.000s✘
tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest("fail as well", 13) : Assert.Equal() Failure
Expected: 13
Actual: 12
at tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest(String value, Int32 expectedLength) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 152
0.002s✘
tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest("failing", 1) : Assert.Equal() Failure
Expected: 1
Actual: 7
at tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest(String value, Int32 expectedLength) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 152
0.000s✘
tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest("fails", 6) : Assert.Equal() Failure
Expected: 6
Actual: 5
at tests.xunit.ExpectedToFail.FailingTheoryTests.MultipleFailingTheoryTest(String value, Int32 expectedLength) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 152
0.000s✘
tests.xunit.ExpectedToFail.FailingTheoryTests.OneFailingTheoryTest("failing", 1) : Assert.Equal() Failure
Expected: 1
Actual: 7
at tests.xunit.ExpectedToFail.FailingTheoryTests.OneFailingTheoryTest(String value, Int32 expectedLength) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 139
0.000s✔
tests.xunit.ExpectedToFail.FailingTheoryTests.OneFailingTheoryTest("works as well", 13)
0.000s✔
tests.xunit.ExpectedToFail.FailingTheoryTests.OneFailingTheoryTest("works", 5)
0.007s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInBeforeAfterAttribute
(4 tests)
0.006s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInBeforeAfterAttribute.AttributesThrowBeforeAndAfterTest : Xunit.Sdk.AfterTestException : One or more exceptions were thrown from After methods during test cleanup
System.InvalidOperationException thrown: Message from After attribute
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingAfterTestAttribute.After(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 322
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
0.001s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInBeforeAfterAttribute.AttributesThrowMultipleTimesAfterTests : Xunit.Sdk.AfterTestException : One or more exceptions were thrown from After methods during test cleanup
System.InvalidProgramException thrown: Second thrown exception
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingAfterTestAgainAttribute.After(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 330
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
System.InvalidOperationException thrown: Message from After attribute
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingAfterTestAttribute.After(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 322
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
0.000s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInBeforeAfterAttribute.AttributeThrowsAfterTest : Xunit.Sdk.AfterTestException : One or more exceptions were thrown from After methods during test cleanup
System.InvalidOperationException thrown: Message from After attribute
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingAfterTestAttribute.After(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 322
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
0.000s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInBeforeAfterAttribute.AttributeThrowsBeforeTest : System.InvalidOperationException : Message from Before attribute
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowingBeforeTestAttribute.Before(MethodInfo methodUnderTest) in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 314
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.001s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInConstructor
(2 tests)
0.001s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInConstructor.AnotherTest : System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
---- System.InvalidOperationException : Bad things happened in class constructor
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInConstructor..ctor() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 194
0.000s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInConstructor.ClassThrowsInConstructor : System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
---- System.InvalidOperationException : Bad things happened in class constructor
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInConstructor..ctor() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 194
0.003s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInDispose
(2 tests)
0.003s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInDispose.TestThrowsAssert : System.InvalidOperationException : Something bad happened in class Dispose method
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInDispose.Dispose() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 218
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.000s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInDispose.WorkingTest : System.InvalidOperationException : Something bad happened in class Dispose method
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInDispose.Dispose() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 218
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.000s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInFixtureConstructor
(1 test)
0.001s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInFixtureDispose
(3 tests)
0.001s✘
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInFixtureDispose.TestThrowsAssert : Assert.Equal() Failure
Expected: 1
Actual: 134
at tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode.ThrowsInFixtureDispose.TestThrowsAssert() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 301
0.000s✔
tests.xunit.ExpectedToFail.FailuresInNonTestMethodCode+ThrowsInFixtureDispose.WorkingTest
0.001s✘
tests.xunit.ExpectedToFail.InvalidFactMethod
(1 test)
0.001s✘
tests.xunit.ExpectedToFail.InvalidFactMethod.TooManyParametersForFact : System.InvalidOperationException : Fact method tests.xunit.ExpectedToFail.InvalidFactMethod.TooManyParametersForFact cannot have parameters
at Xunit.Sdk.TestCommand.Execute(Object testClass)
at Xunit.Sdk.FixtureCommand.Execute(Object testClass)
at Xunit.Sdk.BeforeAfterCommand.Execute(Object testClass)
at Xunit.Sdk.LifetimeCommand.Execute(Object testClass)
at Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0()
at Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate delegate)
0.004s✘
tests.xunit.ExpectedToFail.NestedExceptions
(2 tests)
0.001s✘
tests.xunit.ExpectedToFail.NestedExceptions.HasInnerException : System.InvalidProgramException : Invalid program exception message
---- System.InvalidOperationException : Invalid operation exception message
at tests.xunit.ExpectedToFail.NestedExceptions.HasInnerException() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 73
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.NestedExceptions.CallAnotherMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 111
at tests.xunit.ExpectedToFail.NestedExceptions.CallSomeMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 106
at tests.xunit.ExpectedToFail.NestedExceptions.HasInnerException() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 67
0.003s✘
tests.xunit.ExpectedToFail.NestedExceptions.HasThreeInnerExceptions : System.InvalidProgramException : Invalid program exception message
---- System.IO.InvalidDataException : Invalid data exception message
-------- System.InvalidOperationException : Invalid operation exception message
at tests.xunit.ExpectedToFail.NestedExceptions.HasThreeInnerExceptions() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 102
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.NestedExceptions.CallOneMoreMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 124
at tests.xunit.ExpectedToFail.NestedExceptions.HasThreeInnerExceptions() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 96
----- Inner Stack Trace -----
at tests.xunit.ExpectedToFail.NestedExceptions.CallAnotherMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 111
at tests.xunit.ExpectedToFail.NestedExceptions.CallSomeMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 106
at tests.xunit.ExpectedToFail.NestedExceptions.CallOneMoreMethod() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\FailingTests.cs:line 118
0.013s✘
tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithDisplayNames
(2 tests)
0.000s✘
Name contains spaces : System.NotImplementedException : The method or operation is not implemented.
at tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithDisplayNames.ShouldNotSeeThis_NameShouldContainSpaces() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\TestsWithDisplayNames.cs:line 24
0.013s✘
NameComesFromAttribute : System.NotImplementedException : The method or operation is not implemented.
at tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithDisplayNames.ShouldNotSeeThis_NameShouldComeFromAttribute() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\TestsWithDisplayNames.cs:line 16
0.005s✘
tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithTraits
(2 tests)
0.001s✘
tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithTraits.TestHasNameTrait : System.NotImplementedException : What should this do?
at tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithTraits.TestHasNameTrait() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\TestsWithTraits.cs:line 13
0.004s✘
tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithTraits.TestMethodHasCategoryTrait : System.NotImplementedException : Categories not yet supported
at tests.xunit.ExpectedToFail.NotYetImplemented.TestsWithTraits.TestMethodHasCategoryTrait() in C:\Users\matt\Projects\OpenSource\xunitcontrib\resharper\tests.xunitcontrib.runner.resharper.manual\tests.xunit.1.5\TestsWithTraits.cs:line 19
0.117s✘
tests.xunit.ExpectedToFail.TimedOutTests
(1 test)
0.117s✘
tests.xunit.ExpectedToFail.TimedOutTests.TestShouldTimeOut : Test execution time exceeded: 100ms
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass
(10 tests)
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.InternalMethod
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.InternalStaticMethod
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.PrivateInternalStaticMethod
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.PrivateMethod
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.ProtectedInternalMethod
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.ProtectedInternalStaticMethod
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.ProtectedMethod
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.ProtectedStaticMethod
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.PublicMethod
0.000s✔
tests.xunit.MixedMethodVisibility.PublicClass.PublicStaticMethod
0.188s✔
tests.xunit.ReadsFromConfigFile.ReadsFromConfigFile
(1 test)
0.188s✔
tests.xunit.ReadsFromConfigFile.ReadsFromConfigFile.ReadsAppSettings
0.000s✔
tests.xunit.SkippedTests
(1 test)
Skipped❢
tests.xunit.SkippedTests.SkippedTestMethod : This is the skip reason
4.999s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests
(14 tests)
0.502s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(1)
0.499s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(10)
0.499s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(2)
0.500s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(3)
0.499s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(4)
0.500s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(5)
0.499s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(6)
0.499s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(7)
0.501s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(8)
0.500s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.DemonstrateTheoryTestRandomOrdering(9)
0.001s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.SuccessfulMultipleLineTheoryTest("cheese", 6)
0.000s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.SuccessfulMultipleLineTheoryTest("hello world", 11)
0.000s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.SuccessfulMultipleLineTheoryTest("hello", 5)
0.000s✔
tests.xunit.SuccessfulTheoryTests.TheoryTests.SuccessfulSingleLineTheoryTest("hello", 5)
0.000s✔
tests.xunit.TestClassLifecycle.TestClassLifecycle
(5 tests)
0.000s✔
tests.xunit.TestClassLifecycle.TestClassLifecycle.Test01
0.000s✔
tests.xunit.TestClassLifecycle.TestClassLifecycle.Test02
0.000s✔
tests.xunit.TestClassLifecycle.TestClassLifecycle.Test03
0.000s✔
tests.xunit.TestClassLifecycle.TestClassLifecycle.Test04
0.000s✔
tests.xunit.TestClassLifecycle.TestClassLifecycle.Test05
0.000s✔
tests.xunit.TestClassLifecycle.TheoryTestClassLifecycle
(5 tests)
0.000s✔
tests.xunit.TestClassLifecycle.TheoryTestClassLifecycle.AllTests(1)
0.000s✔
tests.xunit.TestClassLifecycle.TheoryTestClassLifecycle.AllTests(2)
0.000s✔
tests.xunit.TestClassLifecycle.TheoryTestClassLifecycle.AllTests(3)
0.000s✔
tests.xunit.TestClassLifecycle.TheoryTestClassLifecycle.AllTests(4)
0.000s✔
tests.xunit.TestClassLifecycle.TheoryTestClassLifecycle.AllTests(5)
0.001s✔
tests.xunit.TestsInDerivedClasses.ConcreteBaseClass
(1 test)
0.001s✔
tests.xunit.TestsInDerivedClasses.ConcreteBaseClass.BaseTestMethod
0.001s✔
tests.xunit.TestsInDerivedClasses.DerivedFromAbstractBaseClass
(2 tests)
0.000s✔
tests.xunit.TestsInDerivedClasses.DerivedFromAbstractBaseClass.AbstractBaseTestMethod
0.001s✔
tests.xunit.TestsInDerivedClasses.DerivedFromAbstractBaseClass.DerivedTestMethod
0.001s✔
tests.xunit.TestsInDerivedClasses.DerivedFromConcreateBaseClass
(2 tests)
0.000s✔
tests.xunit.TestsInDerivedClasses.DerivedFromConcreateBaseClass.BaseTestMethod
0.001s✔
tests.xunit.TestsInDerivedClasses.DerivedFromConcreateBaseClass.DerivedTestMethod
0.000s✔
tests.xunit.TestsInNestedClasses.ParentClass+NestedClass
(1 test)
0.000s✔
tests.xunit.TestsInNestedClasses.ParentClass+NestedClass.NestedTestIsValid
0.012s✔
tests.xunit.TestsWithFixtures.TestsWithFixtures
(5 tests)
0.000s✔
tests.xunit.TestsWithFixtures.TestsWithFixtures.Test01
0.012s✔
tests.xunit.TestsWithFixtures.TestsWithFixtures.Test02
0.000s✔
tests.xunit.TestsWithFixtures.TestsWithFixtures.Test03
0.000s✔
tests.xunit.TestsWithFixtures.TestsWithFixtures.Test04
0.000s✔
tests.xunit.TestsWithFixtures.TestsWithFixtures.Test05
0.008s✔
tests.xunit.TestsWithFixtures.TheoryTestsWithFixtures
(5 tests)
0.000s✔
tests.xunit.TestsWithFixtures.TheoryTestsWithFixtures.AllTests(1)
0.000s✔
tests.xunit.TestsWithFixtures.TheoryTestsWithFixtures.AllTests(2)
0.000s✔
tests.xunit.TestsWithFixtures.TheoryTestsWithFixtures.AllTests(3)
0.000s✔
tests.xunit.TestsWithFixtures.TheoryTestsWithFixtures.AllTests(4)
0.008s✔
tests.xunit.TestsWithFixtures.TheoryTestsWithFixtures.AllTests(5)
Results generated 2009-06-18 at 22:47:51