I'm currently working on a JUnit Test that checks the values of Global Variables. Now the problem is, if I try to get the Global Variable Value using this line of code: String var = Ivy.var().get("BASEDEF_PORTAL_SESSION_TIMEOUT"); the test immediately crashes. Is there a way to access the IvyContext in a JUnit test. asked 11.05.2016 at 16:56 Joel17 |
Currently the access to the Ivy context is not weakly supported. But there is a solution documented here: http://answers.axonivy.com/questions/166/solution-how-to-unit-test answered 31.05.2016 at 12:03 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 11.05.2016 at 16:56
Seen: 1,765 times
Last updated: 31.05.2016 at 12:03