Add the Test class as ABC.

This commit is contained in:
2023-09-20 22:19:41 +03:00
parent b3a010f6e9
commit 9edbca09cf
@@ -0,0 +1,6 @@
package space.kklochko.simple_jbdd.tests;
public abstract class Test {
}