nf-test
nf-test copied to clipboard
Make tests run concurrently using Multi threading
I wanted this feature of running the nf-tests in parallel.
I implemented this feature by using ExecutorService and running each test as a future in the Executor Service.