Comunica
    Preparing search index...

    Function passTestWithSideData

    • Create a new test result that represents a passed value with side data.

      Type Parameters

      • T
      • S

      Parameters

      • value: T

        The value the test passed with.

      • sideData: S

        Additional data to pass to the run phase.

      Returns TestResultPassed<T, S>