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

application.SpecmaticBeans.kt Maven / Gradle / Ivy

There is a newer version: 1.3.39
Show newest version
package application

import org.junit.platform.launcher.Launcher
import org.junit.platform.launcher.core.LauncherFactory
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration

@Configuration
open class SpecmaticBeans {
    @Bean
    open fun junitLauncher(): Launcher = LauncherFactory.create()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy