Sammlung von Tests für die Abschlussaufgabe, die die gesamte Nutzerinteraktion testen
Find a file
2017-03-08 13:11:33 +01:00
.gitignore Add tests, refine Terminal class 2017-02-13 18:33:23 +01:00
AddArticleTest.java Add multitues of tests, make Terminal easier to use, stop testing for unspecified things 2017-02-26 20:22:07 +01:00
AddAuthorTest.java Typo fix 2017-02-27 17:27:11 +01:00
AddConferenceSeriesTest.java Remove bad tests 2017-03-08 13:11:33 +01:00
AddConferenceTest.java Remove bad tests 2017-03-08 13:11:33 +01:00
AddJournalTest.java Remove bad tests 2017-03-08 13:11:33 +01:00
AddKeywordsTest.java Add multitues of tests, make Terminal easier to use, stop testing for unspecified things 2017-02-26 20:22:07 +01:00
CitesTest.java Add multitues of tests, make Terminal easier to use, stop testing for unspecified things 2017-02-26 20:22:07 +01:00
CoauthorsTest.java Make a Coauthors test slightly harder, test Terminal for handling newlines correctly, fix Terminal to pass these tests 2017-02-27 16:39:24 +01:00
CompleteTest.java Add multitues of tests, make Terminal easier to use, stop testing for unspecified things 2017-02-26 20:22:07 +01:00
DirectPrintTest.java New Tests 2017-02-28 17:50:08 +01:00
HIndexTest.java Add multitues of tests, make Terminal easier to use, stop testing for unspecified things 2017-02-26 20:22:07 +01:00
JaccardTest.java Add multitues of tests, make Terminal easier to use, stop testing for unspecified things 2017-02-26 20:22:07 +01:00
LICENSE Add license and readme 2017-02-11 18:10:04 +01:00
ListPublicationsTest.java Add tests for foreign citations 2017-02-27 17:22:19 +01:00
PrintBibliographyTest.java Add one more test 2017-03-02 09:18:20 +01:00
README.md Add license and readme 2017-02-11 18:10:04 +01:00
Terminal.java.testing JustWindowsThings 2017-03-02 21:24:59 +01:00
TerminalTest.java Make a Coauthors test slightly harder, test Terminal for handling newlines correctly, fix Terminal to pass these tests 2017-02-27 16:39:24 +01:00
TestHelper.java Add multitues of tests, make Terminal easier to use, stop testing for unspecified things 2017-02-26 20:22:07 +01:00
WrittenByTest.java New Tests 2017-02-28 17:50:08 +01:00

Tests

Ordnerstruktur:

edu/kit/informatik/Terminal.java -> edu/kit/informatik/bibliography/tests/Terminal.java.testing
edu/kit/informatik/bibliograhpy/<normaler Code>
edu/kit/informatik/bibliography/tests/Terminal.java.testing
edu/kit/informatik/bibliography/tests/CompleteTest.java
edu/kit/informatik/bibliography/tests/<Eigene Tests für eigene Klassen>