Object/Class

com.salesforce.op.testkit

RandomList

Related Docs: class RandomList | package testkit

Permalink

object RandomList extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomList
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class NormalGeolocation(center: (Double, Double), accuracy: GeolocationAccuracy) extends FeatureFactoryOwner[Geolocation] with RandomData[Geolocation] with Product with Serializable

    Permalink

    Random geolocation class.

    Random geolocation class. @see #ofGeolocations for usage.

  2. class UniformGeolocation extends FeatureFactoryOwner[Geolocation] with RandomData[Geolocation]

    Permalink

    Random geolocation class.

    Random geolocation class. @see #ofGeolocations for usage.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. def ofDateTimes(datetimes: RandomIntegral[DateTime], minLen: Int = 0, maxLen: Int = 1): RandomList[Long, DateTimeList]

    Permalink

    Produces random lists of datetimes

    Produces random lists of datetimes

    datetimes

    generator of random dates to be stored in the generated lists

    minLen

    minimum length of the list; 0 if missing

    maxLen

    maximum length of the list; if missing, all lists are of the same size

    returns

    a generator of lists of datetimes

  16. def ofDates(dates: RandomIntegral[Date], minLen: Int = 0, maxLen: Int = 1): RandomList[Long, DateList]

    Permalink

    Produces random lists of dates

    Produces random lists of dates

    dates

    generator of random dates to be stored in the generated lists

    minLen

    minimum length of the list; 0 if missing

    maxLen

    maximum length of the list; if missing, all lists are of the same size

    returns

    a generator of lists of dates

  17. def ofGeolocations: UniformGeolocation

    Permalink

    Generator of random geolocations latitude and longitude are uniformly distributed on the Earth's surface; accuracy is uniformly distributed between all allowed values (0 to 10, including)

    Generator of random geolocations latitude and longitude are uniformly distributed on the Earth's surface; accuracy is uniformly distributed between all allowed values (0 to 10, including)

    returns

    the generator

  18. def ofGeolocationsNear(lat: Double, lon: Double, accuracy: GeolocationAccuracy): NormalGeolocation

    Permalink

    Generator of random geolocations near a location with provided coordinates

    Generator of random geolocations near a location with provided coordinates

    lat

    latitude

    lon

    longitude

    accuracy

    geolocation accuracy

    returns

    the generator

  19. def ofTexts(texts: RandomText[_], minLen: Int = 0, maxLen: Int = 1): RandomList[String, TextList]

    Permalink

    Produces random lists of texts

    Produces random lists of texts

    texts

    generator of random texts to be stored in the generated lists

    minLen

    minimum length of the list; 0 if missing

    maxLen

    maximum length of the list; if missing, all lists are of the same size

    returns

    a generator of lists of texts

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped