Class AbstractIvmlSerializerConfigTests

java.lang.Object
test.de.iip_ecosphere.platform.configuration.easyProducer.AbstractIvmlTests
test.de.iip_ecosphere.platform.configuration.easyProducer.AbstractIvmlSerializerConfigTests
Direct Known Subclasses:
IvmlSerializerConfig1OldTests, IvmlSerializerConfig1Tests

public abstract class AbstractIvmlSerializerConfigTests extends AbstractIvmlTests
Basic functions for serializer model tests.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • AbstractIvmlSerializerConfigTests

      public AbstractIvmlSerializerConfigTests()
  • Method Details

    • assertApplication

      protected void assertApplication(File base, boolean withFamily) throws IOException
      Asserts file and contents of the application part.
      Parameters:
      base - the source base folder
      withFamily - test as it we expect a AI family, else a single node
      Throws:
      IOException - in case that expected files cannot be found or inspected
    • assertAppInterfaces

      protected void assertAppInterfaces(File base, boolean old) throws IOException
      Asserts the Serializer1 application interfaces.
      Parameters:
      base - the base folder (shared or app-individual)
      old - old (separated) or new shared interface style
      Throws:
      IOException - in case that expected files cannot be found or inspected