@Test
 public void shouldBeThreadSafe() throws Throwable {
   TestFramework.runManyTimes(new MyMultithreadedTest(), 100);
 }
 public static Test suite() {
   return TestFramework.buildTestSuite(AbstractQueuedLongSynchronizerTest.class);
 }