Marcell-Juhasz / secret-diary

0 stars 1 forks source link

warn about possible build failure on stage5 #25

Open RedJocker opened 2 years ago

RedJocker commented 2 years ago

this sentence was deleted from description and should be recovered

<p>Obs: Tests assume the existence of LoginActivity class. Build will fail if that class has not been created yet.</p>

Ideally tests should not cause build failure, but in case they do users should be warned about it.

Marcell-Juhasz commented 2 years ago

Maybe we could provide an empty Login Activity (as we do with the Main Activity). But to add the Login Activity to the Manifest.xml, and make it the launcher Activity would be the user's task.