java-concurrency
java-concurrency copied to clipboard
TestThreadPool assert fail
Line 21 of TestThreadPool.java should add ThreadFactory parameter ExecutorService exec = Executors.newFixedThreadPool(MAX_SIZE, threadFactory); otherwise assertEquals of line 37 will fail