27 lines
357 B
Plaintext
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
|