Skip to content

3.x: Remove duplicate unit tests that check null arguments on standard operators #6830

Closed
@akarnokd

Description

@akarnokd

The ParamValidationCheckerTest verifies the null checks on arguments so there is no longer need for individual unit test methods doing it too. These kinds tests should be identifiable by expected = NullPointerException.class or catch (NullPointerException

  • Flowable
  • Observable
  • Maybe
  • Single
  • Completable
  • ParallelFlowable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions