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

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

public class CSVAsynchronousDataWriterTest
extends junit.framework.TestCase

作成者:
Tetsuro Ikeda

コンストラクタの概要
CSVAsynchronousDataWriterTest()
           
 
メソッドの概要
 void testClean()
          Log writer thread must finish after calling this method.
 void testInit()
          Log writer thread must be started after calling this method.
 void testRun()
          The data log in the queue must be printed out as CVS format.
 void testWrite()
          Data log must be inserted in the queue after calling this method.
 
クラス 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
 

コンストラクタの詳細

CSVAsynchronousDataWriterTest

public CSVAsynchronousDataWriterTest()
メソッドの詳細

testInit

public void testInit()
Log writer thread must be started after calling this method.


testWrite

public void testWrite()
Data log must be inserted in the queue after calling this method.


testRun

public void testRun()
The data log in the queue must be printed out as CVS format.


testClean

public void testClean()
Log writer thread must finish after calling this method.