Class: DmenuTest
- Inherits:
-
Test::Unit::TestCase
- Object
- Test::Unit::TestCase
- DmenuTest
- Includes:
- Dmenu
- Defined in:
- lib/test.rb
Instance Method Summary collapse
Methods included from Dmenu
Instance Method Details
#test_1 ⇒ Object
8 9 10 |
# File 'lib/test.rb', line 8 def test_1 assert_equal(10, Dmenu::scrunch("012345678901234567890", 10).width) end |
#test_2 ⇒ Object
11 12 13 |
# File 'lib/test.rb', line 11 def test_2 assert(Dmenu::scrunch("患部で止まってすぐ溶ける ~ 狂気の優曇華院 (03:04)", 10).width <= 10) end |
#test_3 ⇒ Object
14 15 16 |
# File 'lib/test.rb', line 14 def test_3 assert_not_nil(Dmenu::(%w<a b c>)) end |