com.sanpudo.formula
クラス LexTest

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

public class LexTest
extends junit.framework.TestCase


コンストラクタの概要
LexTest()
           
 
メソッドの概要
 void analyze(String s, int numberOfToken)
           
 void analyze2(com.sanpudo.formula.Lex lex, String s, int numberOfToken)
           
 void analyzeError(String s, int errorLocation)
           
 void testAnalyze1()
           
 void testAnalyzeError()
           
 void testFigure()
           
 void testFunction()
           
 void testFunctionError()
           
 void testUserConstant()
           
 
クラス 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
 

コンストラクタの詳細

LexTest

public LexTest()
メソッドの詳細

testFigure

public void testFigure()

testAnalyze1

public void testAnalyze1()
                  throws Exception
例外:
Exception

analyze

public void analyze(String s,
                    int numberOfToken)
             throws Exception
例外:
Exception

testAnalyzeError

public void testAnalyzeError()
                      throws Exception
例外:
Exception

analyzeError

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

testUserConstant

public void testUserConstant()
                      throws Exception
例外:
Exception

analyze2

public void analyze2(com.sanpudo.formula.Lex lex,
                     String s,
                     int numberOfToken)
              throws Exception
例外:
Exception

testFunction

public void testFunction()
                  throws Exception
例外:
Exception

testFunctionError

public void testFunctionError()
                       throws Exception
例外:
Exception