grouper-dev - Re: [grouper-dev] RE: Running Grouper Unit Test
Subject: Grouper Developers Forum
List archive
- From: John Gasper <>
- To: "" <>
- Subject: Re: [grouper-dev] RE: Running Grouper Unit Test
- Date: Tue, 26 May 2015 09:31:18 -0700
Hi Chris, Thanks for the info, I’m sure it will come in handy as I work through this, but my initial question is how do you as a dev execute the test? I don’t see anything in the grouper client's ant build.xml that builds and executes the tests in a repeatable, automatic fashion. With mvn and gradle based builds it almost happens for free. I’m just not sure of process that you use. Once I get this working I’ll submit a pull request for GRP-1139. Thanks, John -- John Gasper IAM Consultant Unicon, Inc. PGP/GPG Key: 0xbafee3ef From: Chris Hyzer <> Date: Sunday, May 24, 2015 at 7:25 PM To: John Gasper <>, "" <> Subject: [grouper-dev] RE: Running Grouper Unit Test Hmmm, I think hooks are added at startup, and if you want to change them you have to bounce. So a unit test to test how hooks are read from the config file, would need: 1.
Edit GrouperHookType, add a public static method called clearConfiguredHooksForTesting() to set hookTypes to null 2.
In your test, call that method at the beginning of the test and in a finally block (to reset stuff for other tests) 3.
Add your config overrides like this:
GrouperConfig.retrieveConfig().propertiesOverrideMap().put(“key”, “value”); 4.
Then call the method that would use the hook, it should work. The override gets cleared in GrouperTest so don’t worry about clearing it, though you
could if you like: GrouperConfig.retrieveConfig().propertiesOverrideMap().clear(); Let me know if you need more help
J Thanks Chris From: []
On Behalf Of John Gasper So I’m working on https://bugs.internet2.edu/jira/browse/GRP-1139 and like to form some unit test
around validating that multiple hook classes are read in through the grouperClient config that gsh uses. I’ve found some config test for the cascading properties and think I have a valid test related to the issue, but I’m not sure of the best practice way of executing
it? Is there a standard method for doing the compile and test execution related to the Grouper Client that I’m missing? Thanks, John -- John Gasper |
- Re: [grouper-dev] RE: Running Grouper Unit Test, John Gasper, 05/26/2015
- RE: [grouper-dev] RE: Running Grouper Unit Test, Chris Hyzer, 05/26/2015
- Re: [grouper-dev] RE: Running Grouper Unit Test, John Gasper, 05/27/2015
- RE: [grouper-dev] RE: Running Grouper Unit Test, Chris Hyzer, 05/26/2015
Archive powered by MHonArc 2.6.16.