You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Chris Gray (Jira)" <ji...@apache.org> on 2021/10/07 19:20:00 UTC

[jira] [Created] (BEAM-13019) PAssert.PCollectionContentsAssert contains unusable assertion methods

Chris Gray created BEAM-13019:
---------------------------------

             Summary: PAssert.PCollectionContentsAssert contains unusable assertion methods
                 Key: BEAM-13019
                 URL: https://issues.apache.org/jira/browse/BEAM-13019
             Project: Beam
          Issue Type: Bug
          Components: testing
    Affects Versions: 2.32.0
            Reporter: Chris Gray


The method
{code:java}
 final PCollectionContentsAssert<T> containsInAnyOrder( SerializableMatcher<? super T>... elementMatchers){code}
is in PAssert.PCollectionContentsAssert but is not usable since it is not in the IterableAssert interface.  It would be a useful method to have access to.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)