Age | Commit message (Expand) | Author |
---|---|---|
2018-04-13 | Fix logging in tests...* Use the LOG_LEVEL provided by the application settings to enable easy control of logging when running tests. It helps avoid a lot of verbosity when running tests. | Muriithi Frederick Muriuki |
2018-02-19 | Create parametrized superclass for tests...* Since the tests require that some parameters be provided while running the tests, create a class that helps abstract away the details of retrieving and setting the expected parameters. | Muriithi Frederick Muriuki |