isBranchCompleteByName

fun isBranchCompleteByName(name: String): Boolean

Some tests to count policies by completion or not use only the String collection without instantiating them. To keep the hardcoding in one place, this is public and should be used instead of duplicating it.

Sources

jvm source
Link copied to clipboard