- randomAsciiOfLength(int) - Method in class org.wikidata.query.rdf.test.Randomizer
-
Creates a random string whose length is the number of characters
specified.
- randomBoolean() - Method in class org.wikidata.query.rdf.test.Randomizer
-
- randomDate(Randomizer) - Static method in class org.wikidata.query.rdf.test.StatementHelper
-
Construct a random date literal.
- randomInt(int) - Method in class org.wikidata.query.rdf.test.Randomizer
-
A random integer between 0 and max (inclusive).
- randomInt() - Method in class org.wikidata.query.rdf.test.Randomizer
-
- randomIntBetween(int, int) - Method in class org.wikidata.query.rdf.test.Randomizer
-
A random integer from min to max (inclusive).
- Randomizer - Class in org.wikidata.query.rdf.test
-
Minimal replacement of Randomized Testing.
- Randomizer() - Constructor for class org.wikidata.query.rdf.test.Randomizer
-
- randomStatementsAbout(Randomizer, String, int) - Static method in class org.wikidata.query.rdf.test.StatementHelper
-
Construct a bunch of random statements about the given subject.
- rarely() - Method in class org.wikidata.query.rdf.test.Randomizer
-
Rarely returns true in about 10% of all calls.