OpenMRS Core Master

Build: #2275 was successful

Job: Integration Test was successful

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • achilep <you@example.com>

    achilep <you@example.com> dda2f3e30cb6af46a8c7b8b5766b208ad6e1b60d

    TRUNK-5816: Migrate unit tests to Junit5

    • api/src/test/java/org/openmrs/api/db/VisitDAOTest.java (version dda2f3e30cb6af46a8c7b8b5766b208ad6e1b60d)
    • api/src/test/java/org/openmrs/attribute/AttributeIntegrationTest.java (version dda2f3e30cb6af46a8c7b8b5766b208ad6e1b60d)
    • api/src/test/java/org/openmrs/propertyeditor/WorkflowCollectionEditorTest.java (version dda2f3e30cb6af46a8c7b8b5766b208ad6e1b60d)
    • api/src/test/java/org/openmrs/test/BaseContextSensitiveJunit5Test.java (version dda2f3e30cb6af46a8c7b8b5766b208ad6e1b60d)
  • teleivo <teleivo@users.noreply.github.com>

    teleivo <teleivo@users.noreply.github.com> a7aee4bf0bc3455124dff6a62b7857b0c7514b97

    TRUNK-5816 Update IntelliJ live templates
    you can create a link to this file into the IntelliJ templates folder
    like for example

    ln -s ~/code/openmrs/openmrs-core/tools/src/main/resources/intellij/templates.xml ~/Library/ApplicationSupport/JetBrains/IdeaIC2020.1/templates/OpenMRS.xml

    Adjust the paths to your local path structure and the IntelliJ version
    you have installed. You might need to restart Intellij after that you
    should see them in the Settings Live Templates under the group OpenMRS

    In a test file for example write testException and hit enter. This
    should insert a junit test using assertThrows

    • tools/src/main/resources/intellij/templates.xml (version a7aee4bf0bc3455124dff6a62b7857b0c7514b97)