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

futures-test: Implement more traits for AssertUnmoved and InterleavePending #2208

Merged
merged 3 commits into from Sep 8, 2020

Commits on Sep 5, 2020

  1. Implement more traits for AssertUnmoved

    Implements the following traits for AssertUnmoved:
    * FusedFuture
    * Stream
    * FusedStream
    * Sink
    * AsyncRead
    * AsyncWrite
    * AsyncSeek
    * AsyncBufRead
    
    And adds the following methods:
    * StreamTestExt::assert_unmoved
    * SinkTestExt::assert_unmoved_sink
    * AsyncReadTestExt::assert_unmoved
    * AsyncWriteTestExt::assert_unmoved_write
    taiki-e committed Sep 5, 2020
    Copy the full SHA
    a4c53c0 View commit details
    Browse the repository at this point in the history
  2. Implement more traits for InterleavePending

    Implements the following traits for InterleavePending:
    * Sink
    * AsyncSeek
    
    And adds the following methods:
    * SinkTestExt::interleave_pending_sink
    taiki-e committed Sep 5, 2020
    Copy the full SHA
    38db3c1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c447e5e View commit details
    Browse the repository at this point in the history