The application is written in Java. It will need to be downloaded and compiled in order to run. The method that should be run is called 'main' and is in the class also called 'main'. I followed the below steps to run the app:
- Download Eclipse IDE for Java developers, version 2019-06 (4.12.0)
- Open the project in Eclipse
- Go to File > Export > Java > Runnable JAR file, click Next
- Launch configuration: main - Labware & Containers LIMS
- Call it LIMS_app
- Library Handling: Extract required libraries into generated JAR
- Click Finish
- Open Windows Powershell in folder containing the file you just generated
- Run java -jar LIMS_app.jar
- The program should start and you should be prompted for user input
To run tests, I followed the below steps:
- Open project in Eclipse IDE
- Right-click on the src folder in the Package Explorer
- Click Run As > JUnit Test
- Barcodes are unique across all tubes, not just within sample tubes and library tubes.
- Samples can be re-tagged, with the new tag replacing the old one.
- The user does not need to specify the order in which the samples are processed during the protocol (final user story).