This will be a series of articles revolving around unit testing where I will work through examples and exploring various aspects of the craft. This is the first installment. This…
This will be a series of articles revolving around unit testing where I will work through examples and exploring various aspects of the craft. This is the first installment. This…
Sometimes you may need to mock Grails (application) configuration in an unit or integration test. E.g. you want to test code which normally would access the property jmxEnabled from the following configuration…