Skip to content
Advertisement

Tag: jboss-arquillian

How to resolve arquillian static variable = null

Since i upgraded to WildFly 23 I have not been able to get shrinkwrap/arquillian to resolve classes correctly. Here is the createDeployment function My issue is that for testing we have some test data that exists at: org.<company>.crs.utils, it is a bunch of static data that we use for our functional tests to compare the expected database data to the

Advertisement