org.jboss.jsr299.tck.tests.extensions.processBean.ProcessBeanTest and ProcessSessionBeanTest in the same package both scan and process Cat.class.
The number of processings will get counted in a static ProcessBeanObserver.catProcessBeanCount.
Now if ProcessSessionBeanTest randomly runs before ProcessBeanTest we get 4 instead of 2 in catProcessBeanCount....
|