Add log4j and legacy-API tests
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 24 Jul 2015 04:31:50 +0000 (00:31 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 24 Jul 2015 04:53:25 +0000 (00:53 -0400)
commitc5524c71f2a2f7b553f5a6ce0cd7abb2cafeab7a
treef4e4cfc7ee05d44375e6fa8a82697eb42baf3757
parent9368bd5ec332435ed97717647e9cd3f2df051f4d
Add log4j and legacy-API tests

We can re-use the existing tests into an abstract class.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
12 files changed:
.classpath
.settings/org.eclipse.jdt.ui.prefs
src/org/lttng/ust/agent/benchmarks/jul/RunAllBenchmarks.java [deleted file]
src/org/lttng/ust/agent/benchmarks/jul/RunAllJulBenchmarks.java [new file with mode: 0644]
src/org/lttng/ust/agent/integration/RunAllIntegrationTests.java [new file with mode: 0644]
src/org/lttng/ust/agent/integration/common/EnabledEventsTest.java [new file with mode: 0644]
src/org/lttng/ust/agent/integration/jul/AllTests.java [new file with mode: 0644]
src/org/lttng/ust/agent/integration/jul/JulEnabledEventsTest.java
src/org/lttng/ust/agent/integration/jul/JulLegacyApiTest.java [new file with mode: 0644]
src/org/lttng/ust/agent/integration/log4j/AllTests.java [new file with mode: 0644]
src/org/lttng/ust/agent/integration/log4j/Log4jEnabledEventsTest.java [new file with mode: 0644]
src/org/lttng/ust/agent/integration/log4j/Log4jLegacyApiTest.java [new file with mode: 0644]
This page took 0.02362 seconds and 4 git commands to generate.