mirror of https://github.com/apache/jmeter.git
Run autostyleApply
This commit is contained in:
parent
6343a109d2
commit
b6d11d79d9
|
@ -1,20 +1,21 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
|
||||||
rem this work for additional information regarding copyright ownership.
|
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
|
||||||
rem the License. You may obtain a copy of the License at
|
|
||||||
rem
|
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
rem
|
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
rem See the License for the specific language governing permissions and
|
|
||||||
rem limitations under the License.
|
|
||||||
rem
|
rem
|
||||||
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
|
rem this work for additional information regarding copyright ownership.
|
||||||
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
|
rem the License. You may obtain a copy of the License at
|
||||||
|
rem
|
||||||
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
rem
|
||||||
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
rem See the License for the specific language governing permissions and
|
||||||
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
keytool -genkey -keyalg RSA -alias rmi -keystore rmi_keystore.jks -storepass changeit -validity 7 -keysize 2048 %*
|
keytool -genkey -keyalg RSA -alias rmi -keystore rmi_keystore.jks -storepass changeit -validity 7 -keysize 2048 %*
|
||||||
|
|
||||||
echo "Copy the generated rmi_keystore.jks to jmeter/bin folder or reference it in property 'server.rmi.ssl.keystore.file'"
|
echo "Copy the generated rmi_keystore.jks to jmeter/bin folder or reference it in property 'server.rmi.ssl.keystore.file'"
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
|
# this work for additional information regarding copyright ownership.
|
||||||
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
|
# (the "License"); you may not use this file except in compliance with
|
||||||
|
# the License. You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
|
||||||
## this work for additional information regarding copyright ownership.
|
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
## (the "License"); you may not use this file except in compliance with
|
|
||||||
## the License. You may obtain a copy of the License at
|
|
||||||
##
|
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
##
|
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
## See the License for the specific language governing permissions and
|
|
||||||
## limitations under the License.
|
|
||||||
##
|
|
||||||
keytool -genkey -keyalg RSA -alias rmi -keystore rmi_keystore.jks -storepass changeit -validity 7 -keysize 2048 "$@"
|
keytool -genkey -keyalg RSA -alias rmi -keystore rmi_keystore.jks -storepass changeit -validity 7 -keysize 2048 "$@"
|
||||||
|
|
||||||
echo "Copy the generated rmi_keystore.jks to jmeter/bin folder or reference it in property 'server.rmi.ssl.keystore.file'"
|
echo "Copy the generated rmi_keystore.jks to jmeter/bin folder or reference it in property 'server.rmi.ssl.keystore.file'"
|
||||||
|
|
|
@ -1,23 +1,24 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem Ask the JMeter client to perform a HeapDump
|
rem Ask the JMeter client to perform a HeapDump
|
||||||
|
|
||||||
rem P1 = command port for JMeter instance (defaults to 4445)
|
rem P1 = command port for JMeter instance (defaults to 4445)
|
||||||
|
|
||||||
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient HeapDump %*
|
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient HeapDump %*
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
##
|
#
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
##
|
#
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
## limitations under the License.
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
# Ask the JMeter client to perform a HeapDump
|
# Ask the JMeter client to perform a HeapDump
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem ============================================
|
rem ============================================
|
||||||
rem Non-GUI version of JMETER.BAT
|
rem Non-GUI version of JMETER.BAT
|
||||||
|
@ -49,4 +50,4 @@ call "%~dp0"jmeter -n -t "%~nx1" -j "%~n1.log" -l "%~n1.jtl" -r %2 %3 %4 %5 %6 %
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
:END
|
:END
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem ============================================
|
rem ============================================
|
||||||
rem Non-GUI version of JMETER.BAT
|
rem Non-GUI version of JMETER.BAT
|
||||||
|
@ -49,4 +50,4 @@ call "%~dp0"jmeter -n -t "%~nx1" -j "%~n1.log" -l "%~n1.jtl" %2 %3 %4 %5 %6 %7 %
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
:END
|
:END
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem ===============================================================
|
rem ===============================================================
|
||||||
rem Enviroment variables
|
rem Enviroment variables
|
||||||
|
@ -70,4 +71,4 @@ call jmeter -Dserver_port=%SERVER_PORT% -s -j jmeter-server.log %JMETER_CMD_LINE
|
||||||
rem No longer needed, as server is started in-process
|
rem No longer needed, as server is started in-process
|
||||||
rem taskkill /F /IM rmiregistry.exe
|
rem taskkill /F /IM rmiregistry.exe
|
||||||
|
|
||||||
:exit
|
:exit
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem ============================================
|
rem ============================================
|
||||||
rem
|
rem
|
||||||
|
@ -48,4 +49,4 @@ call "%~dp0"jmeter -j "%~n1.log" -t "%~nx1" %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
:END
|
:END
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem =====================================================
|
rem =====================================================
|
||||||
rem Environment variables that can be defined externally:
|
rem Environment variables that can be defined externally:
|
||||||
|
@ -39,7 +40,7 @@ rem
|
||||||
rem JVM_ARGS - (Optional) Java options used when starting JMeter, e.g. -Dprop=val
|
rem JVM_ARGS - (Optional) Java options used when starting JMeter, e.g. -Dprop=val
|
||||||
rem Defaults to '-Duser.language="en" -Duser.region="EN"'
|
rem Defaults to '-Duser.language="en" -Duser.region="EN"'
|
||||||
rem
|
rem
|
||||||
rem GC_ALGO - (Optional) JVM garbage collector options
|
rem GC_ALGO - (Optional) JVM garbage collector options
|
||||||
rem Defaults to '-XX:+UseG1GC -XX:MaxGCPauseMillis=100 -XX:G1ReservePercent=20'
|
rem Defaults to '-XX:+UseG1GC -XX:MaxGCPauseMillis=100 -XX:G1ReservePercent=20'
|
||||||
rem
|
rem
|
||||||
rem HEAP - (Optional) JVM memory settings used when starting JMeter
|
rem HEAP - (Optional) JVM memory settings used when starting JMeter
|
||||||
|
@ -150,7 +151,7 @@ if not defined HEAP (
|
||||||
set HEAP=-Xms1g -Xmx1g -XX:MaxMetaspaceSize=256m
|
set HEAP=-Xms1g -Xmx1g -XX:MaxMetaspaceSize=256m
|
||||||
)
|
)
|
||||||
|
|
||||||
rem Uncomment this to generate GC verbose file with Java prior to 9
|
rem Uncomment this to generate GC verbose file with Java prior to 9
|
||||||
rem set VERBOSE_GC=-verbose:gc -Xloggc:gc_jmeter_%%p.log -XX:+PrintGCDetails -XX:+PrintGCCause -XX:+PrintTenuringDistribution -XX:+PrintHeapAtGC -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps -XX:+PrintAdaptiveSizePolicy
|
rem set VERBOSE_GC=-verbose:gc -Xloggc:gc_jmeter_%%p.log -XX:+PrintGCDetails -XX:+PrintGCCause -XX:+PrintTenuringDistribution -XX:+PrintHeapAtGC -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps -XX:+PrintAdaptiveSizePolicy
|
||||||
|
|
||||||
rem Uncomment this to generate GC verbose file with Java 9 and above
|
rem Uncomment this to generate GC verbose file with Java 9 and above
|
||||||
|
@ -210,4 +211,3 @@ echo errorlevel=%ERRORLEVEL%
|
||||||
pause
|
pause
|
||||||
|
|
||||||
:end
|
:end
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
#
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## this work for additional information regarding copyright ownership.
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# this work for additional information regarding copyright ownership.
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## the License. You may obtain a copy of the License at
|
# (the "License"); you may not use this file except in compliance with
|
||||||
##
|
# the License. You may obtain a copy of the License at
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
#
|
||||||
##
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
#
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## See the License for the specific language governing permissions and
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## limitations under the License.
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Apache JMeter Property file
|
# Apache JMeter Property file
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
#
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
##
|
#
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
##
|
#
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
## limitations under the License.
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
## This is a simple wrapper for the script bin/jmeter
|
## This is a simple wrapper for the script bin/jmeter
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
@echo off
|
@echo off
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
|
||||||
rem this work for additional information regarding copyright ownership.
|
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
|
||||||
rem the License. You may obtain a copy of the License at
|
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
|
rem this work for additional information regarding copyright ownership.
|
||||||
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
|
rem the License. You may obtain a copy of the License at
|
||||||
|
rem
|
||||||
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
rem
|
||||||
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
rem See the License for the specific language governing permissions and
|
||||||
|
rem limitations under the License.
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
rem See the License for the specific language governing permissions and
|
|
||||||
rem limitations under the License.
|
|
||||||
|
|
||||||
rem Run JMeter using javaw
|
rem Run JMeter using javaw
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
this work for additional information regarding copyright ownership.
|
~ this work for additional information regarding copyright ownership.
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<Configuration status="WARN" packages="org.apache.jmeter.gui.logging">
|
<Configuration status="WARN" packages="org.apache.jmeter.gui.logging">
|
||||||
|
|
||||||
<Appenders>
|
<Appenders>
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem Run the JMeter mirror server in non-GUI mode
|
rem Run the JMeter mirror server in non-GUI mode
|
||||||
rem P1 = port to use (default 8080)
|
rem P1 = port to use (default 8080)
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
##
|
#
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
##
|
#
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
## limitations under the License.
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
# Run the JMeter mirror server in non-GUI mode
|
# Run the JMeter mirror server in non-GUI mode
|
||||||
# P1 = port to use (default 8080)
|
# P1 = port to use (default 8080)
|
||||||
|
|
|
@ -99,4 +99,3 @@ License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
flot-axislabels is released under the terms of [the MIT License](http://www.opensource.org/licenses/MIT).
|
flot-axislabels is released under the terms of [the MIT License](http://www.opensource.org/licenses/MIT).
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
#
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## this work for additional information regarding copyright ownership.
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# this work for additional information regarding copyright ownership.
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## the License. You may obtain a copy of the License at
|
# (the "License"); you may not use this file except in compliance with
|
||||||
##
|
# the License. You may obtain a copy of the License at
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
#
|
||||||
##
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
#
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## See the License for the specific language governing permissions and
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## limitations under the License.
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Apache JMeter Property file for Report Generator
|
# Apache JMeter Property file for Report Generator
|
||||||
|
@ -196,4 +198,4 @@ jmeter.reportgenerator.exporter.html.classname=org.apache.jmeter.report.dashboar
|
||||||
# JSON Export that generates statistics.json
|
# JSON Export that generates statistics.json
|
||||||
|
|
||||||
jmeter.reportgenerator.exporter.json.classname=org.apache.jmeter.report.dashboard.JsonExporter
|
jmeter.reportgenerator.exporter.json.classname=org.apache.jmeter.report.dashboard.JsonExporter
|
||||||
jmeter.reportgenerator.exporter.json.property.output_dir=report-output
|
jmeter.reportgenerator.exporter.json.property.output_dir=report-output
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
#
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## this work for additional information regarding copyright ownership.
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# this work for additional information regarding copyright ownership.
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## the License. You may obtain a copy of the License at
|
# (the "License"); you may not use this file except in compliance with
|
||||||
##
|
# the License. You may obtain a copy of the License at
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
#
|
||||||
##
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
#
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## See the License for the specific language governing permissions and
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## limitations under the License.
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
# SAVESERVICE PROPERTIES - JMETER INTERNAL USE ONLY
|
# SAVESERVICE PROPERTIES - JMETER INTERNAL USE ONLY
|
||||||
|
@ -426,4 +428,4 @@ _org.apache.jmeter.save.converters.TestResultWrapperConverter=collection
|
||||||
_org.apache.jmeter.save.ScriptWrapperConverter=mapping
|
_org.apache.jmeter.save.ScriptWrapperConverter=mapping
|
||||||
#
|
#
|
||||||
# Remember to update the _version entry
|
# Remember to update the _version entry
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,23 +1,24 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem Run the Shutdown client to stop a non-GUI instance gracefully
|
rem Run the Shutdown client to stop a non-GUI instance gracefully
|
||||||
|
|
||||||
rem P1 = command port for JMeter instance (defaults to 4445)
|
rem P1 = command port for JMeter instance (defaults to 4445)
|
||||||
|
|
||||||
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient Shutdown %*
|
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient Shutdown %*
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
##
|
#
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
##
|
#
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
## limitations under the License.
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
# Run the Shutdown client to stop a non-GUI instance gracefully
|
# Run the Shutdown client to stop a non-GUI instance gracefully
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,24 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem Run the Shutdown client to stop a non-GUI instance abruptly
|
rem Run the Shutdown client to stop a non-GUI instance abruptly
|
||||||
|
|
||||||
rem P1 = command port for JMeter instance (defaults to 4445)
|
rem P1 = command port for JMeter instance (defaults to 4445)
|
||||||
|
|
||||||
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient StopTestNow %*
|
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient StopTestNow %*
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
##
|
#
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
##
|
#
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
## limitations under the License.
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
# Run the Shutdown client to stop a non-GUI instance abruptly
|
# Run the Shutdown client to stop a non-GUI instance abruptly
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
#
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## this work for additional information regarding copyright ownership.
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# this work for additional information regarding copyright ownership.
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## the License. You may obtain a copy of the License at
|
# (the "License"); you may not use this file except in compliance with
|
||||||
##
|
# the License. You may obtain a copy of the License at
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
#
|
||||||
##
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
#
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## See the License for the specific language governing permissions and
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## limitations under the License.
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
# Sample system.properties file
|
# Sample system.properties file
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,22 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
this work for additional information regarding copyright ownership.
|
~ this work for additional information regarding copyright ownership.
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
<!--
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
See the DTD for allowable elements and attributes.
|
See the DTD for allowable elements and attributes.
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE templates SYSTEM "templates.dtd">
|
<!DOCTYPE templates SYSTEM "templates.dtd">
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf" >http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf" >http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf</a></li>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Proxy_Server" >http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Proxy_Server</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Proxy_Server" >http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Proxy_Server</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
<parameters>
|
<parameters>
|
||||||
<parameter defaultValue="recording.xml" key="recordingOutputFile"/>
|
<parameter defaultValue="recording.xml" key="recordingOutputFile"/>
|
||||||
|
@ -68,7 +69,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf" >http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf" >http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf</a></li>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Proxy_Server" >http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Proxy_Server</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Proxy_Server" >http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Proxy_Server</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</template>
|
</template>
|
||||||
<template isTestPlan="true">
|
<template isTestPlan="true">
|
||||||
|
@ -150,7 +151,7 @@
|
||||||
<h2>Useful link</h2>
|
<h2>Useful link</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/build-web-test-plan.html" >http://jmeter.apache.org/usermanual/build-web-test-plan.html</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/build-web-test-plan.html" >http://jmeter.apache.org/usermanual/build-web-test-plan.html</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</template>
|
</template>
|
||||||
<template isTestPlan="true">
|
<template isTestPlan="true">
|
||||||
|
@ -167,7 +168,7 @@
|
||||||
<h2>Useful link</h2>
|
<h2>Useful link</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/build-adv-web-test-plan.html" >http://jmeter.apache.org/usermanual/build-adv-web-test-plan.html</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/build-adv-web-test-plan.html" >http://jmeter.apache.org/usermanual/build-adv-web-test-plan.html</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</template>
|
</template>
|
||||||
<template isTestPlan="true">
|
<template isTestPlan="true">
|
||||||
|
@ -182,7 +183,7 @@
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request" >HTTP Request</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request" >HTTP Request</a></li>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#Response_Assertion">Response Assertion</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#Response_Assertion">Response Assertion</a></li>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Header_Manager">HTTP Header Manager</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Header_Manager">HTTP Header Manager</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</template>
|
</template>
|
||||||
<template isTestPlan="true">
|
<template isTestPlan="true">
|
||||||
|
@ -193,7 +194,7 @@
|
||||||
<h2>Useful link</h2>
|
<h2>Useful link</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/build-ftp-test-plan.html" >http://jmeter.apache.org/usermanual/build-ftp-test-plan.html</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/build-ftp-test-plan.html" >http://jmeter.apache.org/usermanual/build-ftp-test-plan.html</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</template>
|
</template>
|
||||||
<template isTestPlan="true">
|
<template isTestPlan="true">
|
||||||
|
@ -204,7 +205,7 @@
|
||||||
<h2>Useful link</h2>
|
<h2>Useful link</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/build-ldap-test-plan.html" >http://jmeter.apache.org/usermanual/build-ldap-test-plan.html</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/build-ldap-test-plan.html" >http://jmeter.apache.org/usermanual/build-ldap-test-plan.html</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</template>
|
</template>
|
||||||
<template isTestPlan="true">
|
<template isTestPlan="true">
|
||||||
|
@ -215,7 +216,7 @@
|
||||||
<h2>Useful link</h2>
|
<h2>Useful link</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jmeter.apache.org/usermanual/build-ldapext-test-plan.html" >http://jmeter.apache.org/usermanual/build-ldapext-test-plan.html</a></li>
|
<li><a href="http://jmeter.apache.org/usermanual/build-ldapext-test-plan.html" >http://jmeter.apache.org/usermanual/build-ldapext-test-plan.html</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</template>
|
</template>
|
||||||
<template isTestPlan="false">
|
<template isTestPlan="false">
|
||||||
|
@ -224,7 +225,7 @@
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
<h1>Think Time between 2 samplers</h1>
|
<h1>Think Time between 2 samplers</h1>
|
||||||
<h2>Overview</h2>
|
<h2>Overview</h2>
|
||||||
This shows how to introduce a Think Time of 1s+/- 100 ms between 2 samplers
|
This shows how to introduce a Think Time of 1s+/- 100 ms between 2 samplers
|
||||||
<br/>
|
<br/>
|
||||||
Please select a suitable location in the tree - e.g. Thread Group or Controller - before merging.
|
Please select a suitable location in the tree - e.g. Thread Group or Controller - before merging.
|
||||||
<h2>Useful links</h2>
|
<h2>Useful links</h2>
|
||||||
|
|
|
@ -1,23 +1,24 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem Ask the JMeter client to perform a ThreadDump
|
rem Ask the JMeter client to perform a ThreadDump
|
||||||
|
|
||||||
rem P1 = command port for JMeter instance (defaults to 4445)
|
rem P1 = command port for JMeter instance (defaults to 4445)
|
||||||
|
|
||||||
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient ThreadDump %*
|
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient ThreadDump %*
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
##
|
#
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
##
|
#
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
## limitations under the License.
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
# Ask the JMeter client to perform a ThreadDump
|
# Ask the JMeter client to perform a ThreadDump
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
#
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## this work for additional information regarding copyright ownership.
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# this work for additional information regarding copyright ownership.
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## the License. You may obtain a copy of the License at
|
# (the "License"); you may not use this file except in compliance with
|
||||||
##
|
# the License. You may obtain a copy of the License at
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
#
|
||||||
##
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
#
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## See the License for the specific language governing permissions and
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## limitations under the License.
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
# Class, property and value upgrade equivalences.
|
# Class, property and value upgrade equivalences.
|
||||||
|
|
||||||
|
@ -120,4 +122,4 @@ org.apache.jmeter.visualizers.MonitorHealthVisualizer=org.apache.jmeter.config.g
|
||||||
# removed in 3.2 class was deleted in r1783280
|
# removed in 3.2 class was deleted in r1783280
|
||||||
org.apache.jmeter.protocol.http.sampler.HTTPSampler2=org.apache.jmeter.config.ConfigTestElement
|
org.apache.jmeter.protocol.http.sampler.HTTPSampler2=org.apache.jmeter.config.ConfigTestElement
|
||||||
org.apache.jmeter.protocol.http.sampler.SoapSampler=org.apache.jmeter.config.ConfigTestElement
|
org.apache.jmeter.protocol.http.sampler.SoapSampler=org.apache.jmeter.config.ConfigTestElement
|
||||||
org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui=org.apache.jmeter.config.gui.ObsoleteGui
|
org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui=org.apache.jmeter.config.gui.ObsoleteGui
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
#
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## this work for additional information regarding copyright ownership.
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# this work for additional information regarding copyright ownership.
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## the License. You may obtain a copy of the License at
|
# (the "License"); you may not use this file except in compliance with
|
||||||
##
|
# the License. You may obtain a copy of the License at
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
#
|
||||||
##
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
#
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## See the License for the specific language governing permissions and
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## limitations under the License.
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
# Sample user.properties file
|
# Sample user.properties file
|
||||||
|
|
||||||
|
@ -144,4 +146,4 @@
|
||||||
#
|
#
|
||||||
# Set this if you don't want to use SSL for RMI
|
# Set this if you don't want to use SSL for RMI
|
||||||
#
|
#
|
||||||
#server.rmi.ssl.disable=false
|
#server.rmi.ssl.disable=false
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import com.github.spotbugs.SpotBugsPlugin
|
import com.github.spotbugs.SpotBugsPlugin
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
this work for additional information regarding copyright ownership.
|
~ this work for additional information regarding copyright ownership.
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
Unless required by applicable law or agreed to in writing, software
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
~ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
~ limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE suppressions PUBLIC
|
<!DOCTYPE suppressions PUBLIC
|
||||||
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
this work for additional information regarding copyright ownership.
|
~ this work for additional information regarding copyright ownership.
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<!DOCTYPE module PUBLIC
|
<!DOCTYPE module PUBLIC
|
||||||
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
||||||
"http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
|
"http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
this work for additional information regarding copyright ownership.
|
~ this work for additional information regarding copyright ownership.
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
Unless required by applicable law or agreed to in writing, software
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
~ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
~ limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project name="JMeter" default="package" basedir=".">
|
<project name="JMeter" default="package" basedir=".">
|
||||||
|
|
||||||
<!-- Where the Sources live -->
|
<!-- Where the Sources live -->
|
||||||
|
@ -45,7 +46,7 @@
|
||||||
|
|
||||||
<target name="compile" description="Compile JMeter addons classes.">
|
<target name="compile" description="Compile JMeter addons classes.">
|
||||||
<mkdir dir="${build.addons}"/>
|
<mkdir dir="${build.addons}"/>
|
||||||
<javac srcdir="${src.addons}" destdir="${build.addons}" optimize="${optimize}"
|
<javac srcdir="${src.addons}" destdir="${build.addons}" optimize="${optimize}"
|
||||||
includeantruntime="false"
|
includeantruntime="false"
|
||||||
source="${target.java.version}"
|
source="${target.java.version}"
|
||||||
debug="on" target="${target.java.version}" deprecation="${deprecation}" encoding="${encoding}">
|
debug="on" target="${target.java.version}" deprecation="${deprecation}" encoding="${encoding}">
|
||||||
|
@ -67,5 +68,5 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="rebuild" depends="clean,package" description="Re-build from source."/>
|
<target name="rebuild" depends="clean,package" description="Re-build from source."/>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
this work for additional information regarding copyright ownership.
|
~ this work for additional information regarding copyright ownership.
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
Unless required by applicable law or agreed to in writing, software
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
~ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
~ limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project name="ant-jmeter" default="all">
|
<project name="ant-jmeter" default="all">
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
|
@ -39,19 +40,19 @@
|
||||||
-Djmeter.home=.. - path to JMeter home directory (defaults to parent of this build file)
|
-Djmeter.home=.. - path to JMeter home directory (defaults to parent of this build file)
|
||||||
-Dreport.title="My Report" - title for html report (default is 'Load Test Results')
|
-Dreport.title="My Report" - title for html report (default is 'Load Test Results')
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<property name="testpath" value="${user.dir}"/>
|
<property name="testpath" value="${user.dir}"/>
|
||||||
<property name="jmeter.home" value="${basedir}/.."/>
|
<property name="jmeter.home" value="${basedir}/.."/>
|
||||||
<property name="report.title" value="Load Test Results"/>
|
<property name="report.title" value="Load Test Results"/>
|
||||||
|
|
||||||
<!-- Name of test (without .jmx) -->
|
<!-- Name of test (without .jmx) -->
|
||||||
<property name="test" value="Test"/>
|
<property name="test" value="Test"/>
|
||||||
|
|
||||||
<!-- Should report include response data for failures? -->
|
<!-- Should report include response data for failures? -->
|
||||||
<property name="show-data" value="n"/>
|
<property name="show-data" value="n"/>
|
||||||
|
|
||||||
<property name="format" value="2.1"/>
|
<property name="format" value="2.1"/>
|
||||||
|
|
||||||
<condition property="style_version" value="_21">
|
<condition property="style_version" value="_21">
|
||||||
<equals arg1="${format}" arg2="2.1"/>
|
<equals arg1="${format}" arg2="2.1"/>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -59,7 +60,7 @@
|
||||||
<condition property="funcMode">
|
<condition property="funcMode">
|
||||||
<equals arg1="${show-data}" arg2="y"/>
|
<equals arg1="${show-data}" arg2="y"/>
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
<condition property="funcMode" value="false">
|
<condition property="funcMode" value="false">
|
||||||
<not>
|
<not>
|
||||||
<equals arg1="${show-data}" arg2="y"/>
|
<equals arg1="${show-data}" arg2="y"/>
|
||||||
|
@ -77,7 +78,7 @@
|
||||||
name="jmeter"
|
name="jmeter"
|
||||||
classpathref="jmeter.classpath"
|
classpathref="jmeter.classpath"
|
||||||
classname="org.programmerplanet.ant.taskdefs.jmeter.JMeterTask"/>
|
classname="org.programmerplanet.ant.taskdefs.jmeter.JMeterTask"/>
|
||||||
|
|
||||||
<target name="all" depends="run,report"/>
|
<target name="all" depends="run,report"/>
|
||||||
|
|
||||||
<target name="run">
|
<target name="run">
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
bsh.help.execcode = "usage: execcode( String arg )";
|
bsh.help.execcode = "usage: execcode( String arg )";
|
||||||
|
|
||||||
int execcode( String arg )
|
int execcode( String arg )
|
||||||
{
|
{
|
||||||
this.proc = Runtime.getRuntime().exec(arg);
|
this.proc = Runtime.getRuntime().exec(arg);
|
||||||
this.din = new DataInputStream( proc.getInputStream() );
|
this.din = new DataInputStream( proc.getInputStream() );
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!--
|
||||||
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
|
~ this work for additional information regarding copyright ownership.
|
||||||
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -8,9 +25,9 @@
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
(the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
@ -18,8 +35,8 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Stylesheet for processing 2.1 output format test result files
|
Stylesheet for processing 2.1 output format test result files
|
||||||
To uses this directly in a browser, add the following to the JTL file as line 2:
|
To uses this directly in a browser, add the following to the JTL file as line 2:
|
||||||
<?xml-stylesheet type="text/xsl" href="../extras/jmeter-results-detail-report_21.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="../extras/jmeter-results-detail-report_21.xsl"?>
|
||||||
and you can then view the JTL in a browser
|
and you can then view the JTL in a browser
|
||||||
|
@ -67,13 +84,13 @@
|
||||||
.Failure {
|
.Failure {
|
||||||
font-weight:bold; color:red;
|
font-weight:bold; color:red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
img
|
img
|
||||||
{
|
{
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expand_link
|
.expand_link
|
||||||
{
|
{
|
||||||
position=absolute;
|
position=absolute;
|
||||||
|
@ -82,12 +99,12 @@
|
||||||
top: 1px;
|
top: 1px;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_details
|
.page_details
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_details_expanded
|
.page_details_expanded
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -99,16 +116,16 @@
|
||||||
<script language="JavaScript"><![CDATA[
|
<script language="JavaScript"><![CDATA[
|
||||||
function expand(details_id)
|
function expand(details_id)
|
||||||
{
|
{
|
||||||
|
|
||||||
document.getElementById(details_id).className = "page_details_expanded";
|
document.getElementById(details_id).className = "page_details_expanded";
|
||||||
}
|
}
|
||||||
|
|
||||||
function collapse(details_id)
|
function collapse(details_id)
|
||||||
{
|
{
|
||||||
|
|
||||||
document.getElementById(details_id).className = "page_details";
|
document.getElementById(details_id).className = "page_details";
|
||||||
}
|
}
|
||||||
|
|
||||||
function change(details_id)
|
function change(details_id)
|
||||||
{
|
{
|
||||||
if(document.getElementById(details_id+"_image").src.match("expand"))
|
if(document.getElementById(details_id+"_image").src.match("expand"))
|
||||||
|
@ -120,20 +137,20 @@
|
||||||
{
|
{
|
||||||
document.getElementById(details_id+"_image").src = "expand.png";
|
document.getElementById(details_id+"_image").src = "expand.png";
|
||||||
collapse(details_id);
|
collapse(details_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]]></script>
|
]]></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<xsl:call-template name="pageHeader" />
|
<xsl:call-template name="pageHeader" />
|
||||||
|
|
||||||
<xsl:call-template name="summary" />
|
<xsl:call-template name="summary" />
|
||||||
<hr size="1" width="95%" align="center" />
|
<hr size="1" width="95%" align="center" />
|
||||||
|
|
||||||
<xsl:call-template name="pagelist" />
|
<xsl:call-template name="pagelist" />
|
||||||
<hr size="1" width="95%" align="center" />
|
<hr size="1" width="95%" align="center" />
|
||||||
|
|
||||||
<xsl:call-template name="detail" />
|
<xsl:call-template name="detail" />
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -290,11 +307,11 @@
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="">
|
<a href="">
|
||||||
<xsl:attribute name="href"><xsl:text/>javascript:change('page_details_<xsl:value-of select="position()" />')</xsl:attribute>
|
<xsl:attribute name="href"><xsl:text/>javascript:change('page_details_<xsl:value-of select="position()" />')</xsl:attribute>
|
||||||
<img src="expand.png" alt="expand/collapse"><xsl:attribute name="id"><xsl:text/>page_details_<xsl:value-of select="position()" />_image</xsl:attribute></img>
|
<img src="expand.png" alt="expand/collapse"><xsl:attribute name="id"><xsl:text/>page_details_<xsl:value-of select="position()" />_image</xsl:attribute></img>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="page_details">
|
<tr class="page_details">
|
||||||
<xsl:attribute name="id"><xsl:text/>page_details_<xsl:value-of select="position()" /></xsl:attribute>
|
<xsl:attribute name="id"><xsl:text/>page_details_<xsl:value-of select="position()" /></xsl:attribute>
|
||||||
<td colspan="8" bgcolor="#FF0000">
|
<td colspan="8" bgcolor="#FF0000">
|
||||||
|
@ -308,8 +325,8 @@
|
||||||
<th>Bytes</th>
|
<th>Bytes</th>
|
||||||
<th>Success</th>
|
<th>Success</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<xsl:for-each select="../*[@lb = $label and @tn != $label]">
|
<xsl:for-each select="../*[@lb = $label and @tn != $label]">
|
||||||
<tr>
|
<tr>
|
||||||
<td><xsl:value-of select="@tn" /></td>
|
<td><xsl:value-of select="@tn" /></td>
|
||||||
<td align="center"><xsl:value-of select="position()" /></td>
|
<td align="center"><xsl:value-of select="position()" /></td>
|
||||||
|
@ -319,12 +336,12 @@
|
||||||
<td align="center"><xsl:value-of select="@s" /></td>
|
<td align="center"><xsl:value-of select="@s" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</table>
|
</table>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
@ -350,7 +367,7 @@
|
||||||
<th>Response Data</th>
|
<th>Response Data</th>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<xsl:for-each select="/testResults/*[@lb = current()/@lb][attribute::s='false']">
|
<xsl:for-each select="/testResults/*[@lb = current()/@lb][attribute::s='false']">
|
||||||
<tr>
|
<tr>
|
||||||
<td><xsl:value-of select="@rc | @rs" /> - <xsl:value-of select="@rm" /></td>
|
<td><xsl:value-of select="@rc | @rs" /> - <xsl:value-of select="@rm" /></td>
|
||||||
|
@ -360,7 +377,7 @@
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
|
@ -407,5 +424,5 @@
|
||||||
<xsl:param name="value" />
|
<xsl:param name="value" />
|
||||||
<xsl:value-of select="format-number($value,'0 ms')" />
|
<xsl:value-of select="format-number($value,'0 ms')" />
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!--
|
||||||
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
|
~ this work for additional information regarding copyright ownership.
|
||||||
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -8,9 +25,9 @@
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
(the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
@ -18,13 +35,13 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Stylesheet for processing 2.1 output format test result files
|
Stylesheet for processing 2.1 output format test result files
|
||||||
To uses this directly in a browser, add the following to the JTL file as line 2:
|
To uses this directly in a browser, add the following to the JTL file as line 2:
|
||||||
<? xml-stylesheet type="text/xsl" href="../extras/jmeter-results-report_21.xsl" ?>
|
<? xml-stylesheet type="text/xsl" href="../extras/jmeter-results-report_21.xsl" ?>
|
||||||
and you can then view the JTL in a browser
|
and you can then view the JTL in a browser
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<xsl:output method="html" indent="yes" encoding="UTF-8" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" />
|
<xsl:output method="html" indent="yes" encoding="UTF-8" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" />
|
||||||
|
|
||||||
<xsl:param name="titleReport" select="'Load Test Results'"/>
|
<xsl:param name="titleReport" select="'Load Test Results'"/>
|
||||||
|
@ -68,15 +85,15 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<xsl:call-template name="pageHeader" />
|
<xsl:call-template name="pageHeader" />
|
||||||
|
|
||||||
<xsl:call-template name="summary" />
|
<xsl:call-template name="summary" />
|
||||||
<hr size="1" width="95%" align="center" />
|
<hr size="1" width="95%" align="center" />
|
||||||
|
|
||||||
<xsl:call-template name="pagelist" />
|
<xsl:call-template name="pagelist" />
|
||||||
<hr size="1" width="95%" align="center" />
|
<hr size="1" width="95%" align="center" />
|
||||||
|
|
||||||
<xsl:call-template name="detail" />
|
<xsl:call-template name="detail" />
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -244,14 +261,14 @@
|
||||||
<th>Response</th>
|
<th>Response</th>
|
||||||
<th>Failure Message</th>
|
<th>Failure Message</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<xsl:for-each select="/testResults/*[@lb = current()/@lb][attribute::s='false']">
|
<xsl:for-each select="/testResults/*[@lb = current()/@lb][attribute::s='false']">
|
||||||
<tr>
|
<tr>
|
||||||
<td><xsl:value-of select="@rc | @rs" /> - <xsl:value-of select="@rm" /></td>
|
<td><xsl:value-of select="@rc | @rs" /> - <xsl:value-of select="@rm" /></td>
|
||||||
<td><xsl:value-of select="assertionResult/failureMessage" /></td>
|
<td><xsl:value-of select="assertionResult/failureMessage" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
|
@ -298,5 +315,5 @@
|
||||||
<xsl:param name="value" />
|
<xsl:param name="value" />
|
||||||
<xsl:value-of select="format-number($value,'0 ms')" />
|
<xsl:value-of select="format-number($value,'0 ms')" />
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Sample script to print JMeter variables
|
// Sample script to print JMeter variables
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem the License. You may obtain a copy of the License at
|
||||||
rem the License. You may obtain a copy of the License at
|
rem
|
||||||
rem
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem
|
||||||
rem
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem See the License for the specific language governing permissions and
|
||||||
rem See the License for the specific language governing permissions and
|
rem limitations under the License.
|
||||||
rem limitations under the License.
|
rem
|
||||||
|
|
||||||
rem Generate temporary certificate for use with JMeter Proxy recorder
|
rem Generate temporary certificate for use with JMeter Proxy recorder
|
||||||
rem Usage: proxycert [validity(default 1)]
|
rem Usage: proxycert [validity(default 1)]
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
##
|
#
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
##
|
#
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
## limitations under the License.
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
## Generate temporary proxyserver for use with JMeter Proxy recorder
|
## Generate temporary proxyserver for use with JMeter Proxy recorder
|
||||||
## Usage: sh proxycert.sh [validity(default 1)]
|
## Usage: sh proxycert.sh [validity(default 1)]
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// remote.bsh
|
// remote.bsh
|
||||||
|
@ -42,4 +42,4 @@ for(i=0;i<10;i++){
|
||||||
}
|
}
|
||||||
printprop("EXAMPLE");
|
printprop("EXAMPLE");
|
||||||
|
|
||||||
print("remote.bsh ended");
|
print("remote.bsh ended");
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
rem
|
||||||
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
rem Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
rem contributor license agreements. See the NOTICE file distributed with
|
rem contributor license agreements. See the NOTICE file distributed with
|
||||||
rem this work for additional information regarding copyright ownership.
|
rem this work for additional information regarding copyright ownership.
|
||||||
rem The ASF licenses this file to You under the Apache License, Version 2.0
|
rem The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
rem (the "License"); you may not use this file except in compliance with
|
rem (the "License"); you may not use this file except in compliance with
|
||||||
rem the License. You may obtain a copy of the License at
|
rem the License. You may obtain a copy of the License at
|
||||||
rem
|
rem
|
||||||
rem http://www.apache.org/licenses/LICENSE-2.0
|
rem http://www.apache.org/licenses/LICENSE-2.0
|
||||||
rem
|
rem
|
||||||
rem Unless required by applicable law or agreed to in writing, software
|
rem Unless required by applicable law or agreed to in writing, software
|
||||||
rem distributed under the License is distributed on an "AS IS" BASIS,
|
rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
rem
|
||||||
|
|
||||||
rem Drop a JMX file on this script to create a schematic of the test plan as an HTML file
|
rem Drop a JMX file on this script to create a schematic of the test plan as an HTML file
|
||||||
|
|
||||||
|
@ -21,4 +22,4 @@ cd /d %~dp0
|
||||||
set name=%~n1
|
set name=%~n1
|
||||||
if .%1 ==. set name=Test
|
if .%1 ==. set name=Test
|
||||||
call ant -f schematic.xml -Dtest=%name%
|
call ant -f schematic.xml -Dtest=%name%
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
#
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
## this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
## (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
##
|
#
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
##
|
#
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
## See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
## limitations under the License.
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
## Drop a JMX file on this script to create a schematic of the test plan as an HTML file
|
## Drop a JMX file on this script to create a schematic of the test plan as an HTML file
|
||||||
|
|
||||||
|
@ -21,4 +22,4 @@
|
||||||
set name=$1
|
set name=$1
|
||||||
#if $1 ==. set name=Test
|
#if $1 ==. set name=Test
|
||||||
ant -f schematic.xml -Dtest=$name
|
ant -f schematic.xml -Dtest=$name
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
this work for additional information regarding copyright ownership.
|
~ this work for additional information regarding copyright ownership.
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<project name="schematic" default="all">
|
<project name="schematic" default="all">
|
||||||
<description>
|
<description>
|
||||||
To create the schematic report:
|
To create the schematic report:
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
<!--
|
||||||
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
|
~ this work for additional information regarding copyright ownership.
|
||||||
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
@ -7,9 +24,9 @@
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
(the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
@ -116,4 +133,4 @@
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -96,4 +96,4 @@ printsysprop(p){// print a system property
|
||||||
print(p + " = " + getsysprop(p));
|
print(p + " = " + getsysprop(p));
|
||||||
}
|
}
|
||||||
|
|
||||||
print("Startup script completed");
|
print("Startup script completed");
|
||||||
|
|
31
fb-csv.xsl
31
fb-csv.xsl
|
@ -1,4 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!--
|
||||||
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
|
~ this work for additional information regarding copyright ownership.
|
||||||
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
~ See the License for the specific language governing permissions and
|
||||||
|
~ limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -8,9 +25,9 @@
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
(the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
@ -29,28 +46,28 @@
|
||||||
|
|
||||||
<xsl:value-of select="@type"/>
|
<xsl:value-of select="@type"/>
|
||||||
<xsl:text>,</xsl:text>
|
<xsl:text>,</xsl:text>
|
||||||
|
|
||||||
<xsl:for-each select="Class">
|
<xsl:for-each select="Class">
|
||||||
<xsl:value-of select="@classname"/>
|
<xsl:value-of select="@classname"/>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<xsl:text>,</xsl:text>
|
<xsl:text>,</xsl:text>
|
||||||
|
|
||||||
<xsl:for-each select="Method">
|
<xsl:for-each select="Method">
|
||||||
<xsl:value-of select="@name"/>
|
<xsl:value-of select="@name"/>
|
||||||
<xsl:value-of select="@signature"/>
|
<xsl:value-of select="@signature"/>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<xsl:text>,</xsl:text>
|
<xsl:text>,</xsl:text>
|
||||||
|
|
||||||
<xsl:for-each select="Field">
|
<xsl:for-each select="Field">
|
||||||
<xsl:value-of select="@name"/>
|
<xsl:value-of select="@name"/>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<xsl:text>,</xsl:text>
|
<xsl:text>,</xsl:text>
|
||||||
|
|
||||||
<xsl:for-each select="SourceLine">
|
<xsl:for-each select="SourceLine">
|
||||||
<xsl:value-of select="@sourcefile"/>
|
<xsl:value-of select="@sourcefile"/>
|
||||||
<xsl:text>(start:</xsl:text><xsl:value-of select="@start"/><xsl:text>)</xsl:text>
|
<xsl:text>(start:</xsl:text><xsl:value-of select="@start"/><xsl:text>)</xsl:text>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
<xsl:text>
|
<xsl:text>
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
|
@ -1,26 +1,27 @@
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
~ contributor license agreements. See the NOTICE file distributed with
|
||||||
this work for additional information regarding copyright ownership.
|
~ this work for additional information regarding copyright ownership.
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
~ The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
(the "License"); you may not use this file except in compliance with
|
~ (the "License"); you may not use this file except in compliance with
|
||||||
the License. You may obtain a copy of the License at
|
~ the License. You may obtain a copy of the License at
|
||||||
|
~
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
Unless required by applicable law or agreed to in writing, software
|
~ Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
~ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
~ limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<FindBugsFilter>
|
<FindBugsFilter>
|
||||||
<Match classregex=".*\.PackageTest">
|
<Match classregex=".*\.PackageTest">
|
||||||
<BugCode name="OS"/>
|
<BugCode name="OS"/>
|
||||||
</Match>
|
</Match>
|
||||||
<Match classregex=".*\$Test">
|
<Match classregex=".*\$Test">
|
||||||
<BugCode name="OS"/>
|
<BugCode name="OS"/>
|
||||||
</Match>
|
</Match>
|
||||||
<Match classregex=".*" >
|
<Match classregex=".*" >
|
||||||
<!--
|
<!--
|
||||||
EI,EI2 - may expose internal representation
|
EI,EI2 - may expose internal representation
|
||||||
|
@ -29,10 +30,10 @@
|
||||||
Se - serialisation
|
Se - serialisation
|
||||||
SIC - should be static inner class?
|
SIC - should be static inner class?
|
||||||
HE - hashcode/equals
|
HE - hashcode/equals
|
||||||
-->
|
-->
|
||||||
<BugCode name="EI,EI2,HE" />
|
<BugCode name="EI,EI2,HE" />
|
||||||
</Match>
|
</Match>
|
||||||
|
|
||||||
<Match>
|
<Match>
|
||||||
<Class name="org.apache.jmeter.engine.RemoteJMeterEngineImpl" />
|
<Class name="org.apache.jmeter.engine.RemoteJMeterEngineImpl" />
|
||||||
<Method name="rexit" />
|
<Method name="rexit" />
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
|
||||||
# this work for additional information regarding copyright ownership.
|
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
# (the "License"); you may not use this file except in compliance with
|
|
||||||
# the License. You may obtain a copy of the License at
|
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
|
# this work for additional information regarding copyright ownership.
|
||||||
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
|
# (the "License"); you may not use this file except in compliance with
|
||||||
|
# the License. You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
# See https://github.com/gradle/gradle/pull/11358 , https://issues.apache.org/jira/browse/INFRA-14923
|
# See https://github.com/gradle/gradle/pull/11358 , https://issues.apache.org/jira/browse/INFRA-14923
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
|
||||||
# this work for additional information regarding copyright ownership.
|
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
# (the "License"); you may not use this file except in compliance with
|
|
||||||
# the License. You may obtain a copy of the License at
|
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
|
# this work for additional information regarding copyright ownership.
|
||||||
|
# The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
|
# (the "License"); you may not use this file except in compliance with
|
||||||
|
# the License. You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
tasks.named<Jar>(JavaPlugin.JAR_TASK_NAME) {
|
tasks.named<Jar>(JavaPlugin.JAR_TASK_NAME) {
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.util;
|
package org.apache.jmeter.util;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
val skipMavenPublication = setOf(
|
val skipMavenPublication = setOf(
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions;
|
package org.apache.jmeter.assertions;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.gui;
|
package org.apache.jmeter.assertions.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.jmespath;
|
package org.apache.jmeter.assertions.jmespath;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.assertions.jmespath.gui;
|
package org.apache.jmeter.assertions.jmespath.gui;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.config;
|
package org.apache.jmeter.config;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.config;
|
package org.apache.jmeter.config;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.config;
|
package org.apache.jmeter.config;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.config;
|
package org.apache.jmeter.config;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.config;
|
package org.apache.jmeter.config;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.config;
|
package org.apache.jmeter.config;
|
||||||
|
|
|
@ -2,18 +2,17 @@
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership.
|
* this work for additional information regarding copyright ownership.
|
||||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
||||||
* (the "License"); you may not use this file except in compliance with
|
* (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.jmeter.control;
|
package org.apache.jmeter.control;
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue