public class BoltConnectionElement extends AbstractTestElement implements ConfigElement, TestStateListener, TestBean
| Modifier and Type | Field and Description |
|---|---|
static String |
BOLT_CONNECTION |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor and Description |
|---|
BoltConnectionElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigElement(ConfigElement config)
Add a configuration element to this one.
|
boolean |
expectsModification()
If your config element expects to be modified in the process of a test
run, and you want those modifications to carry over from sample to sample
(as in a cookie manager - you want to save all cookies that get set
throughout the test), then return true for this method.
|
String |
getBoltUri() |
static org.neo4j.driver.Driver |
getDriver() |
int |
getMaxConnectionPoolSize() |
String |
getPassword() |
String |
getUsername() |
void |
setBoltUri(String boltUri) |
void |
setMaxConnectionPoolSize(int maxConnectionPoolSize) |
void |
setPassword(String password) |
void |
setUsername(String username) |
void |
testEnded()
Called once for all threads after the end of a test.
|
void |
testEnded(String host)
Called once for all threads after the end of a test.
|
void |
testStarted()
Called just before the start of the test from the main engine thread.
|
void |
testStarted(String host)
Called just before the start of the test from the main engine thread.
|
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertyfinalize, getClass, notify, notifyAll, toString, wait, wait, waitcloneremovedpublic static final String BOLT_CONNECTION
public void addConfigElement(ConfigElement config)
ConfigElementaddConfigElement in interface ConfigElementconfig - the element to be added to this ConfigElementpublic boolean expectsModification()
ConfigElementexpectsModification in interface ConfigElementpublic void testStarted()
TestStateListenerCalled just before the start of the test from the main engine thread. This is before the test elements are cloned. Note that not all the test variables will have been set up at this point.
N.B. testStarted() and testEnded() are called from different threads.
testStarted in interface TestStateListenerStandardJMeterEngine.run()public void testStarted(String host)
TestStateListenerCalled just before the start of the test from the main engine thread. This is before the test elements are cloned. Note that not all the test variables will have been set up at this point.
N.B. testStarted() and testEnded() are called from different threads.
testStarted in interface TestStateListenerhost - name of hostStandardJMeterEngine.run()public void testEnded()
TestStateListenerCalled once for all threads after the end of a test. This will use the same element instances as at the start of the test.
N.B. testStarted() and testEnded() are called from different threads.
testEnded in interface TestStateListenerStandardJMeterEngine.stopTest()public void testEnded(String host)
TestStateListenerCalled once for all threads after the end of a test. This will use the same element instances as at the start of the test.
N.B. testStarted() and testEnded() are called from different threads.
testEnded in interface TestStateListenerhost - name of hostStandardJMeterEngine.stopTest()public String getBoltUri()
public void setBoltUri(String boltUri)
public int getMaxConnectionPoolSize()
public void setMaxConnectionPoolSize(int maxConnectionPoolSize)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public static org.neo4j.driver.Driver getDriver()
Copyright © 1998-2022 Apache Software Foundation. All Rights Reserved.