org.jatha.test.junit
Class CoreTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.jatha.test.junit.CoreTest
- All Implemented Interfaces:
- Test
public class CoreTest
- extends TestCase
Core functionality tests for Jatha.
Note: This needs JUnit to compile, from http://www.junit.org/.
User: hewett
Date: Dec 12, 2002
Time: 8:47:18 AM
To change this template use Options | File Templates.
Methods inherited from class 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 |
f_lisp
protected static Jatha f_lisp
f_NIL
protected LispValue f_NIL
f_T
protected LispValue f_T
f_Bignum
protected LispValue f_Bignum
f_Cons
protected LispValue f_Cons
f_Constant
protected LispValue f_Constant
f_Function
protected LispValue f_Function
f_HashTable
protected LispValue f_HashTable
f_Integer
protected LispValue f_Integer
f_Keyword
protected LispValue f_Keyword
f_List
protected LispValue f_List
f_Number
protected LispValue f_Number
f_QuotedList
protected LispValue f_QuotedList
f_Package
protected LispValue f_Package
f_Real
protected LispValue f_Real
f_String
protected LispValue f_String
f_Symbol
protected LispValue f_Symbol
A
protected LispValue A
B
protected LispValue B
C
protected LispValue C
D
protected LispValue D
E
protected LispValue E
F
protected LispValue F
G
protected LispValue G
ONE
protected LispValue ONE
TWO
protected LispValue TWO
THREE
protected LispValue THREE
FOUR
protected LispValue FOUR
FIVE
protected LispValue FIVE
CoreTest
public CoreTest()
main
public static void main(String[] args)
- Use -gui to enable the gui.
- Parameters:
args
- command-line arguments.
setUp
protected void setUp()
throws Exception
- Overrides:
setUp
in class TestCase
- Throws:
Exception
suite
public static Test suite()
testBasicAtom
public void testBasicAtom()
testBasicBignump
public void testBasicBignump()
testBasicConsp
public void testBasicConsp()
testBasicConstantp
public void testBasicConstantp()
testBasicForeignp
public void testBasicForeignp()
testBasicIntegerp
public void testBasicIntegerp()
testBasicFunctionp
public void testBasicFunctionp()
testBasicKeywordp
public void testBasicKeywordp()
testBasicLength
public void testBasicLength()
testBasicListp
public void testBasicListp()
testBasicMacrop
public void testBasicMacrop()
testBasicNull
public void testBasicNull()
testBasicNumberp
public void testBasicNumberp()
testBasicStringp
public void testBasicStringp()
testBasicSymbolp
public void testBasicSymbolp()
testAppend
public void testAppend()
testapply
public void testapply()
testassoc
public void testassoc()
testatom
public void testatom()
testbignump
public void testbignump()
testboundp
public void testboundp()
testbutlast
public void testbutlast()
testcar
public void testcar()
testcdr
public void testcdr()
testcharacterp
public void testcharacterp()
testclrhash
public void testclrhash()
testConcatenate
public void testConcatenate()
testconsp
public void testconsp()
testcopy_list
public void testcopy_list()
testeighth
public void testeighth()
testelt
public void testelt()
testeq
public void testeq()
testeql
public void testeql()
testequal
public void testequal()
testfboundp
public void testfboundp()
testfloatp
public void testfloatp()
testfifth
public void testfifth()
testfirst
public void testfirst()
testfourth
public void testfourth()
testfuncall
public void testfuncall()
testgethash
public void testgethash()
testsetf_gethash
public void testsetf_gethash()
testhashtablep
public void testhashtablep()
testhash_table_count
public void testhash_table_count()
testhash_table_size
public void testhash_table_size()
testhash_table_rehash_size
public void testhash_table_rehash_size()
testhash_table_rehash_threshold
public void testhash_table_rehash_threshold()
testhash_table_test
public void testhash_table_test()
testintegerp
public void testintegerp()
testkeywordp
public void testkeywordp()
testlast
public void testlast()
testlength
public void testlength()
testlisp_null
public void testlisp_null()
testlist
public void testlist()
testlistp
public void testlistp()
testmax1
public void testmax1()
testmax2
public void testmax2()
testmax3
public void testmax3()
testmax4
public void testmax4()
testmax5
public void testmax5()
testmax6
public void testmax6()
testmin1
public void testmin1()
testmin2
public void testmin2()
testmin3
public void testmin3()
testmin4
public void testmin4()
testmin5
public void testmin5()
testmin6
public void testmin6()
testmember
public void testmember()
testnconc
public void testnconc()
testninth
public void testninth()
testnreverse
public void testnreverse()
testnumberp
public void testnumberp()
testpop
public void testpop()
testprin1
public void testprin1()
testprinc
public void testprinc()
testprint
public void testprint()
testpush
public void testpush()
testrassoc
public void testrassoc()
testremhash
public void testremhash()
testremove
public void testremove()
testreverse
public void testreverse()
testrplaca
public void testrplaca()
testrplacd
public void testrplacd()
testsecond
public void testsecond()
testsetf_symbol_function
public void testsetf_symbol_function()
testsetf_symbol_plist
public void testsetf_symbol_plist()
testsetf_symbol_value
public void testsetf_symbol_value()
testseventh
public void testseventh()
teststringp
public void teststringp()
teststring
public void teststring()
teststringUpcase
public void teststringUpcase()
teststringDowncase
public void teststringDowncase()
teststringCapitalize
public void teststringCapitalize()
teststringEqual
public void teststringEqual()
teststringEq
public void teststringEq()
teststringNeq
public void teststringNeq()
teststringLessThan
public void teststringLessThan()
teststringLessP
public void teststringLessP()
teststringGreaterThan
public void teststringGreaterThan()
teststringGreaterP
public void teststringGreaterP()
teststringLessThanOrEqual
public void teststringLessThanOrEqual()
teststringGreaterThanOrEqual
public void teststringGreaterThanOrEqual()
teststringNotLessP
public void teststringNotLessP()
teststringNotGreaterP
public void teststringNotGreaterP()
teststringEndsWith
public void teststringEndsWith()
teststringStartsWith
public void teststringStartsWith()
teststringTrim
public void teststringTrim()
teststringTrim2
public void teststringTrim2()
teststringLeftTrim
public void teststringLeftTrim()
teststringLeftTrim2
public void teststringLeftTrim2()
teststringRightTrim
public void teststringRightTrim()
teststringRightTrim2
public void teststringRightTrim2()
testsubst
public void testsubst()
testsubstring
public void testsubstring()
testsymbolp
public void testsymbolp()
testsymbol_function
public void testsymbol_function()
testsymbol_name
public void testsymbol_name()
testsymbol_package
public void testsymbol_package()
testsymbol_plist
public void testsymbol_plist()
testsymbol_value
public void testsymbol_value()
testtenth
public void testtenth()
testthird
public void testthird()
testtype_of
public void testtype_of()
testtypep
public void testtypep()
testzerop
public void testzerop()
testAdd1
public void testAdd1()
testAdd2
public void testAdd2()
testAdd3
public void testAdd3()
testAdd4
public void testAdd4()
testAdd5
public void testAdd5()
testAdd6
public void testAdd6()
testDivide
public void testDivide()
testMultiply
public void testMultiply()
testSubtract1
public void testSubtract1()
testSubtract2
public void testSubtract2()
testSubtract3
public void testSubtract3()
testSubtract4
public void testSubtract4()
testSubtract5
public void testSubtract5()
testSubtract6
public void testSubtract6()
testToString
public void testToString()
testLongList
public void testLongList()