SDPepe/AppArt

View on GitHub
app/src/main/java/ch/epfl/sdp/appart/CommandLines.java

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
package ch.epfl.sdp.appart;

/**
 * To run tests :
 * firebase emulators:start
 * ./gradlew check connectedCheck --stacktrace
 * To insert in configuration :
 * -e "email" "youremail" -e "password" "yourpsw" --ez "demo_mode" true
 */
public @interface CommandLines {}