1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-05-10 03:16:04 -08:00
parent 38288be20c
commit 9280d3b2ac

View file

@ -50,6 +50,9 @@ class ClassNameXml {
var className: List<String> = arrayListOf() var className: List<String> = arrayListOf()
} }
/**
* The fields in this interface have tests.
*/
interface IPluginInfo { interface IPluginInfo {
val testJvmFlagContributors : List<ITestJvmFlagContributor> val testJvmFlagContributors : List<ITestJvmFlagContributor>
val testJvmFlagInterceptors : List<ITestJvmFlagInterceptor> val testJvmFlagInterceptors : List<ITestJvmFlagInterceptor>