Add the license, LGPLv3.

This commit is contained in:
2023-10-18 22:02:54 +03:00
parent 87c9c83c20
commit afc43f49eb
27 changed files with 1295 additions and 202 deletions
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.commands;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.commands;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.commands.decorators;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.commands.decorators;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.commands.decorators;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories;
import space.kklochko.simple_jbdd.annotations.Given;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories.meta;
import java.util.AbstractMap;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories.meta;
import space.kklochko.simple_jbdd.tests.commands.AbstractTestCommand;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories.validators;
import java.lang.reflect.Method;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories.validators;
import java.lang.reflect.Method;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories.validators;
import java.lang.reflect.Method;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories.validators;
import java.lang.reflect.Method;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories.validators;
import java.lang.reflect.Method;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.factories.validators;
import java.lang.reflect.Method;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.reports;
import space.kklochko.simple_jbdd.tests.factories.meta.AbstractTestCommandMetaDataFactory;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.reports;
import space.kklochko.simple_jbdd.tests.factories.meta.AbstractTestCommandMetaDataFactory;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.reports.fmt;
import java.util.AbstractMap;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.reports.fmt;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.runners;
public abstract class AbstractTestRunner {
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.runners;
import space.kklochko.simple_jbdd.tests.Test;
@@ -1,3 +1,22 @@
//////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2023 Kostiantyn Klochko <kklochko@protonmail.com> //
// //
// This file is part of simple-jbdd. //
// //
// simple-jbdd is free software: you can redistribute it and/or modify it under //
// the terms of the GNU Lesser General Public License as published by the Free //
// Software Foundation, either version 3 of the License, or (at your option) //
// any later version. //
// //
// simple-jbdd is distributed in the hope that it will be useful, but WITHOUT //
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or //
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License //
// for more details. //
// //
// You should have received a copy of the GNU Lesser General Public License //
// along with simple-jbdd. If not, see <https://www.gnu.org/licenses/>. //
//////////////////////////////////////////////////////////////////////////////////
package space.kklochko.simple_jbdd.tests.runners;
import space.kklochko.simple_jbdd.tests.Test;