|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
test.jp.co.scs.mbench.SynchronizerTest
public class SynchronizerTest
コンストラクタの概要 | |
---|---|
SynchronizerTest()
|
メソッドの概要 | |
---|---|
void |
testDoSynchronize()
Only the first invoker can get the lock, the second and later must wait until the lock is released. |
void |
testDoSynchronize2()
Even if the lock doesn't be released by call, timeout cause the release of lock. |
クラス junit.framework.TestCase から継承されたメソッド |
---|
countTestCases, getName, run, run, runBare, setName, toString |
クラス junit.framework.Assert から継承されたメソッド |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public SynchronizerTest()
メソッドの詳細 |
---|
public void testDoSynchronize()
public void testDoSynchronize2()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |