TestGumbert
This commit is contained in:
commit
7f2aabf19d
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,6 +61,7 @@ fabric.properties
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
!jar/*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.zip
|
||||
|
11
.idea/ChareSWE.iml
generated
Normal file
11
.idea/ChareSWE.iml
generated
Normal 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
7
.idea/misc.xml
generated
@ -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
2
.idea/modules.xml
generated
@ -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>
|
@ -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
BIN
jars/hamcrest-core-1.3.jar
Normal file
Binary file not shown.
BIN
jars/junit-4.12.jar
Normal file
BIN
jars/junit-4.12.jar
Normal file
Binary file not shown.
2
src/TestEshete.java
Normal file
2
src/TestEshete.java
Normal file
@ -0,0 +1,2 @@
|
||||
public class TestEshete {
|
||||
}
|
4
src/TestGumbert.java
Normal file
4
src/TestGumbert.java
Normal file
@ -0,0 +1,4 @@
|
||||
package PACKAGE_NAME;
|
||||
|
||||
public class TestGumbert {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user