19928/jj_vitp/Implementation/vitp_implementation_tester.e
Jocelyn Fiat 6dde6425c2 init
2024-06-17 09:09:33 +02:00

27 lines
357 B
Plaintext

note
description: "[
Class to force/test complation of {VITP_GAME}.
]"
author: "Jimmy J. Johnson"
class
VITP_IMPLEMENTATION_TESTER
create
make
feature {NONE} -- Initialization
make
-- Start the test program
do
create vitp
end
feature {NONE} -- Implementation
vitp: VITP_GAME
-- The root object for which this test was made
end