File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
standard/test/org/jmeterplugins Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2323import java .util .List ;
2424
2525import junit .framework .TestCase ;
26+ import kg .apc .emulators .TestJMeterUtils ;
2627import kg .apc .jmeter .vizualizers .CorrectedResultCollector ;
2728
2829import org .apache .jmeter .samplers .SampleResult ;
@@ -51,6 +52,7 @@ public MergeResultsServiceTest() {
5152
5253 @ BeforeClass
5354 public static void setUpClass () throws Exception {
55+ TestJMeterUtils .createJmeterEnv ();
5456 }
5557
5658 @ AfterClass
Original file line number Diff line number Diff line change 22
33import static org .junit .Assert .assertEquals ;
44
5+ import kg .apc .emulators .TestJMeterUtils ;
6+ import kg .apc .jmeter .JMeterPluginsUtils ;
57import org .junit .After ;
68import org .junit .AfterClass ;
79import org .junit .Before ;
@@ -14,6 +16,7 @@ public FilterPanelTest() {
1416
1517 @ AfterClass
1618 public static void tearDownClass () throws Exception {
19+ TestJMeterUtils .createJmeterEnv ();
1720 }
1821
1922 @ Before
You can’t perform that action at this time.
0 commit comments