You are not logged in.
Announcement
Unanswered posts
|
Hello.
I wonder if it is possible to access parts of TOS from within JUnit test cases? I want to grap one particular of many contexts of a job setup in TOS when running my test case, maybe in a way like: getJob(name).getContext(name); and read the context parameters as well as their values.
Is there an API I can/have to import into my test case class?