summaryrefslogtreecommitdiffstats
path: root/policy-management/src/test/resources/echo.kmodule
AgeCommit message (Collapse)AuthorFilesLines
2019-02-04Report KieBase names in rules artifacts.Jorge Hernandez1-3/+3
The rule writer at design time can embed the domain base model(s) supported at design time. This information can be extracted at runtime to match a controller with the domain/model functionality that it can support. Change-Id: I7f7f1320d7d601d50949d0cd09bc48982c222333 Issue-ID: POLICY-1500 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2018-01-31junits+utils to generate/test rules applicationsJorge Hernandez1-0/+26
1. utilities to generate rules applications and installing in local maven repository programmatically. 2. using these utilities, use policy abstractions, ie. controllers, containers, .. to junit test it. Change-Id: I13c35e631a1120fad503feef2593d32a99e3358f Issue-ID: POLICY-583 Signed-off-by: Jorge Hernandez <jh1730@att.com>