_Log_Assertion_Config

 

etlunit.json

{

    "install-features": ["other_feature", "log-assertion"],

    "features": {}

}

pom.xml

<dependencies>

<dependency>

<groupId>org.bitbucket.bradleysmithllc.etlunit</groupId>

<artifactId>etlunit-log-assertion</artifactId>

<version>${etlunit.project.version}</version>

</dependency>

</dependencies>