it.agilelab.darwin.connector.mock

testclasses

package testclasses

Visibility
  1. Public
  2. All

Type Members

  1. case class MockClassAlone(fry: String, bender: Long, leela: Int, zoidberg: Boolean) extends Product with Serializable

  2. case class MockClassChild(twoOne: Long, twoTwo: String) extends Product with Serializable

  3. case class MockClassParent(one: Int, two: String, three: Long, four: MockClassChild) extends Product with Serializable

Ungrouped