class TC_Setup < Test::Unit::TestCase include P4RubyTest def initialize( test_method_name ) init_client() create_test_tree() super( test_method_name ) end def test_setup assert( true, "Nothing wrong here" ) end end