Meritoo
|
95b0cf6cab
|
Create clear() & limit() methods in BaseCollection class
|
2021-04-04 23:09:13 +02:00 |
|
Meritoo
|
118fa64772
|
Increase code coverage of the BaseCollection class
|
2021-04-04 23:06:36 +02:00 |
|
Meritoo
|
a4d24a788b
|
Reformat code
|
2021-03-29 21:41:54 +02:00 |
|
Meritoo
|
4f8c355d1b
|
Create and implement CollectionInterface as contract of all collections (e.g. based on the BaseCollection class)
|
2021-03-29 21:41:54 +02:00 |
|
Meritoo
|
8fec0db05f
|
Increase Mutation Score Indicator (MSI) by creating stronger tests of BaseCollection class
|
2020-10-24 17:31:25 +02:00 |
|
Meritoo
|
872259e63d
|
[BaseCollection] Treat the null index as "no index" only while adding new element, iow. do not treat empty string as "no index" behaviour
|
2019-09-19 12:33:03 +02:00 |
|
Meritoo
|
a7c39b26ba
|
Rename Collection class to BaseCollection. Add BaseCollection::isValidType() method to validate type of element before add it to collection. Add BaseCollection ::prepareElements() method to allow preparation of elements in custom way.
|
2019-09-18 14:51:09 +02:00 |
|