/test/language/unclassified/wj/test_wj02.e

http://github.com/tybor/Liberty · Specman e · 18 lines · 14 code · 3 blank · 1 comment · 1 complexity · 8f8c255f0b2c74c190cf3e50884b5137 MD5 · raw file

  1. class TEST_WJ02
  2. -- From: Gabriel Weißelberg <gabriel.weisselberg@brokat-le.com>
  3. create {}
  4. make
  5. feature {}
  6. make
  7. local
  8. a: AUX_WJ02A1; c: AUX_WJ02C1
  9. do
  10. create a.make("a")
  11. create c
  12. if c.output(a) /= Void then
  13. end
  14. end
  15. end -- class TEST_WJ02