Searched refs:TestTarget (Results 1 – 5 of 5) sorted by relevance
62 TestTarget.resetCount(); in testSimpleSynchronizedBlock()63 TestTarget t = new TestTarget(); in testSimpleSynchronizedBlock()65 Assert.assertEquals(TestTarget.boostCount, 0); in testSimpleSynchronizedBlock()66 Assert.assertEquals(TestTarget.unboostCount, 0); in testSimpleSynchronizedBlock()67 Assert.assertEquals(TestTarget.unboostCount, 0); in testSimpleSynchronizedBlock()70 Assert.assertEquals(TestTarget.boostCount, 1); in testSimpleSynchronizedBlock()71 Assert.assertEquals(TestTarget.unboostCount, 0); in testSimpleSynchronizedBlock()72 TestTarget.invoke(); in testSimpleSynchronizedBlock()75 Assert.assertEquals(TestTarget.boostCount, 1); in testSimpleSynchronizedBlock()76 Assert.assertEquals(TestTarget.unboostCount, 1); in testSimpleSynchronizedBlock()[all …]
16 public class TestTarget { class
39205 public abstract deprecated class TestTarget implements java.lang.annotation.Annotation {
58995 …nnotation.Target({java.lang.annotation.ElementType.ANNOTATION_TYPE}) public @interface TestTarget {
59139 …nnotation.Target({java.lang.annotation.ElementType.ANNOTATION_TYPE}) public @interface TestTarget {