hpi-swa-teaching / IMAPClient

This project provides a library and tool set to access email through IMAP in the Squeak/Smalltalk environment. (SWT22-13)
MIT License
22 stars 3 forks source link

Feature/offline tests #420

Closed elenagensch closed 3 years ago

elenagensch commented 3 years ago

What does this change?

[Test Coverage] Adds Tests for

Co-authored-by: Smilla Fox foxsmilla@gmail.com Co-authored-by: Elena Gensch elena.gensch@student.hpi.uni-potsdam.de Co-authored-by: Lukas Rost lukas.rost@student.hpi.de

Decisions / Choices I made

Offline Mode is simulated through Null Stream, when testing the synchronisation in online mode, the stream is set to a MockSocketStream. I added necessary responses in the MockServer Class.

Checklist

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1082181468


Totals Coverage Status
Change from base Build 1025864708: 13.2%
Covered Lines: 1349
Relevant Lines: 1521

💛 - Coveralls