Add multi-session tests
[lttng-ust-java-tests.git] / src / org / lttng / ust / agent / integration / log4j / AllTests.java
1 package org.lttng.ust.agent.integration.log4j;
2
3 import org.junit.runner.RunWith;
4 import org.junit.runners.Suite;
5
6 @RunWith(Suite.class)
7 @Suite.SuiteClasses({
8 Log4jEnabledEventsTest.class,
9 Log4jLegacyApiTest.class,
10 Log4jMultiSessionTest.class
11 })
12 public class AllTests {
13
14 }
This page took 0.039734 seconds and 4 git commands to generate.