Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
Release date: Thursday, 11.04.13 - Due date: Tuesday, 16.04.13, 11:59 (noon)
tutorial
project and import it.src
.tst
folder.tst
folder.3 points |
---|
After you have solved this task, you should be able to understand and explain:
A1T01_AddressTest
in the package people
in the tst
folder.3 points |
---|
After you have solved this task, you should be able to understand and explain:
A1T02_NumberGeneratorTest
in the package numbers
in the tst
folder.FastGrowingNumberGenerator
and SuperstitionRespectingNumberGenerator
as well as the implementation of the method collectSomeNumbers
so that the test succeeds.4 points |
---|
After you have solved this task, you should be able to understand and explain:
A1T03_PersonsStudentsProfessors
in the package university
in the tst
folder.4 points |
---|
After you have solved this task, you should be able to understand and explain:
A1T04_StudentTest
in the package university
in the tst
folder.6 points | These tasks are optional.5) |
---|
If you're done with all the tasks above and you still have time and energy left you may want to work on …
A1X01_AddressExtraTest
to learn more about hash codes.A1X02_NumberGeneratorExtraTest
to learn more about exceptions.A1X04_RegistrarsOfficeTest
to learn more about tests.