diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-06-15 14:21:53 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-06-15 14:21:53 +0200 |
| commit | 9f621c337166ccb83ab9e9422444323cf6700282 (patch) | |
| tree | e86b5bea25ad6d23efece4adf83602ec10309cb8 /.classpath | |
| parent | 96b0868fb4a95ceabd4aeda992f6a90a44ae521f (diff) | |
| download | UpnFx-9f621c337166ccb83ab9e9422444323cf6700282.tar.gz UpnFx-9f621c337166ccb83ab9e9422444323cf6700282.zip | |
Add testing capabilities to the project
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,7 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/> + <classpathentry kind="lib" path="lib/guava-18.0.jar"/> + <classpathentry kind="lib" path="lib/hamcrest-all-1.3.jar"/> + <classpathentry kind="lib" path="lib/testFx-3.1.2.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="output" path="bin"/> </classpath> |
