Aggiunti alcuni esercizi di java.

This commit is contained in:
2023-03-08 19:00:28 +01:00
parent 5bdf6fbb5f
commit c038195ed5
584 changed files with 22842 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="BirdWatcherTest" tests="9" skipped="0" failures="0" errors="0" timestamp="2023-03-07T17:36:38" hostname="giacomo-optiplex3080" time="0.034">
<properties/>
<testcase name="itShouldNotHaveBusyDays" classname="BirdWatcherTest" time="0.027"/>
<testcase name="itShouldNotHaveDaysWithoutBirds" classname="BirdWatcherTest" time="0.001"/>
<testcase name="itTestGetLastWeek" classname="BirdWatcherTest" time="0.005"/>
<testcase name="itHasDayWithoutBirds" classname="BirdWatcherTest" time="0.0"/>
<testcase name="itTestGetCountForBusyDays" classname="BirdWatcherTest" time="0.0"/>
<testcase name="itTestGetCountForFirstDays" classname="BirdWatcherTest" time="0.0"/>
<testcase name="itTestGetToday" classname="BirdWatcherTest" time="0.0"/>
<testcase name="itIncrementTodaysCount" classname="BirdWatcherTest" time="0.001"/>
<testcase name="itTestGetCountForMoreDaysThanTheArraySize" classname="BirdWatcherTest" time="0.0"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>