Class TestIcebergView


  • public class TestIcebergView
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TestIcebergView()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void nonExistingFields​(com.fasterxml.jackson.databind.JsonNode metadata)  
      void validMetadata()  
      • Methods inherited from class java.lang.Object

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

      • TestIcebergView

        public TestIcebergView()
    • Method Detail

      • nonExistingFields

        @ParameterizedTest
        @MethodSource("nonExistingFields")
        public void nonExistingFields​(com.fasterxml.jackson.databind.JsonNode metadata)
      • validMetadata

        @Test
        public void validMetadata()