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

io.micronaut.starter.feature.view.thymeleafSuite.rocker.raw Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
@import io.micronaut.starter.application.Project

@args (
Project project
)

@if (project.getPackageName() != null) {
package @project.getPackageName();
}

import org.junit.platform.suite.api.SelectPackages;
import org.junit.platform.suite.api.Suite;
import org.junit.platform.suite.api.SuiteDisplayName;

@@Suite
@@SelectPackages({
        "io.micronaut.views.fields.tck",
})
@@SuiteDisplayName("Fieldset TCK for Thymeleaf")
class ThymeleafSuite {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy