/test/language/assertion/aux_require1_b1.e
Specman e | 57 lines | 29 code | 7 blank | 21 comment | 0 complexity | 1ee1f7183eddc8f313de02912d0d5d57 MD5 | raw file
1-- This file is part of SmartEiffel The GNU Eiffel Compiler Tools and Libraries. 2-- See the Copyright notice at the end of this file. 3-- 4deferred class AUX_REQUIRE1_B1 5 6insert AUX_REQUIRE1_TOOL 7 8feature {} 9 b_only 10 require 11 counting_require 12 do 13 end 14 15 a_and_b 16 require 17 counting_require 18 deferred 19 end 20 21 d_or_a_and_b 22 require 23 counting_require 24 deferred 25 end 26 27 everywhere 28 require 29 counting_require 30 deferred 31 end 32 33 partial 34 require 35 counting_require 36 deferred 37 end 38 39end -- class AUX_REQUIRE1_B1 40-- 41-- ------------------------------------------------------------------------------------------------------------------------------ 42-- Copyright notice below. Please read. 43-- 44-- SmartEiffel is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, 45-- as published by the Free Software Foundation; either version 2, or (at your option) any later version. 46-- SmartEiffel is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty 47-- of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have 48-- received a copy of the GNU General Public License along with SmartEiffel; see the file COPYING. If not, write to the Free 49-- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 50-- 51-- Copyright(C) 1994-2002: INRIA - LORIA (INRIA Lorraine) - ESIAL U.H.P. - University of Nancy 1 - FRANCE 52-- Copyright(C) 2003-2006: INRIA - LORIA (INRIA Lorraine) - I.U.T. Charlemagne - University of Nancy 2 - FRANCE 53-- 54-- Authors: Dominique COLNET, Philippe RIBET, Cyril ADRIAN, Vincent CROIZIER, Frederic MERIZEN 55-- 56-- http://SmartEiffel.loria.fr - SmartEiffel@loria.fr 57-- ------------------------------------------------------------------------------------------------------------------------------