Toggle navigation
Home
org.neo4j.test.rule.RandomRule to org.neo4j.values.RandomValue
No. of Instances - 11
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
randomLocalDateTime(random.randoms())
to
random.nextLocalDateTimeValue()
random.string()
to
random.nextString()
random.numberPropertyValue()
to
random.nextNumberValue()
randomTime(random.randoms())
to
random.nextTimeValue()
randomPoint(random.randoms())
to
random.nextGeographicPoint()
randomDateTime(random.randoms())
to
random.nextDateTimeValue()
randomLocalTime(random.randoms())
to
random.nextLocalTimeValue()
randomDuration(random.randoms())
to
random.nextDuration()
randomDate(random.randoms())
to
random.nextDateValue()