mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
03-UpdatePlugins
This commit is contained in:
parent
6a06fb7c68
commit
04a236ec83
100 changed files with 193 additions and 193 deletions
|
|
@ -24,7 +24,7 @@ import de.kosit.validationtool.impl.Helper.Simple;
|
|||
|
||||
/**
|
||||
* Test {@link CheckConfiguration }.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
@Deprecated
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ import net.sf.saxon.s9api.XdmNode;
|
|||
|
||||
/**
|
||||
* Testet den Hashcode-Service.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class InputFactoryTest {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import de.kosit.validationtool.model.reportInput.CreateReportInput;
|
|||
|
||||
/**
|
||||
* Testet das Assertion-Feature.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class CheckAssertionActionTest {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import lombok.Setter;
|
|||
|
||||
/**
|
||||
* Helferlein um Ausgaben auf der Kommandozeile zu testen.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class CommandLine {
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import de.kosit.validationtool.impl.Helper.Simple;
|
|||
|
||||
/**
|
||||
* Testet die Parameter des Kommandozeilen-Tools.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
@Slf4j
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import org.junit.Test;
|
|||
|
||||
/**
|
||||
* Tests {@link DefaultNamingStrategy}
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class DefaultNamingStrategyTest {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import de.kosit.validationtool.impl.tasks.CheckAction;
|
|||
|
||||
/**
|
||||
* Testet die HTML-Extrkation des Kommondazeilenprogramms.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class ExtractHtmlActionTest {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import de.kosit.validationtool.impl.Helper;
|
|||
|
||||
/**
|
||||
* Test {@link ConfigurationBuilder}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class ConfigurationBuilderTest {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import net.sf.saxon.s9api.XPathExecutable;
|
|||
|
||||
/**
|
||||
* Test {@link ScenarioBuilder}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class ScenarioBuilderTest {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import de.kosit.validationtool.model.scenarios.ValidateWithXmlSchema;
|
|||
|
||||
/**
|
||||
* Tests {@link SchemaBuilder}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class SchemaBuilderTest {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import net.sf.saxon.s9api.XPathExecutable;
|
|||
|
||||
/**
|
||||
* Tests {@link XPathBuilder}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class XPathBuilderTest {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import io.restassured.RestAssured;
|
|||
|
||||
/**
|
||||
* Base for integration tests.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public abstract class BaseIT {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import io.restassured.http.ContentType;
|
|||
|
||||
/**
|
||||
* Integration test for the {@link ConfigHandler}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class ConfigHandlerIT extends BaseIT {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import io.restassured.http.ContentType;
|
|||
|
||||
/**
|
||||
* Checks the health endpoint.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class HealthHandlerIT extends BaseIT {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import net.sf.saxon.s9api.XsltExecutable;
|
|||
|
||||
/**
|
||||
* Testet das repository.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class ContentRepositoryTest {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import de.kosit.validationtool.model.scenarios.Scenarios;
|
|||
|
||||
/**
|
||||
* Simple test for testing the jaxb conversion service.
|
||||
*
|
||||
*
|
||||
* @author apenski
|
||||
*/
|
||||
public class ConversionServiceTest {
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ import net.sf.saxon.s9api.XdmNode;
|
|||
|
||||
/**
|
||||
* Test das Check-Interface
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class DefaultCheckTest {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import net.sf.saxon.s9api.XdmNode;
|
|||
|
||||
/**
|
||||
* Testet das {@link ScenarioRepository}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import net.sf.saxon.s9api.XPathExecutable;
|
|||
|
||||
/**
|
||||
* Tests the 'acceptMatch' functionality.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class ComputeAcceptanceActionTest {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ import net.sf.saxon.s9api.SaxonApiException;
|
|||
|
||||
/**
|
||||
* Test for {@link CreateReportAction}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class CreateReportActionTest {
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ import de.kosit.validationtool.impl.tasks.CheckAction.Bag;
|
|||
|
||||
/**
|
||||
* Tests die {@link SchemaValidationAction}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class SchemaValidatorActionTest {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ import net.sf.saxon.s9api.XsltTransformer;
|
|||
|
||||
/**
|
||||
* Tests {@link SchematronValidationAction}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class SchematronValidationActionTest {
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ import net.sf.saxon.s9api.XdmNode;
|
|||
|
||||
/**
|
||||
* Utilities for creating test objects.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class TestBagBuilder {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ import de.kosit.validationtool.impl.Helper.Resolving;
|
|||
|
||||
/**
|
||||
* Tests {@link RemoteResolvingStrategy}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class RemoteResolvingStrategyTest {
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ import net.sf.saxon.s9api.XsltTransformer;
|
|||
|
||||
/**
|
||||
* Testet verschiedene Saxon Security Einstellungen.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
@Slf4j
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ import de.kosit.validationtool.impl.Helper.Resolving;
|
|||
|
||||
/**
|
||||
* Tests {@link StrictLocalResolvingStrategy}
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class StrictLocalResolvingTest {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ import de.kosit.validationtool.impl.Helper.Resolving;
|
|||
|
||||
/**
|
||||
* Tests {@link StrictRelativeResolvingStrategy}.
|
||||
*
|
||||
*
|
||||
* @author Andreas Penski
|
||||
*/
|
||||
public class StrictRelativeResolvingTest {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue