fabricator

Alphanumeric

case class Alphanumeric(random: Random = new Random()) extends Product with Serializable

Created by Andrew Zakordonets on 02/06/14. This class generates random numbers and strings

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Alphanumeric
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Alphanumeric(random: Random = new Random())

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def botify(pattern: String): String

  6. def botifyAsJavaList(pattern: String, amount: Int): List[String]

  7. def botifyList(pattern: String, amount: Int): List[String]

  8. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

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

    Definition Classes
    Any
  13. def letterify(pattern: String): String

  14. def letterifyAsJavaList(pattern: String, amount: Int): List[String]

  15. def letterifyList(pattern: String, amount: Int): List[String]

  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. def numerify(pattern: String): String

  20. def numerifyAsJavaList(pattern: String, amount: Int): List[String]

  21. def numerifyList(pattern: String, amount: Int): List[String]

  22. def randomBoolean: Boolean

  23. def randomDouble(min: Double, max: Double): Double

  24. def randomDouble(max: Double): Double

  25. def randomDouble: Double

  26. def randomDoublesRange(min: Double, max: Double, step: Double): List[Double]

  27. def randomDoublesRangeAsJavaList(min: Double, max: Double, step: Double): List[Double]

  28. def randomFloat(min: Float, max: Float): Float

  29. def randomFloat(max: Float): Float

  30. def randomFloat: Float

  31. def randomFloatsRange(min: Float, max: Float, step: Float): List[Float]

  32. def randomFloatsRangeAsJavaList(min: Float, max: Float, step: Float): List[Float]

  33. def randomGausian: Double

  34. def randomGuid(version: Int): String

  35. def randomGuid: String

  36. def randomGuidAsJavaList(version: Int, amount: Int): List[String]

  37. def randomGuidAsJavaList: List[String]

  38. def randomGuidList(version: Int, amount: Int): List[String]

  39. def randomGuidList: List[String]

  40. def randomHash(length: Int): String

  41. def randomHash: String

  42. def randomHashAsJavaList(minLength: Int, maxLength: Int, amount: Int): List[String]

  43. def randomHashAsJavaList: List[String]

  44. def randomHashList(minLength: Int, maxLength: Int, amount: Int): List[String]

  45. def randomHashList: List[String]

  46. def randomInt(min: Int, max: Int): Int

  47. def randomInt(max: Int): Int

  48. def randomInt: Int

  49. def randomIntsRange(min: Int, max: Int, step: Int): List[Int]

  50. def randomIntsRangeAsJavaList(min: Int, max: Int, step: Int): List[Int]

  51. def randomLong(min: Long, max: Long): Long

  52. def randomLong(max: Long): Long

  53. def randomLong: Long

  54. def randomLongsRange(min: Long, max: Long, step: Long): List[Long]

  55. def randomLongsRangeAsJavaList(min: Long, max: Long, step: Long): List[Long]

  56. def randomString(charSeq: String, max: Int): String

  57. def randomString(length: Int): String

  58. def randomString: String

  59. def randomStrings(minLength: Int, maxLength: Int, amount: Int): List[String]

  60. def randomStrings: List[String]

  61. def randomStringsAsJavaList(minLength: Int, maxLength: Int, amount: Int): List[String]

  62. def randomStringsAsJavaList: List[String]

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

    Definition Classes
    AnyRef
  64. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped