All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mictaege.arete_gradle.TestIdentifierNormalizer.kt Maven / Gradle / Ivy

The newest version!
package com.github.mictaege.arete_gradle

import com.github.mictaege.arete.Normalizer
import com.github.mictaege.arete.UniqueIdToHashNormalizer
import org.junit.platform.launcher.TestIdentifier

interface TestIdentifierNormalizer: Normalizer {
    override fun normalize(input: TestIdentifier) = UniqueIdToHashNormalizer().normalize(input.uniqueId)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy