diff --git a/test-data/input-1.txt b/test-data/input-1.txt new file mode 100644 index 0000000..ebc53b5 --- /dev/null +++ b/test-data/input-1.txt @@ -0,0 +1,2 @@ +GT4500,0,0,0,0 +TORPEDO,ALL \ No newline at end of file diff --git a/test-data/input-2.txt b/test-data/input-2.txt new file mode 100644 index 0000000..6c50fed --- /dev/null +++ b/test-data/input-2.txt @@ -0,0 +1,6 @@ +GT4500,1,0,0,0 +TORPEDO,SINGLE +TORPEDO,SINGLE +GT4500,0,0,1,0 +TORPEDO,SINGLE +TORPEDO,SINGLE \ No newline at end of file diff --git a/test-data/input-3.txt b/test-data/input-3.txt new file mode 100644 index 0000000..ed27d77 --- /dev/null +++ b/test-data/input-3.txt @@ -0,0 +1 @@ +GT4500,1,0 \ No newline at end of file diff --git a/test-data/input-4.txt b/test-data/input-4.txt new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/test-data/input-4.txt @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/test-data/input-5.txt b/test-data/input-5.txt new file mode 100644 index 0000000..584417a --- /dev/null +++ b/test-data/input-5.txt @@ -0,0 +1,2 @@ +GT4500,1,0,0,0 +TORPEDO,A \ No newline at end of file diff --git a/test-data/output-1.txt b/test-data/output-1.txt new file mode 100644 index 0000000..e86752c --- /dev/null +++ b/test-data/output-1.txt @@ -0,0 +1,2 @@ +SUCCESS # <- GT4500 +FAIL # <- TORPEDO \ No newline at end of file diff --git a/test-data/output-2.txt b/test-data/output-2.txt new file mode 100644 index 0000000..c031f86 --- /dev/null +++ b/test-data/output-2.txt @@ -0,0 +1,6 @@ +SUCCESS +SUCCESS # <- TORPEDO +FAIL # <- TORPEDO +SUCCESS +SUCCESS +FAIL \ No newline at end of file diff --git a/test-data/output-3.txt b/test-data/output-3.txt new file mode 100644 index 0000000..9f4ea83 --- /dev/null +++ b/test-data/output-3.txt @@ -0,0 +1 @@ +usage: GT4500,,,, \ No newline at end of file diff --git a/test-data/output-4.txt b/test-data/output-4.txt new file mode 100644 index 0000000..d684e91 --- /dev/null +++ b/test-data/output-4.txt @@ -0,0 +1 @@ +Unknown command: '1' \ No newline at end of file diff --git a/test-data/output-5.txt b/test-data/output-5.txt new file mode 100644 index 0000000..c3b5849 --- /dev/null +++ b/test-data/output-5.txt @@ -0,0 +1,2 @@ +SUCCESS +Unknown firing mode: 'A' \ No newline at end of file