smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

Added TableFootElementTest

This commit is contained in:
Sébastien Audier 2009-08-18 06:06:57 +00:00
parent 649360fc6e
commit 6f5d91b9a3
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
ElementTest subclass: TableFootElementTest [
<comment: nil>
<category: 'Iliad-Tests-Unit-Elements'>
setUp [
e := TableFootElement new
]
testTag [
self assert: e tag = 'tfoot'
]
]