4ab5d22558025bf9146bbcb1a8c43f87c43b6b9c
[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.029467 seconds and 3 git commands to generate.