Skip to content
Snippets Groups Projects
Commit 63538640 authored by Timothy NGUY's avatar Timothy NGUY
Browse files

Added a test module just for testing but some are still broken so we need to...

Added a test module just for testing but some are still broken so we need to fix the tests or check the code
parent b606badb
Branches
No related tags found
No related merge requests found
......@@ -5,4 +5,6 @@ module ca.ucalgary.fiona.truong.cpsc233w24projectgui {
opens ca.ucalgary.fiona.truong.cpsc233w24projectgui to javafx.fxml;
exports ca.ucalgary.fiona.truong.cpsc233w24projectgui;
exports ca.ucalgary.fiona.truong.cpsc233w24projectgui.objects;
exports ca.ucalgary.fiona.truong.cpsc233w24projectgui.util;
}
\ No newline at end of file
module testing {
requires org.junit.jupiter.api;
requires ca.ucalgary.fiona.truong.cpsc233w24projectgui;
opens testing to org.junit.platform.commons;
}
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment