Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port module 'demo' to Kotlin #27

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Sep 1, 2017

  1. Fix build

    Matthias Howald committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    757dbdd View commit details
    Browse the repository at this point in the history
  2. Port demo to Kotlin

    Matthias Howald committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    66a6768 View commit details
    Browse the repository at this point in the history
  3. - Cleanup some code in the demo

    - Use Regex class from Kotlin
    - Initialize some values lazily
    Matthias Howald committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    2d1ece2 View commit details
    Browse the repository at this point in the history
  4. Port SystemTest to Kotlin

    Matthias Howald committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    38ace12 View commit details
    Browse the repository at this point in the history
  5. Use the same format for test method names like in other Kotlin-based …

    …tests
    Matthias Howald committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    93345de View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Matthias Howald committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    d95603f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. Port remaining test classes in module 'demo' to Kotlin

    Matthias Howald committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    8bfff96 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Remove code coverage tools (which might not work reliably for Kotlin …

    …anyway)
    Matthias Howald committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    5c90680 View commit details
    Browse the repository at this point in the history