TestGumbert

This commit is contained in:
gumbertja68144 2018-11-22 15:19:11 +01:00
commit 7f2aabf19d
9 changed files with 26 additions and 4 deletions

1
.gitignore vendored
View File

@ -61,6 +61,7 @@ fabric.properties
# Package Files #
*.jar
!jar/*.jar
*.war
*.ear
*.zip

11
.idea/ChareSWE.iml generated Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

7
.idea/misc.xml generated
View File

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_10" project-jdk-name="10" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_10" default="true" project-jdk-name="10" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/../gitchareswe" />
</component>
</project>

2
.idea/modules.xml generated
View File

@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/ChareSWE.iml" filepath="$PROJECT_DIR$/ChareSWE.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/ChareSWE.iml" filepath="$PROJECT_DIR$/.idea/ChareSWE.iml" />
</modules>
</component>
</project>

View File

@ -24,8 +24,9 @@ Eine Schritt-für-Schritt-Anweisung, wie man eine Entwicklungsumgebung für das
## Autoren
Pia Korndörfer, Danial Eshete, Jana Gumbert, Amadou-bah AArif
Pia Korndörfer, Danial Eshete, Jana Gumbert, Amadou-Bah Aarif
* **Homer Simpson** - *Qualitätssicherung* - [Profil](https://de.wikipedia.org/wiki/Homer_Simpson)
* ...
¥≤

BIN
jars/hamcrest-core-1.3.jar Normal file

Binary file not shown.

BIN
jars/junit-4.12.jar Normal file

Binary file not shown.

2
src/TestEshete.java Normal file
View File

@ -0,0 +1,2 @@
public class TestEshete {
}

4
src/TestGumbert.java Normal file
View File

@ -0,0 +1,4 @@
package PACKAGE_NAME;
public class TestGumbert {
}