com.sanpudo.formula
クラス ParserTest

java.lang.Object
  上位を拡張 junit.framework.Assert
      上位を拡張 junit.framework.TestCase
          上位を拡張 com.sanpudo.formula.ParserTest
すべての実装されたインタフェース:
junit.framework.Test

public class ParserTest
extends junit.framework.TestCase


コンストラクタの概要
ParserTest()
           
 
メソッドの概要
 void parseError(String s, int errorLocation)
           
 void testConstant()
           
 void testError()
           
 void testFunction()
           
 void testFunctionError()
           
 void testParser()
           
 void testParser3()
           
 
クラス 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
 

コンストラクタの詳細

ParserTest

public ParserTest()
メソッドの詳細

testParser

public void testParser()
                throws Exception
例外:
Exception

testError

public void testError()
               throws Exception
例外:
Exception

parseError

public void parseError(String s,
                       int errorLocation)
                throws Exception
例外:
Exception

testConstant

public void testConstant()
                  throws Exception
例外:
Exception

testFunction

public void testFunction()
                  throws Exception
例外:
Exception

testFunctionError

public void testFunctionError()
                       throws Exception
例外:
Exception

testParser3

public void testParser3()
                 throws Exception
例外:
Exception