Triggers test case failure if any thread assertions have failed,
by rethrowing, in the test harness thread, any exception recorded
earlier by threadRecordFailure.
arriveAndAwaitAdvance waits for all threads to arrive, the
number of arrived parties is the same number that is accounted
for when the main thread awaitsAdvance
arriveAndDeregister arrives at the barrier on a phaser with a parent and
when a deregistration occurs and causes the phaser to have zero parties
its parent will be deregistered as well
Just like assertEquals(x, y), but additionally recording (using
threadRecordFailure) any AssertionFailedError thrown, so that
the current testcase will fail.
Just like assertEquals(x, y), but additionally recording (using
threadRecordFailure) any AssertionFailedError thrown, so that
the current testcase will fail.
Just like assertFalse(b), but additionally recording (using
threadRecordFailure) any AssertionFailedError thrown, so that
the current testcase will fail.
Just like assertNull(x), but additionally recording (using
threadRecordFailure) any AssertionFailedError thrown, so that
the current testcase will fail.
Just like assertSame(x, y), but additionally recording (using
threadRecordFailure) any AssertionFailedError thrown, so that
the current testcase will fail.
Just like assertTrue(b), but additionally recording (using
threadRecordFailure) any AssertionFailedError thrown, so that
the current testcase will fail.
Just like fail(reason), but additionally recording (using
threadRecordFailure) any AssertionFailedError thrown, so that
the current testcase will fail.