Skip to content
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

Closed
wants to merge 58 commits into from
Closed

Port to Xunit #52

wants to merge 58 commits into from

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    a38abc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ecb1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c1ae3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e56e66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56e9f3e View commit details
    Browse the repository at this point in the history
  6. Remove TextFixtureAttribute

    Arkatufus committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    08db990 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce6f42e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72e080b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d484a57 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c4a538 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. 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
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    feb6247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b05e3 View commit details
    Browse the repository at this point in the history
  3. Add xunit and Xunit.SkippableFact, replace [Test] with [SkippableFact]

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    3e2e02f View commit details
    Browse the repository at this point in the history
  4. Replace IgnoreException with SkipException

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    2c21b07 View commit details
    Browse the repository at this point in the history
  5. Replace Assert.Ignore with TckAssert.Skip and Assert.Fail with …

    …`TckAssert.Fail`
    
    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    4c56cd0 View commit details
    Browse the repository at this point in the history
  6. replace Assert functions to the equivalent version in Xunit

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    9fa653e View commit details
    Browse the repository at this point in the history
  7. Add Assert.Fail and Assert.Ignore support

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    a6cb650 View commit details
    Browse the repository at this point in the history
  8. Remove TextFixtureAttribute

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    5b50b7b View commit details
    Browse the repository at this point in the history
  9. Add ITestOutputHelper support

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ab53717 View commit details
    Browse the repository at this point in the history
  10. Fix OptionalActivePublisherTest, it was eating all exceptions

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    49fd87e View commit details
    Browse the repository at this point in the history
  11. Turn on netcoreapp3.1 testing

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    044a695 View commit details
    Browse the repository at this point in the history
  12. Update build script to dotnet 3.1.105 LTS, add RunTestsDotNet build args

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    3a7436a View commit details
    Browse the repository at this point in the history
  13. Added me to relicensing file

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    marcpiechura authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    3a85e83 View commit details
    Browse the repository at this point in the history
  14. Signed relicensing doc

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    cconstantin authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    de965e7 View commit details
    Browse the repository at this point in the history
  15. Update Relicensing.txt

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    alexvaluyskiy authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    a5466f9 View commit details
    Browse the repository at this point in the history
  16. Port NUnit to XUnit, update target frameworks to netstandard2.0 and n…

    …et461, update nuget package versions
    
    Author:    Gregorius Soedharmo <[email protected]>
    viktorklang authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    1093ff0 View commit details
    Browse the repository at this point in the history
  17. Update framework targets and package versions

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    635332b View commit details
    Browse the repository at this point in the history
  18. 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
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    b566ecf View commit details
    Browse the repository at this point in the history
  19. Added copyright

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    alexvaluyskiy authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    94e485b View commit details
    Browse the repository at this point in the history
  20. Fix missing Cancel() in tests that don't consume the entire source (#32)

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    akarnokd authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    abd4803 View commit details
    Browse the repository at this point in the history
  21. Update CopyrightWaivers.txt

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    akarnokd authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    c0225ec View commit details
    Browse the repository at this point in the history
  22. Skip §2.13 for value types (#34)

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Marc Piechura authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    83730c7 View commit details
    Browse the repository at this point in the history
  23. fail if timeout is reached

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    marcpiechura authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    d45bfa5 View commit details
    Browse the repository at this point in the history
  24. 1.0.0 stable release (#28)

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Marc Piechura authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    2b34b05 View commit details
    Browse the repository at this point in the history
  25. bump version

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Marc Piechura authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    36ebf21 View commit details
    Browse the repository at this point in the history
  26. Add the 'I' prefix to component names

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    akarnokd authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    5d687fc View commit details
    Browse the repository at this point in the history
  27. Update AsyncSubscriber.cs

    Subscritpion to Subscription
    
    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Megasware128 authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    d8964c0 View commit details
    Browse the repository at this point in the history
  28. Added xml documentation (#42)

    * added xml documentation
    
    * Updated NUnit runner
    
    Signed-off-by: Gregorius Soedharmo <[email protected]>
    alexvaluyskiy authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    dac6326 View commit details
    Browse the repository at this point in the history
  29. Preparing for relicensing to MIT-0

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    viktorklang authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    a819a0e View commit details
    Browse the repository at this point in the history
  30. Update Relicensing.txt

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    akarnokd authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    785397d View commit details
    Browse the repository at this point in the history
  31. Add xunit and Xunit.SkippableFact, replace [Test] with [SkippableFact]

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    b68530b View commit details
    Browse the repository at this point in the history
  32. Replace IgnoreException with SkipException

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    fbf7f35 View commit details
    Browse the repository at this point in the history
  33. Replace Assert.Ignore with TckAssert.Skip and Assert.Fail with …

    …`TckAssert.Fail`
    
    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    39d5b7b View commit details
    Browse the repository at this point in the history
  34. replace Assert functions to the equivalent version in Xunit

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    463a68c View commit details
    Browse the repository at this point in the history
  35. Add Assert.Fail and Assert.Ignore support

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    380a841 View commit details
    Browse the repository at this point in the history
  36. Remove TextFixtureAttribute

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    f43349c View commit details
    Browse the repository at this point in the history
  37. Add ITestOutputHelper support

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    7fd7136 View commit details
    Browse the repository at this point in the history
  38. Fix OptionalActivePublisherTest, it was eating all exceptions

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    5ff3cba View commit details
    Browse the repository at this point in the history
  39. Turn on netcoreapp3.1 testing

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    bc73d6b View commit details
    Browse the repository at this point in the history
  40. Update build script to dotnet 3.1.105 LTS, add RunTestsDotNet build args

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    79008d1 View commit details
    Browse the repository at this point in the history
  41. Added me to relicensing file

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    marcpiechura authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    07b7f26 View commit details
    Browse the repository at this point in the history
  42. Signed relicensing doc

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    cconstantin authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    b9fb096 View commit details
    Browse the repository at this point in the history
  43. Update Relicensing.txt

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    alexvaluyskiy authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    5ec79c5 View commit details
    Browse the repository at this point in the history
  44. 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]>
    viktorklang authored and Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    2ff6255 View commit details
    Browse the repository at this point in the history
  45. Update framework targets and package versions

    Signed-off-by: Gregorius Soedharmo <[email protected]>
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    68ef99a View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b45555b View commit details
    Browse the repository at this point in the history
  47. Merge branch 'Update_to_Xunit' of github.com:Arkatufus/reactive-strea…

    …ms-dotnet into Update_to_Xunit
    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    9c99de1 View commit details
    Browse the repository at this point in the history
  48. Update target frameworks

    Arkatufus committed May 17, 2021
    Configuration menu
    Copy the full SHA
    16412fd View commit details
    Browse the repository at this point in the history