Sha256: ac871fb9c121b0e15c4631359382ed83414ceafb75a755f83e78874987fd5312
Contents?: true
Size: 799 Bytes
Versions: 3
Compression:
Stored size: 799 Bytes
Contents
# Author:: <%= fullname %> <<%= email %>>. # Copyright:: Copyright (c) <%= year %> Uttk Team. All rights reserved. # License:: LGPL # Revision:: $Id: /fey/uttk/trunk/lib/uttk/generators/templates/unit_test.rb 8778 2005-09-26T04:34:48.103938Z ertai $ test_section __FILE__ do module Uttk module <%= module_name %> class <%= class_name %>Test < ::Test::Unit::TestCase # # Methods # def setup super # ... end def teardown super # ... end # # Tests # def test_xxx # ... end def test_yyy # ... end end # class <%= class_name %>Test end # module <%= module_name %> end # module Uttk end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
uttk-0.3.6.1 | lib/uttk/generators/templates/unit_test.rb |
uttk-0.3.1.2 | lib/uttk/generators/templates/unit_test.rb |
uttk-0.3.5.0 | lib/uttk/generators/templates/unit_test.rb |