2018-SWENG/2018-SWENG-Radius

View on GitHub
app/src/androidTest/java/ch/epfl/sweng/radius/utils/DatabaseObjectsTest.java

Summary

Maintainability
A
1 hr
Test Coverage

Method testChatLogs has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Test
    public void testChatLogs() {
        ArrayList<String> usersIds = new ArrayList<String>();
        new ChatLogs(usersIds);

    There are no issues that match your filters.

    Category
    Status