@Before
public void setUp() throws Exception {
File file = new File("target/file-channel");
boolean result = deleteFiles(file);
primarySource = new AvroSource();
primarySource.setName("Primary");
altSource = new AvroSource();
altSource.setName("Alternate");
primaryChannel = new MemoryChannel();
primaryChannel.setName("Primary Memory");
alternateChannel = new MemoryChannel();
alternateChannel.setName("Alternate Memory");