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

@ -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 {