3f99b13d74a5fba99fed931da2eccc561505e0de
[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 })
11 public class AllTests {
12
13 }
This page took 0.046803 seconds and 3 git commands to generate.