03-UpdatePlugins

This commit is contained in:
Adrian-Devries 2025-04-24 12:53:53 +02:00
parent 6a06fb7c68
commit 04a236ec83
100 changed files with 193 additions and 193 deletions

View file

@ -24,7 +24,7 @@ import de.kosit.validationtool.impl.Helper.Simple;
/**
* Test {@link CheckConfiguration }.
*
*
* @author Andreas Penski
*/
@Deprecated

View file

@ -54,7 +54,7 @@ import net.sf.saxon.s9api.XdmNode;
/**
* Testet den Hashcode-Service.
*
*
* @author Andreas Penski
*/
public class InputFactoryTest {

View file

@ -34,7 +34,7 @@ import de.kosit.validationtool.model.reportInput.CreateReportInput;
/**
* Testet das Assertion-Feature.
*
*
* @author Andreas Penski
*/
public class CheckAssertionActionTest {

View file

@ -34,7 +34,7 @@ import lombok.Setter;
/**
* Helferlein um Ausgaben auf der Kommandozeile zu testen.
*
*
* @author Andreas Penski
*/
public class CommandLine {

View file

@ -38,7 +38,7 @@ import de.kosit.validationtool.impl.Helper.Simple;
/**
* Testet die Parameter des Kommandozeilen-Tools.
*
*
* @author Andreas Penski
*/
@Slf4j

View file

@ -22,7 +22,7 @@ import org.junit.Test;
/**
* Tests {@link DefaultNamingStrategy}
*
*
* @author Andreas Penski
*/
public class DefaultNamingStrategyTest {

View file

@ -36,7 +36,7 @@ import de.kosit.validationtool.impl.tasks.CheckAction;
/**
* Testet die HTML-Extrkation des Kommondazeilenprogramms.
*
*
* @author Andreas Penski
*/
public class ExtractHtmlActionTest {

View file

@ -34,7 +34,7 @@ import de.kosit.validationtool.impl.Helper;
/**
* Test {@link ConfigurationBuilder}.
*
*
* @author Andreas Penski
*/
public class ConfigurationBuilderTest {

View file

@ -39,7 +39,7 @@ import net.sf.saxon.s9api.XPathExecutable;
/**
* Test {@link ScenarioBuilder}.
*
*
* @author Andreas Penski
*/
public class ScenarioBuilderTest {

View file

@ -34,7 +34,7 @@ import de.kosit.validationtool.model.scenarios.ValidateWithXmlSchema;
/**
* Tests {@link SchemaBuilder}.
*
*
* @author Andreas Penski
*/
public class SchemaBuilderTest {

View file

@ -33,7 +33,7 @@ import net.sf.saxon.s9api.XPathExecutable;
/**
* Tests {@link XPathBuilder}.
*
*
* @author Andreas Penski
*/
public class XPathBuilderTest {

View file

@ -22,7 +22,7 @@ import io.restassured.RestAssured;
/**
* Base for integration tests.
*
*
* @author Andreas Penski
*/
public abstract class BaseIT {

View file

@ -24,7 +24,7 @@ import io.restassured.http.ContentType;
/**
* Integration test for the {@link ConfigHandler}.
*
*
* @author Andreas Penski
*/
public class ConfigHandlerIT extends BaseIT {

View file

@ -24,7 +24,7 @@ import io.restassured.http.ContentType;
/**
* Checks the health endpoint.
*
*
* @author Andreas Penski
*/
public class HealthHandlerIT extends BaseIT {

View file

@ -39,7 +39,7 @@ import net.sf.saxon.s9api.XsltExecutable;
/**
* Testet das repository.
*
*
* @author Andreas Penski
*/
public class ContentRepositoryTest {

View file

@ -33,7 +33,7 @@ import de.kosit.validationtool.model.scenarios.Scenarios;
/**
* Simple test for testing the jaxb conversion service.
*
*
* @author apenski
*/
public class ConversionServiceTest {

View file

@ -49,7 +49,7 @@ import net.sf.saxon.s9api.XdmNode;
/**
* Test das Check-Interface
*
*
* @author Andreas Penski
*/
public class DefaultCheckTest {

View file

@ -40,7 +40,7 @@ import net.sf.saxon.s9api.XdmNode;
/**
* Helferlein für Test-Artefakte
*
*
* @author Andreas Penski
*/
@ -129,7 +129,7 @@ public class Helper {
/**
* Lädt ein XML-Dokument von der gegebenen URL
*
*
* @param url die url die geladen werden soll
* @return ein result objekt mit Dokument
*/

View file

@ -34,7 +34,7 @@ import de.kosit.validationtool.impl.xml.RelativeUriResolver;
/**
* Testet den Uri-Resolver der relative auflösen soll
*
*
* @author Andreas Penski
*/
public class RelativeUriResolverTest {

View file

@ -39,7 +39,7 @@ import net.sf.saxon.s9api.XdmNode;
/**
* Testet das {@link ScenarioRepository}.
*
*
* @author Andreas Penski
*/

View file

@ -31,7 +31,7 @@ import de.kosit.validationtool.impl.Helper.Simple;
/**
* Prüft die Funktionen des Validator auf Basis eines reduzierten Szenarios.
*
*
* @author Andreas Penski
*/
public class SimpleScenarioCheckTest {

View file

@ -34,7 +34,7 @@ import net.sf.saxon.s9api.XPathExecutable;
/**
* Tests the 'acceptMatch' functionality.
*
*
* @author Andreas Penski
*/
public class ComputeAcceptanceActionTest {

View file

@ -42,7 +42,7 @@ import net.sf.saxon.s9api.SaxonApiException;
/**
* Test for {@link CreateReportAction}.
*
*
* @author Andreas Penski
*/
public class CreateReportActionTest {

View file

@ -51,7 +51,7 @@ import de.kosit.validationtool.impl.tasks.CheckAction.Bag;
/**
* Tests die {@link SchemaValidationAction}.
*
*
* @author Andreas Penski
*/
public class SchemaValidatorActionTest {

View file

@ -41,7 +41,7 @@ import net.sf.saxon.s9api.XsltTransformer;
/**
* Tests {@link SchematronValidationAction}.
*
*
* @author Andreas Penski
*/
public class SchematronValidationActionTest {

View file

@ -49,7 +49,7 @@ import net.sf.saxon.s9api.XdmNode;
/**
* Utilities for creating test objects.
*
*
* @author Andreas Penski
*/
public class TestBagBuilder {

View file

@ -34,9 +34,9 @@ import org.xml.sax.SAXNotSupportedException;
import lombok.RequiredArgsConstructor;
/**
*
*
* Tests the internal functions used to create a secure resolver
*
*
* @author Andreas Penski
*/
public class BaseResolverConfigurationTest {

View file

@ -30,7 +30,7 @@ import de.kosit.validationtool.impl.Helper.Resolving;
/**
* Tests {@link RemoteResolvingStrategy}.
*
*
* @author Andreas Penski
*/
public class RemoteResolvingStrategyTest {

View file

@ -48,7 +48,7 @@ import net.sf.saxon.s9api.XsltTransformer;
/**
* Testet verschiedene Saxon Security Einstellungen.
*
*
* @author Andreas Penski
*/
@Slf4j

View file

@ -32,7 +32,7 @@ import de.kosit.validationtool.impl.Helper.Resolving;
/**
* Tests {@link StrictLocalResolvingStrategy}
*
*
* @author Andreas Penski
*/
public class StrictLocalResolvingTest {

View file

@ -32,7 +32,7 @@ import de.kosit.validationtool.impl.Helper.Resolving;
/**
* Tests {@link StrictRelativeResolvingStrategy}.
*
*
* @author Andreas Penski
*/
public class StrictRelativeResolvingTest {