complete practical part

This commit is contained in:
2026-06-11 15:27:27 +03:30
parent bb8e84ecfa
commit 847910135c
8 changed files with 139 additions and 50 deletions
+8
View File
@@ -21,6 +21,14 @@
<version>5.12.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.12.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>