Skip to content

RC1 TCK: IdentityProcessorVerification §2.13 with primitive values #29

@akarnokd

Description

@akarnokd

If I test an IProcessor<int, int> implementation the test

Reactive.Streams.TCK.SubscriberWhiteboxVerification`1.<Required_spec213_onNext_mustThrowNullPointerExceptionWhenParametersAreNull

Fails because int is non-nullable and the test possibly calls OnNext(0) that is a legal value. The same impementation over IProcessor<object, object> passes this particular test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions