activemq-artemis/docs/hacking-guide/en
jbertram 328611fdc9 More test-suite refactoring
Lots of work on the test-suite in this commit including:
- Rename ServiceTestBase to ActiveMQTestBase
- Make AddressSettings fluent
- Remove unnecessary tearDown() implementations
- Use ActiveMQTestBase.create*Locator() instead of
  ActiveMQClient.createServerLocator*(..)
- Use fluent ServerLocator methods
- Make sure all ActiveMQServers.newActiveMQServer invocations
  are surrounded with addServer() where appropriate
- Create a few example tests to be references from hacking-guide
- Update hacking-guide with more info on writing tests
- Refactor config creation methods in ActiveMQTestBase
2015-05-28 08:49:02 -05:00
..
images Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
README.md Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
SUMMARY.md Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
book.json Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
building.md Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
code.md Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
formatting.md Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
ide.md Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
maintainers.md Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
notice.md Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00
tests.md More test-suite refactoring 2015-05-28 08:49:02 -05:00

README.md

ActiveMQ Artemis logo

Apache ActiveMQ Artemis Hacking Guide

This hacking guide outlines how developers can get involved in contributing to the Apache ActiveMQ Artemis project.