The Wayback Machine - https://web.archive.org/web/20220324200336/https://github.com/topics/testability
Skip to content
#

testability

Here are 30 public repositories matching this topic...

florianschmidt1994
florianschmidt1994 commented Apr 14, 2017

Hey Guys,
I see an IllegalStateException when running one particular test.

What steps will reproduce the problem?
The following code fails each time it is run

Testcase:

package backend.model.posting

import backend.controller.exceptions.ConflictException
import backend.model.location.Location
import backend.model.user.UserAccount
import org.junit.Before
import org.
stoney95
stoney95 commented Nov 14, 2021

Context

The package is providing the fork function. This function takes multiple functions and forwards the intermediate result to every of these functions. By this multiple independet branches are created that all consume the result of the previous pipeline step.

Description

Currently the fork function is executing the branches sequentially. It would be nice to have a version that

enhancement good first issue

Improve this page

Add a description, image, and links to the testability topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the testability topic, visit your repo's landing page and select "manage topics."

Learn more