Neue Struktur für den Block. Testklassen für alle bisher vorhandenen Klassen
parent
9a992ecd99
commit
b14ff24156
|
@ -4,7 +4,7 @@ This is the "Block" file from Author: Philipp Kotte
|
|||
written on: 05 / 10 / 2023 at: 23:43
|
||||
============================================================
|
||||
*/
|
||||
package Domain;
|
||||
package Domain.Block;
|
||||
|
||||
public class Block {
|
||||
|
|
@ -4,7 +4,7 @@ This is the "Blockeintrag" file from Author: Philipp Kotte
|
|||
written on: 05 / 10 / 2023 at: 23:44
|
||||
============================================================
|
||||
*/
|
||||
package Domain;
|
||||
package Domain.Block;
|
||||
|
||||
public class Blockeintrag {
|
||||
public int punkte;
|
|
@ -4,7 +4,7 @@ This is the "Blockzeile" file from Author: Philipp Kotte
|
|||
written on: 05 / 10 / 2023 at: 23:44
|
||||
============================================================
|
||||
*/
|
||||
package Domain;
|
||||
package Domain.Block;
|
||||
|
||||
public class Blockzeile {
|
||||
private int rundenNummer;
|
Binary file not shown.
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
============================================================
|
||||
This is the "BlockTest" file from Author: Philipp Kotte
|
||||
written on: 10 / 10 / 2023 at: 21:17
|
||||
============================================================
|
||||
*/
|
||||
package Test.Domain.Block;
|
||||
|
||||
public class BlockTest {
|
||||
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
============================================================
|
||||
This is the "BlockeintragTest" file from Author: Philipp Kotte
|
||||
written on: 10 / 10 / 2023 at: 21:17
|
||||
============================================================
|
||||
*/
|
||||
package Test.Domain.Block;
|
||||
|
||||
public class BlockeintragTest {
|
||||
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
============================================================
|
||||
This is the "BlockzeileTest" file from Author: Philipp Kotte
|
||||
written on: 10 / 10 / 2023 at: 21:17
|
||||
============================================================
|
||||
*/
|
||||
package Test.Domain.Block;
|
||||
|
||||
public class BlockzeileTest {
|
||||
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
============================================================
|
||||
This is the "MagierkarteTest" file from Author: Philipp Kotte
|
||||
written on: 10 / 10 / 2023 at: 21:18
|
||||
============================================================
|
||||
*/
|
||||
package Test.Domain.Karten;
|
||||
|
||||
public class MagierkarteTest {
|
||||
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
============================================================
|
||||
This is the "NarrenkarteTest" file from Author: Philipp Kotte
|
||||
written on: 10 / 10 / 2023 at: 21:18
|
||||
============================================================
|
||||
*/
|
||||
package Test.Domain.Karten;
|
||||
|
||||
public class NarrenkarteTest {
|
||||
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
============================================================
|
||||
This is the "ZahlenkarteTest" file from Author: Philipp Kotte
|
||||
written on: 10 / 10 / 2023 at: 21:18
|
||||
============================================================
|
||||
*/
|
||||
package Test.Domain.Karten;
|
||||
|
||||
public class ZahlenkarteTest {
|
||||
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
============================================================
|
||||
This is the "SpielTest" file from Author: Philipp Kotte
|
||||
written on: 10 / 10 / 2023 at: 21:19
|
||||
============================================================
|
||||
*/
|
||||
package Test.Facade;
|
||||
|
||||
public class SpielTest {
|
||||
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
============================================================
|
||||
This is the "PersistenzTest" file from Author: Philipp Kotte
|
||||
written on: 10 / 10 / 2023 at: 21:21
|
||||
============================================================
|
||||
*/
|
||||
package Test.UI;
|
||||
|
||||
public class PersistenzTest {
|
||||
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
============================================================
|
||||
This is the "SpielCLITest" file from Author: Philipp Kotte
|
||||
written on: 10 / 10 / 2023 at: 21:21
|
||||
============================================================
|
||||
*/
|
||||
package Test.UI;
|
||||
|
||||
public class SpielCLITest {
|
||||
|
||||
}
|
Loading…
Reference in New Issue