Hi, I'm using arquillian+junit and I want to set the ProjectStage to Development for a test.
I've tried add ProjectStageProducer.setProjectStage(ProjectStage.Development); But the test still uses the Production stage.
Hi, I'm using arquillian+junit and I want to set the ProjectStage to Development for a test.
I've tried add ProjectStageProducer.setProjectStage(ProjectStage.Development); But the test still uses the Production stage.