Skip to content

Instantly share code, notes, and snippets.

@MaikKlein
Created May 13, 2018 20:20
Show Gist options
  • Save MaikKlein/c15d18725c94f45dd3e313f189131f51 to your computer and use it in GitHub Desktop.
Save MaikKlein/c15d18725c94f45dd3e313f189131f51 to your computer and use it in GitHub Desktop.

Aufgabe 1:

State = () // Empty

Insert => [“xyz”,2018-05-07,HIGH]

State = ([“xyz”,2018-05-07,HIGH]) // Zeile 10 - 14, und 19 - 22 wurde durchlaufen

Insert => [“abc”,2018-06-17,LOW]

State = ([“xyz”,2018-05-07,HIGH], [“abc”,2018-06-17,LOW]) // Zusätzlich wird jetzt Zeile 15 - 18 und 22 - 15 ausgeführt

End

Alle Anweisungen wurden mindestens einmal durchlaufen

Aufgabe 2:

FReq335: POP3, SMTP und IMAP müssen nach dem Standard implementiert werden und die Testsuit muss bestanden werden.

QReq452: Async. Suchfunction. 1) Starte Suche 2) Falls ein neues Ergebnis gefunden wurde, zeige das Ergebnis an.

FReq236: ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment