Files
ROC/persistence/implementation/mysql/tests/nodes/node_test_set.e
jvelilla 3a699b23a0 Refactor persistence library.
Added a persistence speficication cluster and implementation cluser,
Implementation MySQL.
Added test cases for mysql implementation.
2014-09-15 23:27:11 -03:00

27 lines
347 B
Plaintext

note
description: "[
Eiffel tests that can be executed by testing tool.
]"
author: "EiffelStudio test wizard"
date: "$Date$"
revision: "$Revision$"
testing: "type/manual"
class
NODE_TEST_SET
inherit
EQA_TEST_SET
feature -- Test routines
new_test_routine
-- New test routine
do
assert ("not_implemented", False)
end
end