public abstract class ProfileTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
ProfileTest.MockStep
ProfileStrategy callback test.
|
static class |
ProfileTest.Traversals
Traversals
|
config, g, graph, graphComputerClass, graphProvider, name
Constructor and Description |
---|
ProfileTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_hasXinXcreatedX_count_isX1XX_valuesXnameX_profile() |
void |
g_V_out_out_profile_grateful() |
void |
g_V_out_out_profile_modern() |
void |
g_V_out_out_profile_simple()
Many of the tests in this class are coupled to not-totally-generic vendor behavior.
|
void |
g_V_repeat_both_modern_profile() |
void |
g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile() |
abstract Traversal<Vertex,StandardTraversalMetrics> |
get_g_V_out_out_profile() |
abstract Traversal<Vertex,StandardTraversalMetrics> |
get_g_V_repeat_both_profile() |
abstract Traversal<Vertex,StandardTraversalMetrics> |
get_g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile() |
abstract Traversal<Vertex,StandardTraversalMetrics> |
get_g_V_whereXinXcreatedX_count_isX1XX_valuesXnameX_profile() |
void |
testProfileStrategyCallback() |
checkMap, checkResults, checkResults, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, isComputerTest, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,StandardTraversalMetrics> get_g_V_out_out_profile()
public abstract Traversal<Vertex,StandardTraversalMetrics> get_g_V_repeat_both_profile()
public abstract Traversal<Vertex,StandardTraversalMetrics> get_g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile()
public abstract Traversal<Vertex,StandardTraversalMetrics> get_g_V_whereXinXcreatedX_count_isX1XX_valuesXnameX_profile()
public void g_V_out_out_profile_simple()
public void g_V_out_out_profile_modern()
public void g_V_out_out_profile_grateful()
public void g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile()
public void g_V_repeat_both_modern_profile()
public void g_V_hasXinXcreatedX_count_isX1XX_valuesXnameX_profile()
public void testProfileStrategyCallback()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.