test.jp.co.scs.mbench
クラス FinalizeManagerTest

java.lang.Object
  上位を拡張 junit.framework.Assert
      上位を拡張 junit.framework.TestCase
          上位を拡張 test.jp.co.scs.mbench.FinalizeManagerTest
すべての実装されたインタフェース:
junit.framework.Test

public class FinalizeManagerTest
extends junit.framework.TestCase

作成者:
Tetsuro Ikeda

コンストラクタの概要
FinalizeManagerTest()
           
 
メソッドの概要
 void testExecute()
          Execute the finanlizer.
 void testExecute2()
          BenchmarkTerminateException must be thrown if finalizer failed.
 void testGetFilanlizer2()
          BenchmarkAbortException must be thrown if the finalizer instance couldn't be get by finalizer information.
 void testGetFinalizer()
          Get the finalizer instance speficied by finalizer information.
 
クラス 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
 

コンストラクタの詳細

FinalizeManagerTest

public FinalizeManagerTest()
メソッドの詳細

testGetFinalizer

public void testGetFinalizer()
Get the finalizer instance speficied by finalizer information.


testGetFilanlizer2

public void testGetFilanlizer2()
BenchmarkAbortException must be thrown if the finalizer instance couldn't be get by finalizer information.


testExecute

public void testExecute()
Execute the finanlizer.


testExecute2

public void testExecute2()
BenchmarkTerminateException must be thrown if finalizer failed.