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

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

public class BenchmarkMainTest
extends junit.framework.TestCase

作成者:
Masato Koga

コンストラクタの概要
BenchmarkMainTest()
           
 
メソッドの概要
 void testMain1()
          The test with options "-r" "-t" "-T" "-e".
 void testMain2()
          The test with options "--threadNumber" "--repeatNumber" "--multi-client"
 void testMain3()
          optionMap isn't overridden if options isn't used.
 void testMain4()
          Usage must be printed out if benchmark name wasn't specified.
 void testMain5()
          Usage must be printed out if any argments were specified.
 void testMain6()
          Usage must be printed out if wrong options
 
クラス 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
 

コンストラクタの詳細

BenchmarkMainTest

public BenchmarkMainTest()
メソッドの詳細

testMain1

public void testMain1()
The test with options "-r" "-t" "-T" "-e".


testMain2

public void testMain2()
The test with options "--threadNumber" "--repeatNumber" "--multi-client"


testMain3

public void testMain3()
optionMap isn't overridden if options isn't used.


testMain4

public void testMain4()
Usage must be printed out if benchmark name wasn't specified.


testMain5

public void testMain5()
Usage must be printed out if any argments were specified.


testMain6

public void testMain6()
Usage must be printed out if wrong options