Skip to content

Getting Started

Toby Dragon edited this page Jun 21, 2017 · 6 revisions
  • Install IntelliJ
  • Clone this project (from IntelliJ splash screen, use "Checkout from version control" -> "GitHub", or use git)
    • IntelliJ will complain that it is missing the .iml file, quit IntelliJ
    • Navigate to the project directory, find the file "ConceptKnowledgeCalculator.iml-init", copy it and remove the "-init" from the end of the filename. Resstart IntelliJ
  • Set Project Structure settings:
    • In intelliJ, Go to File --> Project Structure
    • Under Project (left), set "JDK"
    • Under Libraries (left), click the + icon (top center), choose "from Maven"
    • Add the following libraries:
    • librariesList
  • Install R and RCaller library
  • Create an empty directory at: out --> test --> sampleoutput
  • Set up JUnit run configuration to run all unit tests
    • Run --> Edit Configurations
      • (top left) --> JUnit
    • Name it "All Tests"
    • "Test Kind" dropdown --> "All in package"

Running this configuration should now show the results of all unit tests

Clone this wiki locally