sounds good, makes sense. I'll see if i can pass some packages to the runner. If i intialize WeldContainer does CDI-Unit work with it? Also, in particular,
@AdditionalPackages
What is the syntax. does it take wildcard? my.package.* ? or do i have to have one for every package name.
Even here, i may not be aware of introduced packages, but they would be part of our domain.
example:
our.product = our base domain
our.product.a or our.product.b may be introduced (i won't know about a,b) - and there may be specialized classes in there.
Thanks so much for answering these questions. Trying to go with something clean and simple like you've developed. I'll move to something like arquillian if i rally have to ...