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

adle.moab-sdk.0.13.source-code.plugins.gdsl Maven / Gradle / Ivy

There is a newer version: 0.14
Show newest version
contributor(context()) {
	// Testing hints
	classType.getAnnotations("com.adaptc.mws.plugins.testing.TestFor").each {
		String className = it?.findAttributeValue("value")?.getClassNameText()
		if (className.endsWith("Plugin")) {
			property name:"plugin", type:className, doc:"The plugin under test"
			delegatesTo(findClass("com.adaptc.mws.plugins.testing.PluginUnitTestMixin").getNavigationElement())
		} else if (className.endsWith("Translator")) {
			property name:"translator", type:className, doc:"The translator under test"
			delegatesTo(findClass("com.adaptc.mws.plugins.testing.TranslatorUnitTestMixin").getNavigationElement())
		} else {
			// Assume component
			property name:"component", type:className, doc:"The component under test"
			delegatesTo(findClass("com.adaptc.mws.plugins.testing.ComponentUnitTestMixin").getNavigationElement())
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy