One Step Away from the Vapor: Closer to Model-based Testing

About a week ago, I started writing about model-based testing. Now, 4561 lines of Java code later, I’m well underway implementing the tool. It is still in the early phases, but I wanted to give a sneak peek of what it can do so far. https://westergaard.eu/2017/07/one-step-away-from-the-vapor-closer-to-model-based-testing/ […]

Read More… from One Step Away from the Vapor: Closer to Model-based Testing

Anybody knows a good observable collection library for Java? I’m thinking of something like JavaFX’ ObservableList and FXCollection but without the JFX dependency. Even better would be an implementation that implements List and Observable. I made one myself 10 years ago, but can’t be bothered looking it up (and would prefer something that’s maintained instead). […]

Read More… from