note
description: "Constants for test case serialization"
author: ""
date: "$Date$"
revision: "$Revision$"
class
ITP_TEST_CASE_SERIALIZATION_CONSTANTS
feature -- Constants
test_case_tag_start: STRING = ""
test_case_tag_end: STRING = ""
time_tag_start: STRING = ""
class_tag_start: STRING = ""
class_tag_end: STRING = ""
code_tag_start: STRING = ""
code_tag_end: STRING = "
"
operands_tag_start: STRING = ""
operands_tag_end: STRING = ""
all_variables_tag_start: STRING = ""
all_variables_tag_end: STRING = ""
trace_tag_start: STRING = ""
trace_tag_end: STRING = ""
hash_code_tag_start: STRING = ""
hash_code_tag_end: STRING = ""
pre_serialization_length_tag_start: STRING = ""
pre_serialization_length_tag_end: STRING = ""
pre_serialization_tag_start: STRING = ""
pre_serialization_tag_end: STRING = ""
pre_state_tag_start: STRING = ""
pre_state_tag_end: STRING = ""
post_state_tag_start: STRING = ""
post_state_tag_end: STRING = ""
CDATA_tag_start: STRING = ""
note
copyright: "Copyright (c) 1984-2010, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
5949 Hollister Ave., Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end