-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to Xunit #52
Port to Xunit #52
Commits on Aug 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a38abc3 - Browse repository at this point
Copy the full SHA a38abc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ecb1d - Browse repository at this point
Copy the full SHA 14ecb1dView commit details -
Replace
Assert.Ignore
withTckAssert.Skip
andAssert.Fail
with ……`TckAssert.Fail`
Configuration menu - View commit details
-
Copy full SHA for e2c1ae3 - Browse repository at this point
Copy the full SHA e2c1ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e56e66 - Browse repository at this point
Copy the full SHA 6e56e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e9f3e - Browse repository at this point
Copy the full SHA 56e9f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08db990 - Browse repository at this point
Copy the full SHA 08db990View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6f42e - Browse repository at this point
Copy the full SHA ce6f42eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e080b - Browse repository at this point
Copy the full SHA 72e080bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d484a57 - Browse repository at this point
Copy the full SHA d484a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4a538 - Browse repository at this point
Copy the full SHA 1c4a538View commit details
Commits on May 17, 2021
-
Merge branch 'master' into Update_to_Xunit
# Conflicts: # src/examples/Reactive.Streams.Example.Unicast.Tests/SyncSubscriberTest.cs # src/examples/Reactive.Streams.Example.Unicast.Tests/SyncSubscriberWhiteboxTest.cs # src/tck/Reactive.Streams.TCK.Tests/EmptyLazyPublisherTest.cs # src/tck/Reactive.Streams.TCK.Tests/IdentityProcessorVerificationTest.cs # src/tck/Reactive.Streams.TCK.Tests/RangePublisherTest.cs # src/tck/Reactive.Streams.TCK.Tests/SingleElementPublisherTest.cs # src/tck/Reactive.Streams.TCK.Tests/SubscriberBlackboxVerificationTest.cs # src/tck/Reactive.Streams.TCK.Tests/Support/TCKVerificationSupport.cs # src/tck/Reactive.Streams.TCK.Tests/SyncTriggeredDemandSubscriberTest.cs # src/tck/Reactive.Streams.TCK.Tests/SyncTriggeredDemandSubscriberWhiteboxTest.cs
Configuration menu - View commit details
-
Copy full SHA for feb6247 - Browse repository at this point
Copy the full SHA feb6247View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9b05e3 - Browse repository at this point
Copy the full SHA d9b05e3View commit details -
Add xunit and Xunit.SkippableFact, replace [Test] with [SkippableFact]
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e2e02f - Browse repository at this point
Copy the full SHA 3e2e02fView commit details -
Replace IgnoreException with SkipException
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c21b07 - Browse repository at this point
Copy the full SHA 2c21b07View commit details -
Replace
Assert.Ignore
withTckAssert.Skip
andAssert.Fail
with ……`TckAssert.Fail` Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c56cd0 - Browse repository at this point
Copy the full SHA 4c56cd0View commit details -
replace Assert functions to the equivalent version in Xunit
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fa653e - Browse repository at this point
Copy the full SHA 9fa653eView commit details -
Add
Assert.Fail
andAssert.Ignore
supportSigned-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6cb650 - Browse repository at this point
Copy the full SHA a6cb650View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b50b7b - Browse repository at this point
Copy the full SHA 5b50b7bView commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab53717 - Browse repository at this point
Copy the full SHA ab53717View commit details -
Fix OptionalActivePublisherTest, it was eating all exceptions
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49fd87e - Browse repository at this point
Copy the full SHA 49fd87eView commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 044a695 - Browse repository at this point
Copy the full SHA 044a695View commit details -
Update build script to dotnet 3.1.105 LTS, add RunTestsDotNet build args
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a7436a - Browse repository at this point
Copy the full SHA 3a7436aView commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a85e83 - Browse repository at this point
Copy the full SHA 3a85e83View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de965e7 - Browse repository at this point
Copy the full SHA de965e7View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5466f9 - Browse repository at this point
Copy the full SHA a5466f9View commit details -
Port NUnit to XUnit, update target frameworks to netstandard2.0 and n…
…et461, update nuget package versions Author: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1093ff0 - Browse repository at this point
Copy the full SHA 1093ff0View commit details -
Update framework targets and package versions
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 635332b - Browse repository at this point
Copy the full SHA 635332bView commit details -
Merge branch 'Update_to_Xunit' of github.com:Arkatufus/reactive-strea…
…ms-dotnet into Update_to_Xunit # Conflicts: # src/tck/Reactive.Streams.TCK.Tests/SingleElementPublisherTest.cs # src/tck/Reactive.Streams.TCK.Tests/SyncTriggeredDemandSubscriberTest.cs # src/tck/Reactive.Streams.TCK.Tests/SyncTriggeredDemandSubscriberWhiteboxTest.cs
Configuration menu - View commit details
-
Copy full SHA for b566ecf - Browse repository at this point
Copy the full SHA b566ecfView commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94e485b - Browse repository at this point
Copy the full SHA 94e485bView commit details -
Fix missing Cancel() in tests that don't consume the entire source (#32)
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abd4803 - Browse repository at this point
Copy the full SHA abd4803View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0225ec - Browse repository at this point
Copy the full SHA c0225ecView commit details -
Skip §2.13 for value types (#34)
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83730c7 - Browse repository at this point
Copy the full SHA 83730c7View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d45bfa5 - Browse repository at this point
Copy the full SHA d45bfa5View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b34b05 - Browse repository at this point
Copy the full SHA 2b34b05View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36ebf21 - Browse repository at this point
Copy the full SHA 36ebf21View commit details -
Add the 'I' prefix to component names
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d687fc - Browse repository at this point
Copy the full SHA 5d687fcView commit details -
Subscritpion to Subscription Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8964c0 - Browse repository at this point
Copy the full SHA d8964c0View commit details -
* added xml documentation * Updated NUnit runner Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dac6326 - Browse repository at this point
Copy the full SHA dac6326View commit details -
Preparing for relicensing to MIT-0
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a819a0e - Browse repository at this point
Copy the full SHA a819a0eView commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 785397d - Browse repository at this point
Copy the full SHA 785397dView commit details -
Add xunit and Xunit.SkippableFact, replace [Test] with [SkippableFact]
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b68530b - Browse repository at this point
Copy the full SHA b68530bView commit details -
Replace IgnoreException with SkipException
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbf7f35 - Browse repository at this point
Copy the full SHA fbf7f35View commit details -
Replace
Assert.Ignore
withTckAssert.Skip
andAssert.Fail
with ……`TckAssert.Fail` Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39d5b7b - Browse repository at this point
Copy the full SHA 39d5b7bView commit details -
replace Assert functions to the equivalent version in Xunit
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 463a68c - Browse repository at this point
Copy the full SHA 463a68cView commit details -
Add
Assert.Fail
andAssert.Ignore
supportSigned-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 380a841 - Browse repository at this point
Copy the full SHA 380a841View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f43349c - Browse repository at this point
Copy the full SHA f43349cView commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fd7136 - Browse repository at this point
Copy the full SHA 7fd7136View commit details -
Fix OptionalActivePublisherTest, it was eating all exceptions
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ff3cba - Browse repository at this point
Copy the full SHA 5ff3cbaView commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc73d6b - Browse repository at this point
Copy the full SHA bc73d6bView commit details -
Update build script to dotnet 3.1.105 LTS, add RunTestsDotNet build args
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79008d1 - Browse repository at this point
Copy the full SHA 79008d1View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07b7f26 - Browse repository at this point
Copy the full SHA 07b7f26View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9fb096 - Browse repository at this point
Copy the full SHA b9fb096View commit details -
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ec79c5 - Browse repository at this point
Copy the full SHA 5ec79c5View commit details -
Port NUnit to XUnit, update target frameworks to netstandard2.0 and n…
…et461, update nuget package versions Author: Gregorius Soedharmo <[email protected]> Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ff6255 - Browse repository at this point
Copy the full SHA 2ff6255View commit details -
Update framework targets and package versions
Signed-off-by: Gregorius Soedharmo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68ef99a - Browse repository at this point
Copy the full SHA 68ef99aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b45555b - Browse repository at this point
Copy the full SHA b45555bView commit details -
Merge branch 'Update_to_Xunit' of github.com:Arkatufus/reactive-strea…
…ms-dotnet into Update_to_Xunit
Configuration menu - View commit details
-
Copy full SHA for 9c99de1 - Browse repository at this point
Copy the full SHA 9c99de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16412fd - Browse repository at this point
Copy the full SHA 16412fdView commit details