testClassesJar.addClass(BuilderException.class);
testClassesJar.addClasses(PropertyMatcher.class, MatchResult.class, PropertyMatchException.class);
testClassesJar.addAsManifestResource(EmptyAsset.INSTANCE, ArchivePaths.create("beans.xml")); // add CDI injection (needed by arquillian injection);
//TOD0 (jshaughn): Once we have identified all of the necessary test resource files, see if we can just add the
// entire /resources dir in one statement
testClassesJar.addAsResource("binary-blob-sample.jar");
testClassesJar.addAsResource("test-alert-sender-serverplugin.xml");
testClassesJar.addAsResource("test-assist-color-number.txt");
testClassesJar.addAsResource("test-ldap.properties");
testClassesJar.addAsResource("test-scheduler.properties");
testClassesJar.addAsResource("cassandra-test.properties");