makeTestDataSourceProperties

fun makeTestDataSourceProperties(nodeName: String = SecureHash.randomSHA256().toString()): Properties

Make properties appropriate for creating a DataSource for unit tests.

Parameters

nodeName

Reflects the "instance" of the in-memory database. Defaults to a random string.