This project cluster has 41 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.
STRING_TEST for testing same_caseless_characters
DATE objects stored as list of INTEGER_32 numbers
Same as STRING_TEST but with shared immutable substrings
SmartEiffel compatible 2 dimensional array
Storable string
Storable arrayed list of STORABLE_STRING
Compare result of ZSTRING routines with STRING_32 and STRING_8. See test set ZSTRING_TEST_SET.
Fields and implementation for class STRING_TEST
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
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(); See: [https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html java/util/stream/Stream] This example has now become a test set for the EL_CHAIN [G] class. See CONTAINER_STRUCTURE_TEST_SET
Date text test set
General test set
Test classes conforming to EL_PATH
URI test set
Eiffel name translateable test set
Http status table
Readable string types
Reflection test set
Test objects conforming to EL_BASE_POWER_2_CONVERTER
EL_BASE_POWER_2_CONVERTER* EL_OCTAL_CONVERTER EL_BINARY_CONVERTER EL_HEXADECIMAL_CONVERTER
Character routines test set
String list test set
Test string escaping and other string conversion tests
String iteration cursor test SET
Test general string routines test set
Test EL_SUBSTRING_32_ARRAY against EL_COMPACT_SUBSTRINGS_32
Test class EL_TEMPLATE
Test EL_UTF_CONVERTER
Test descendants of EL_NUMERIC_BIT_ROUTINES
Test various ways of creating data digests include CRC-32
Testing EL_COMPARABLE_ZSTRING
Test classes EL_APPENDABLE_ZSTRING and EL_PREPENDABLE_ZSTRING
Testing class EL_CONVERTABLE_ZSTRING
String editor test set
Tests for class EL_ZSTRING
Further Information
Click on class link to see notes.
Tokenized string test set
Testing class EL_TRANSFORMABLE_ZSTRING