An open API service indexing awesome lists of open source software.

https://github.com/vmlens/vmlens-examples

Examples showing how to use vmlens to write multi-threaded tests for the JVM.
https://github.com/vmlens/vmlens-examples

concurrent-programming java testing

Last synced: 5 months ago
JSON representation

Examples showing how to use vmlens to write multi-threaded tests for the JVM.

Awesome Lists containing this project

README

          

Examples showing how to use VMLens to write multi-threaded tests for the JVM.

While VMLens only needs JDK 9 the examples require at least JDK 21, since the example project contains
examples using Projects which require higher JDK Versions than VMLens itself.

Includes the following examples:

1) ```com.vmlens.tutorial.TestIncrement``` shows the basics of a vmlens test. See [Tutorial](https://vmlens.com/docs/tutorial/) for a description.