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.
- Host: GitHub
- URL: https://github.com/vmlens/vmlens-examples
- Owner: vmlens
- License: apache-2.0
- Created: 2020-08-03T11:59:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-04T13:07:54.000Z (8 months ago)
- Last Synced: 2025-11-04T15:09:51.359Z (8 months ago)
- Topics: concurrent-programming, java, testing
- Language: Java
- Homepage: https://vmlens.com
- Size: 121 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.