indexing description: "Base class for EM parser test cases" library: "EM Library test" copyright: "Copyright (c) 2002, Eric Bezault and others" license: "Eiffel Forum License v2 (see forum.txt)" date: "$Date$" revision: "$Revision$" deferred class EM_TEST_CASE inherit TS_TEST_CASE redefine set_up, tear_down end feature -- Initialization and shut down of EM set_up is -- set up EM do -- TODO end tear_down is -- tear down the system do -- TODO end feature {NONE} -- Test helpers -- TODO: fill with EM specific tests end