From 9f621c337166ccb83ab9e9422444323cf6700282 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 15 Jun 2015 14:21:53 +0200 Subject: Add testing capabilities to the project --- .classpath | 5 + lib/guava-18.0.jar | Bin 0 -> 2256213 bytes lib/hamcrest-all-1.3.jar | Bin 0 -> 306578 bytes lib/testFx-3.1.2.jar | Bin 0 -> 63667 bytes src/de/fhswf/in/inf/upnfx/view/MainView.fxml | 58 +++++------ test/gui/CalculatorTest.java | 144 +++++++++++++++++++++++++++ 6 files changed, 178 insertions(+), 29 deletions(-) create mode 100644 lib/guava-18.0.jar create mode 100644 lib/hamcrest-all-1.3.jar create mode 100644 lib/testFx-3.1.2.jar create mode 100644 test/gui/CalculatorTest.java diff --git a/.classpath b/.classpath index ac4a647..de370b8 100644 --- a/.classpath +++ b/.classpath @@ -1,7 +1,12 @@ + + + + + diff --git a/lib/guava-18.0.jar b/lib/guava-18.0.jar new file mode 100644 index 0000000..8f89e49 Binary files /dev/null and b/lib/guava-18.0.jar differ diff --git a/lib/hamcrest-all-1.3.jar b/lib/hamcrest-all-1.3.jar new file mode 100644 index 0000000..6f62ba0 Binary files /dev/null and b/lib/hamcrest-all-1.3.jar differ diff --git a/lib/testFx-3.1.2.jar b/lib/testFx-3.1.2.jar new file mode 100644 index 0000000..1f8a17f Binary files /dev/null and b/lib/testFx-3.1.2.jar differ diff --git a/src/de/fhswf/in/inf/upnfx/view/MainView.fxml b/src/de/fhswf/in/inf/upnfx/view/MainView.fxml index a1a0349..a1b5add 100644 --- a/src/de/fhswf/in/inf/upnfx/view/MainView.fxml +++ b/src/de/fhswf/in/inf/upnfx/view/MainView.fxml @@ -9,35 +9,35 @@ - -