クラス SampleTestByTestNG

java.lang.Object
  上位を拡張 SampleTestByTestNG

public class SampleTestByTestNG
extends java.lang.Object


コンストラクタの概要
SampleTestByTestNG()
           
 
メソッドの概要
 void testAdd(int a, int b, int expected)
           
 java.lang.Object[][] testData()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SampleTestByTestNG

public SampleTestByTestNG()
メソッドの詳細

testData

public java.lang.Object[][] testData()

testAdd

public void testAdd(int a,
                    int b,
                    int expected)