This project cluster has 43 classes.
ECF: test.ecf
Test Eiffel-Loop base classes. See BASE_AUTOTEST_APP
Finalized executable tests for library base.ecf
Further Information
Click on class link to see notes.
Encoding constants
File copy command
Example of a class that does not exemplify the DRY principle. Contrast 87 lines with MY_DRY_CLASS.
SmartEiffel compatible 2 dimensional array
Widget with weight and color properties
Camel case country
Test for reflective classes EL_REFLECTIVELY_SETTABLE and EL_SETTABLE_FROM_ZSTRING
Job
Example of a class that exemplifies the DRY principle using class reflection. Contrast 25 lines with MY_WET_CLASS.
Storable string
Storable string list
An experimental string for testing class SUBSTRING_32_ARRAY and SUBSTRING_32_LIST
Light-weight version of EL_ZSTRING for testing class EL_SUBSTRING_32_ARRAY
Arrayed list test set
Test set for EL_CHAIN and related classes
Further Information
Click on class link to see notes.
Sequential intervals test set
Test suite for SmartEiffel compatible array
Test EL_UUID
An experiment to show how it might be possible to achieve Java-like stream functionality in Eiffel by reproducing the following example:
int sum = widgets.stream().filter(w -> w.getColor() == RED) .mapToInt(w -> w.getWeight()) .sum();
This example has now become a test set for the EL_CHAIN class. See CHAIN_TEST_SET
Date text test set
Test UC_UTF8_STRING}.replace_substring_all distributed in EiffelStudio version 15.01.9.6535
Uri encoding test set
Test suite for class EL_FILE_TREE_TRANSFORMER
General test set
Path steps test set
Path test set
URI path test set
Eiffel name translateable test set
Reflection test set
Test text escaping
Test class L1_UC_STRING
String 32 routines test set
String edition history test set
String editor test set
String list test set
Test class EL_TEMPLATE
Test EL_UTF_CONVERTER
Tests for class EL_ZSTRING
Further Information
Click on class link to see notes.
Tokenized string test set
Module crc 32 test set