jp.ne.mki.wedge.education.logicclass.kadai1
クラス TestCheckSum100

java.lang.Object
  上位を拡張 TestCase
      上位を拡張 jp.ne.mki.wedge.education.logicclass.kadai1.TestCheckSum100

public class TestCheckSum100
extends TestCase


コンストラクタの概要
TestCheckSum100()
           
 
メソッドの概要
 void test001()
          合計値が100より少ない
 void test002()
          合計値が100より少ない-INデータが0行
 void test003()
          合計値が100より多い
 void test004()
          合計値が100だったとき
 void test005()
          合計値が100だったとき-OUTに既に値が入っていた時
 void test006()
          合計値が100だったとき-入力数値が大文字だった場合
 void test007()
          合計対象値に数字以外が含まれていたとき
 void test008()
          合計対象値に空文字が含まれていたとき
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TestCheckSum100

public TestCheckSum100()
メソッドの詳細

test001

public void test001()
             throws java.lang.Throwable
合計値が100より少ない

例外:
java.lang.Exception
java.lang.Throwable

test002

public void test002()
             throws java.lang.Throwable
合計値が100より少ない-INデータが0行

例外:
java.lang.Exception
java.lang.Throwable

test003

public void test003()
             throws java.lang.Throwable
合計値が100より多い

例外:
java.lang.Exception
java.lang.Throwable

test004

public void test004()
             throws java.lang.Throwable
合計値が100だったとき

例外:
java.lang.Exception
java.lang.Throwable

test005

public void test005()
             throws java.lang.Throwable
合計値が100だったとき-OUTに既に値が入っていた時

例外:
java.lang.Exception
java.lang.Throwable

test006

public void test006()
             throws java.lang.Throwable
合計値が100だったとき-入力数値が大文字だった場合

例外:
java.lang.Exception
java.lang.Throwable

test007

public void test007()
             throws java.lang.Throwable
合計対象値に数字以外が含まれていたとき

例外:
java.lang.Exception
java.lang.Throwable

test008

public void test008()
             throws java.lang.Throwable
合計対象値に空文字が含まれていたとき

例外:
java.lang.Exception
java.lang.Throwable