// Klasse Test zum Testen der Klassen Raumschiff und Weltraumschrott
// Deklaration einer Variablen der Klasse Raumschiff
Raumschiff raumschiff1;
// Erzeugen eines Raumschiff-Objekts
raumschiff1 = new Raumschiff("Captain Körk", 100, 50);


// Erzeugen von drei Weltraumschrott-Objekten
Weltraumschrott schrott1 = new Weltraumschrott(700, 200, 10, 255);
Weltraumschrott schrott2 = new Weltraumschrott(850, 250, 10, 255 * 255);
Weltraumschrott schrott3 = new Weltraumschrott(800, 400, 10, 255 * 255 * 255);
Weltraumschrott schrott4 = new Weltraumschrott(900, 150, 10, 255);
Weltraumschrott schrott5 = new Weltraumschrott(1000, 350, 10, 255 * 255);
Weltraumschrott schrott6 = new Weltraumschrott(950, 500, 10, 255 * 255 * 255);
Weltraumschrott schrott7 = new Weltraumschrott(700, 200, 10, 255);
Weltraumschrott schrott8 = new Weltraumschrott(850, 250, 10, 255 * 255);
Weltraumschrott schrott9 = new Weltraumschrott(800, 400, 10, 255 * 255 * 255);