~rosivaldo-fa/set-theory/incremental

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-22-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-22-0 http://www.eiffel.com/developers/xml/configuration-1-22-0.xsd" name="st_tests" uuid="D71186E1-E794-4C42-87A8-99A025309FA0" library_target="stt-library">
	<description>Tests for set theory classes, as implemented by sti-library, and they respective properties, as stated by stp-library.

As long as an implementation adheres to class interfaces of sti-library, these tests will be fit for it.</description>
	<target name="stt-general" abstract="true">
		<description>Tests for set theory classes, as implemented by sti-library, and they respective properties, as stated by stp-library.</description>
		<root all_classes="true"/>
		<file_rule>
			<exclude>/CVS$</exclude>
			<exclude>/EIFGENs$</exclude>
			<exclude>/\.git$</exclude>
			<exclude>/\.svn$</exclude>
		</file_rule>
		<option warning="warning" is_obsolete_iteration="true" manifest_array_type="mismatch_warning">
			<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
		</option>
		<setting name="console_application" value="true"/>
		<setting name="library_root" value=".\src\st_tests"/>
		<setting name="total_order_on_reals" value="true"/>
		<setting name="dead_code_removal" value="feature"/>
		<library name="base" location="$ISE_LIBRARY\library\base\base.ecf">
			<option>
			</option>
		</library>
		<library name="sti-library" location="..\..\st_implementation.ecf" readonly="false" prefix="STI_">
			<option>
			</option>
		</library>
		<library name="stp-library" location="..\..\st_properties.ecf" readonly="false" prefix="STP_">
			<option>
			</option>
		</library>
		<library name="sts-library" location="..\..\st_specification.ecf" readonly="false" prefix="STS_">
			<option>
			</option>
		</library>
		<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf">
			<option>
			</option>
		</library>
		<library name="time" location="$ISE_LIBRARY\library\time\time.ecf">
			<option>
			</option>
		</library>
		<cluster name="st_tests" location=".\">
			<description>Tests for set theory classes, as implemented by sti-library, and they respective properties, as stated by stp-library.</description>
			<option trace="false" is_obsolete_iteration="true">
			</option>
			<cluster name="adaptation" location=".\adaptation\">
				<description>Possible adaptations of classes to be tested, mostly to allow testing of access-restricted features and/or to improve testing performance.</description>
				<option is_obsolete_iteration="true">
				</option>
				<cluster name="sets" location=".\adaptation\sets\" recursive="true">
					<description>Classes of sets and other core concepts of set theory, adapted mostly to allow testing of access-restricted features and/or to improve testing performance.</description>
					<option is_obsolete_iteration="true">
					</option>
				</cluster>
				<cluster name="numbers" location=".\adaptation\numbers\" recursive="true">
					<description>Classes of well known numeric sets and their respecitve numeric elements, adapted mostly to allow testing of access-restricted features and/or to improve testing performance.</description>
					<option is_obsolete_iteration="true">
					</option>
					<class_option class="QUICK_COMPLEX_SET" is_obsolete_iteration="true">
						<assertions/>
					</class_option>
					<class_option class="QUICK_COMPLEX_TUPLE" is_obsolete_iteration="true">
						<assertions/>
					</class_option>
					<class_option class="QUICK_COMPLEX_UNIVERSE" is_obsolete_iteration="true">
						<assertions/>
					</class_option>
				</cluster>
			</cluster>
			<cluster name="properties" location=".\properties\">
				<description>Implementation or deferred classes specified by stp-library</description>
				<option is_obsolete_iteration="true">
				</option>
				<cluster name="sets_properties" location=".\properties\sets_properties\" recursive="true">
					<description>Implementation of classes with properties of sets and other core concepts of set theory, as specified by stp-library.</description>
					<option is_obsolete_iteration="true">
					</option>
				</cluster>
				<cluster name="numbers_properties" location=".\properties\numbers_properties\" recursive="true">
					<description>Implementation of classes with properties of well known numeric sets and their respecitve numeric elements, as specified by stp-library.</description>
					<option is_obsolete_iteration="true">
					</option>
				</cluster>
			</cluster>
			<cluster name="resources" location=".\resources\">
				<description>Resources for testing classes of set theory</description>
				<option is_obsolete_iteration="true">
				</option>
				<cluster name="sets_tests_resources" location=".\resources\sets_tests_resources\" recursive="true">
					<description>Resources for testing generic sets and others core-concept classes of set theory</description>
					<option is_obsolete_iteration="true">
					</option>
				</cluster>
				<cluster name="sets_tests_resources_nic" location=".\resources\sets_tests_resources_nic\" recursive="true">
					<description>Resources for testing generic sets and other core-concept classes of set theory, derived for {NATURAL}, {detachable INTEGER_REF} and {detachable separate CHARACTER_REF} generic parameters, compared, respectively,  by object value, object value and object reference.</description>
					<option is_obsolete_iteration="true">
					</option>
				</cluster>
				<cluster name="numbers_tests_resources" location=".\resources\numbers_tests_resources\" recursive="true">
					<description>Resources for testing well known numeric sets and their respecitve numeric elements</description>
					<option is_obsolete_iteration="true">
					</option>
				</cluster>
			</cluster>
			<tests name="tests" location=".\tests\">
				<description>Proper repository of tests for classes of set theory, as implemented by sti-library.</description>
				<option is_obsolete_iteration="true">
				</option>
				<tests name="generics" location=".\tests\generics\">
					<description>Tests for generic classes of set theory, as implemented by sti-library.</description>
					<option is_obsolete_iteration="true">
					</option>
					<tests name="sets_tests" location=".\tests\generics\sets_tests\" recursive="true">
						<description>Tests for generic sets and others core-concept classes of set theory, as implemented by sti-library.</description>
						<option is_obsolete_iteration="true">
						</option>
					</tests>
				</tests>
				<tests name="nic" location=".\tests\nic\">
					<description>Tests for generic classes of set theory, derived for {NATURAL}, {detachable INTEGER_REF} and {detachable separate CHARACTER_REF} generic parameters, compared, respectively,  by object value, object value and object reference.</description>
					<option is_obsolete_iteration="true">
					</option>
					<tests name="sets_tests_nic" location=".\tests\nic\sets_tests_nic\" recursive="true">
						<description>Tests of generic sets and other core-concept classes of set theory, as implemented by sti-library., derived for {NATURAL}, {detachable INTEGER_REF} and {detachable separate CHARACTER_REF} generic parameters, compared, respectively,  by object value, object value and object reference.</description>
						<option is_obsolete_iteration="true">
						</option>
					</tests>
				</tests>
				<tests name="numbers_tests" location=".\tests\numbers_tests\" recursive="true">
					<description>Tests for well known numeric sets and their respecitve numeric elements, as implemented by sti-library.</description>
					<option is_obsolete_iteration="true">
					</option>
				</tests>
			</tests>
		</cluster>
	</target>
	<target name="stt-stand_alone" extends="stt-general">
		<description>Tests for set theory classes, as implemented by sti-library, and they respective properties, as stated by stp-library, targeted to stand-alone (non-library) compilation.</description>
		<option is_obsolete_iteration="true">
		</option>
		<precompile name="base_pre" location="$ISE_PRECOMP\base-scoop-safe.ecf">
			<option>
			</option>
		</precompile>
	</target>
	<target name="stt-auto_test" extends="stt-stand_alone">
		<description>Tests for set theory classes, as implemented by sti-library, and they respective properties, as stated by stp-library, targeted to allow running of AutoTest.</description>
		<root class="TEST_ROOT" feature="test_all"/>
		<option is_obsolete_iteration="true">
		</option>
	</target>
	<target name="stt-library" extends="stt-general">
		<description>Tests for set theory classes, as implemented by sti-library, and they respective properties, as stated by stp-library.</description>
		<option is_obsolete_iteration="true">
		</option>
	</target>
</system>