disco-java-agent/disco-java-agent-core/src/integ/java/software/amazon/disco/agent/integtest/concurrent/ThreadCreationTests.java [40:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            this.testableRunnable = testableRunnable;
        }

        @Before
        public void before() {
            TestableConcurrencyObjectImpl.before();
        }

        @After
        public void after() {
            TestableConcurrencyObjectImpl.after();
        }

        @Test
        public void testRunnableThreadStart() throws Exception {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



disco-java-agent/disco-java-agent-core/src/integ/java/software/amazon/disco/agent/integtest/concurrent/ThreadCreationTests.java [66:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            this.testableRunnable = testableRunnable;
        }

        @Before
        public void before() {
            TestableConcurrencyObjectImpl.before();
        }

        @After
        public void after() {
            TestableConcurrencyObjectImpl.after();
        }

        @Test
        public void testRunnableThreadStart() throws Exception {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



