Бастрыкина Алена

Подсчёт фраз (Задача 1). Ok.

Код - Ok.

three one (3) 
one two (2)

Тесты - Ok.

-    <property name="test.src.dir"   value="src"/>
+    <property name="test.src.dir"   value="tests"/>

-                <fileset dir="${test.build.dir}" includes="**/*Test.class" />
+                <fileset dir="${test.build.dir}" includes="**/*Tests.class" />

repo

(проверено 21 мая)

Stack PL (Задача 2). Ok.

Код - Ok.

Файл конфигурации должен
храниться рядом с файлом класса-фабрики, и загружаться в фабрику с помощью
Class.getResourceAsStream()

Тесты - Ok.

-    <property name="test.src.dir"   value="src"/>
+    <property name="test.src.dir"   value="tests"/>

-                <fileset dir="${test.build.dir}" includes="**/*Test.class" />
+                <fileset dir="${test.build.dir}" includes="**/*Tests.class" />
    [junit] Testcase: ExecutorTest1(Tests):     FAILED
    [junit] expected:<[]> but was:<[5
    [junit] ]>
    [junit] junit.framework.AssertionFailedError: expected:<[]> but was:<[5
    [junit] ]>
    [junit]     at Tests.ExecutorTest1(Unknown Source)

repo

(проверено 21 мая)

Змейка (Задача 3). Ок.

Фабрика (Задача 4). Ок.