Class AbstractNoNamespaceValidation


  • @ExtendWith(org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class)
    public abstract class AbstractNoNamespaceValidation
    extends java.lang.Object
    Verifies that namespace validation, if disabled, is not effective.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.assertj.core.api.SoftAssertions soft  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract org.projectnessie.versioned.VersionStore store()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • soft

        protected org.assertj.core.api.SoftAssertions soft
    • Constructor Detail

      • AbstractNoNamespaceValidation

        public AbstractNoNamespaceValidation()
    • Method Detail

      • store

        protected abstract org.projectnessie.versioned.VersionStore store()