This project cluster has 33 classes.
ECF: test.ecf
Test Eiffel-Loop base classes. See BASE_AUTOTEST_APP
Finalized executable tests for Eiffel-Loop base library base.ecf
Further Information
Click on class link to see notes.
Readable string types
SmartEiffel compatible 2 dimensional array
Storable string
Storable string list
Widget with weight and color properties
Arrayed list test set
Test set for EL_CONTAINER_STRUCTURE descendants and related classes
Further Information
Click on class link to see notes.
Hash table test set
Sequential intervals test set
Test suite for SmartEiffel compatible array
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
General test set
Test classes conforming to EL_PATH
URI test set
Eiffel name translateable test set
Reflection test set
Test objects conforming to BASE_POWER_2_CONVERTER
Test class L1_UC_STRING
String list test set
String 32 routines test set
String iteration cursor test SET
Test EL_SUBSTRING_32_ARRAY against EL_UNENCODED_CHARACTERS
Test class EL_TEMPLATE
Test string escaping and other text related tests
Test EL_UTF_CONVERTER
Test descendants of EL_NUMERIC_BIT_ROUTINES
Test various ways of creating data digests include CRC-32
Object for testing ZSTRING against STRING_32 in ZSTRING_TEST_SET
String editor test set
Tests for class EL_ZSTRING
Further Information
Click on class link to see notes.
Tokenized string test set