Class MetaValidatorTest

java.lang.Object
ch.rswk.meta.engine.test.MetaValidatorTest

public class MetaValidatorTest extends Object
  • Field Details

    • SCHEMA_INVALID

      private static final com.fasterxml.jackson.databind.JsonNode SCHEMA_INVALID
    • schemas

      @Inject protected MetaSchema schemas
    • validator

      @Inject protected MetaValidator validator
  • Constructor Details

    • MetaValidatorTest

      public MetaValidatorTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • validateSchema

      @Test public void validateSchema() throws Exception
      Throws:
      Exception
    • validateSchema_nullable

      @Test public void validateSchema_nullable() throws IOException
      Throws:
      IOException
    • validateSchema_definitions

      @Test public void validateSchema_definitions() throws IOException
      Throws:
      IOException
    • validateSchema_meta

      @Test public void validateSchema_meta() throws IOException
      Throws:
      IOException
    • validateSchema_custom

      @Test public void validateSchema_custom() throws Exception
      Throws:
      Exception
    • validate_action

      @Test public void validate_action()
    • validate_log

      @Test public void validate_log() throws Exception
      Throws:
      Exception
    • validate_object

      @Test public void validate_object()
    • validate_type

      @Test public void validate_type() throws Exception
      Throws:
      Exception