Skip to content

Commit

Permalink
Add init for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Pohilko committed Sep 17, 2014
1 parent 2af4920 commit 5c16bfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import java.util.List;

import junit.framework.TestCase;
import kg.apc.emulators.TestJMeterUtils;
import kg.apc.jmeter.vizualizers.CorrectedResultCollector;

import org.apache.jmeter.samplers.SampleResult;
Expand Down Expand Up @@ -51,6 +52,7 @@ public MergeResultsServiceTest() {

@BeforeClass
public static void setUpClass() throws Exception {
TestJMeterUtils.createJmeterEnv();
}

@AfterClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import static org.junit.Assert.assertEquals;

import kg.apc.emulators.TestJMeterUtils;
import kg.apc.jmeter.JMeterPluginsUtils;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
Expand All @@ -14,6 +16,7 @@ public FilterPanelTest() {

@AfterClass
public static void tearDownClass() throws Exception {
TestJMeterUtils.createJmeterEnv();
}

@Before
Expand Down

0 comments on commit 5c16bfb

Please sign in to comment.