Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
( Object Oriented Programming ) - ( Black Box Testing ) - ( Small Refactoring ) - ( Refactoring the Three Key Cup App )
Code for this tutorial: https://github.com/dsp-de/tutorial-university-objects |
---|
src
.tst
folder.tst
folder.After you have solved this task, you should be able to understand and explain:
A1T01_AddressTest
in the package people
in the tst
folder.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.After you have solved this task, you should be able to understand and explain:
A1T03_PersonsStudentsProfessors
in the package university
in the tst
folder.After you have solved this task, you should be able to understand and explain:
A1T04_StudentTest
in the package university
in the tst
folder.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.