Methods
[Source]
# File lib/uttk/generators/templates/unit_test.rb, line 18 def setup super # ... end
# File lib/uttk/generators/templates/unit_test.rb, line 23 def teardown super # ... end
Tests
# File lib/uttk/generators/templates/unit_test.rb, line 32 def test_xxx # ... end
# File lib/uttk/generators/templates/unit_test.rb, line 36 def test_yyy # ... end
[Validate]