====================================================
NumberWithSquareSumOfSquareDivisorsFinder should
====================================================
Find all numbers with the sum of their divisors squared a square number
Failed
The provided expression
should be
[1, 2, 3]
but was
[1]
difference
[1, *, *]
====================================================
MaxcodeLatinTranslator should
====================================================
Translate a word starting with a vowel
Passed
Translate a word starting with a consonant
Passed
Translate a sentence
Passed
====================================================
MaxObservable should
====================================================
Notify subscribed observers of the emitted data type
Failed
The method or operation is not implemented.
Not notify unsubscribed observers
Failed
The method or operation is not implemented.