/test/language/assertion/aux_require1_c.e

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