org.cddcore

example

package example

Visibility
  1. Public
  2. All

Type Members

  1. case class AllowanceAndLimit(allowance: Float, limit: Float) extends Product with Serializable

  2. class ExampleJunitSuite extends CddContinuousIntegrationTest

    This class will be swept up by JUnit.

    This class will be swept up by JUnit. It should access all the engines that you want to check It would be nice if it could be just done by reflection but there are issues with it: objects don't get checked by JUnit, Some engines are created in places with funny constructors...

    Annotations
    @RunWith()
  3. sealed abstract class Frame extends AnyRef

  4. case class NormalFrame(f: Int, s: Int) extends Frame with Product with Serializable

  5. case class Person(name: String, income: Float, dateOfBirth: Date) extends Product with Serializable

  6. case class SinglePersonsAllowanceReference(basicAllowance: Float, after5thApril1948: AllowanceAndLimit, after6thApril1938: AllowanceAndLimit, before6thApril1938: AllowanceAndLimit) extends Product with Serializable

  7. case class SpareFrame(f: Int, s: Int, t: Int) extends Frame with Product with Serializable

  8. case class StrikeFrame(f: Int, s: Int, t: Int) extends Frame with Product with Serializable

  9. class Tax extends AnyRef

  10. case class TrafficLight(red: Boolean = false, orange: Boolean = false, green: Boolean = false) extends Product with Serializable

Value Members

  1. object Bowling

    Annotations
    @RunWith()
  2. object Dates

  3. object DecideAction

    Annotations
    @RunWith()
  4. object DocumentExample

  5. object ExampleWebsite

  6. object HelloWorld

    Annotations
    @RunWith()
  7. object Tax

    Annotations
    @RunWith()
  8. object TaxReference

  9. package awards

  10. package customerCategorisation

  11. package folding

  12. package legacy

  13. package processCheque_DM_1

  14. package processCheque_DM_2

  15. package processCheque_DM_Xml

  16. package tennisScore

  17. package trader

Ungrouped