Skip to content

Commit 3283aa8

Browse files
authored
Adding a Set of New Unit Tests (#96)
* Added jacoco plugin and parser * Coverage reporter impl * More unit tests and cleaning up dead code * More tests for RTDB * More database tests * Some unit tests for Repo * More tests for Repo * Cleaning up mocks * debug info * More debug info * Updated repo test * Cleaned up test code * Removed some code changes * More repo tests * Removed duplicate code block
1 parent e87a812 commit 3283aa8

22 files changed

+2722
-388
lines changed

src/main/java/com/google/firebase/database/utilities/tuple/NameAndPriority.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/main/java/com/google/firebase/database/utilities/tuple/NodeAndPath.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/main/java/com/google/firebase/database/utilities/tuple/PathAndId.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/main/java/com/google/firebase/database/utilities/tuple/package-info.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/main/java/com/google/firebase/internal/GaeThreadFactory.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ public boolean isUsingBackgroundThreads() {
9696
// Create a no-op thread to force initialize the ThreadFactory implementation.
9797
// Start the resulting thread, since GAE code seems to expect that.
9898
initThreadFactory(new Runnable() {
99-
@Override
100-
public void run() {}
101-
}).start();
99+
@Override
100+
public void run() {}
101+
}).start();
102102
return threadFactory.get().isUsingBackgroundThreads();
103103
}
104104

0 commit comments

Comments
 (0)