Mark Soderquist

Results 20 comments of Mark Soderquist

No, I don't think this one is fixed yet.

@brcolow Could you update your branch to master and resolve any conflicts. This should kick of a build for it.

If it's alright with you, I'll just duplicate your work in a separate PR.

@winterer If you are still interested, will you update this PR to the latest TestFx/master.

The Java Optional class also has a map() method that is useful for this purpose. The map method takes a "functional interface" Function method and the StructMap mapper method can...

Yes, unfortunately TestFX and the Monocle builds for TestFX need access to some protected classes and those need to be opened from the command line. As you have also discovered,...

This appears to be an issue with the pom file marking the `assertj-core` dependency as a `runtime` dependency instead of being a "direct" dependency.

Monocle is actually part of JavaFX and the TestFX team has only occasionally built the Monocle library from their code. I would recommend posting your question with the JavaFX team:...

This is a good point. Parallel execution, using the same JVM, is not supported because JavaFX only has one event thread. This is expected behavior. However, I agree that we...

@Vampire I am not familiar with Spock. If you could create a PR with the needed changes, that would be very helpful.