From 4b5d558e2a2ad721e52c47fbc542be67dfba29b7 Mon Sep 17 00:00:00 2001 From: Stefan <31254851+piregler@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:54:29 +0100 Subject: [PATCH] added T1000 concept --- resources/T1000-Concept.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/T1000-Concept.txt b/resources/T1000-Concept.txt index e69de29..7911654 100644 --- a/resources/T1000-Concept.txt +++ b/resources/T1000-Concept.txt @@ -0,0 +1,9 @@ +Required changes and extensions + +- new class T1000 inheriting from StarWarsRobot +- additional case "T1000" in RobotFactory for creating T1000 instances +- test cases for T1000 class +- test cases for instance creation in RobotFactory +- implementation of think method for T1000 +- eventually override of other robot methods depending of the specification of the T1000 +