From 6f84ce024995cda3ddb26ffff245c247691d750c Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 26 Oct 2023 17:35:24 -0300 Subject: [PATCH] Add custom test --- .../.idea/runConfigurations/Assignment4_Test_1.xml | 7 +++++++ Assignment4/tests/test1.txt | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 Assignment4/.idea/runConfigurations/Assignment4_Test_1.xml create mode 100644 Assignment4/tests/test1.txt diff --git a/Assignment4/.idea/runConfigurations/Assignment4_Test_1.xml b/Assignment4/.idea/runConfigurations/Assignment4_Test_1.xml new file mode 100644 index 0000000..46363ac --- /dev/null +++ b/Assignment4/.idea/runConfigurations/Assignment4_Test_1.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/Assignment4/tests/test1.txt b/Assignment4/tests/test1.txt new file mode 100644 index 0000000..20a0d63 --- /dev/null +++ b/Assignment4/tests/test1.txt @@ -0,0 +1,9 @@ +2 +User Process Arrival Duration +Alex A 1 6 +Bobby B 3 2 +Chris C 9 5 +Dallas D 10 3 +Edward E 20 8 +Frank F 21 4 +Gary G 30 7 \ No newline at end of file