Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
briar
briar
Commits
bd7ebfd8
Commit
bd7ebfd8
authored
Nov 08, 2017
by
akwizgran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unit tests for TransportPropertyManagerImpl.
parent
1dd49601
Pipeline
#766
passed with stage
in 7 minutes and 18 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
712 additions
and
2 deletions
+712
-2
bramble-api/src/test/java/org/briarproject/bramble/test/BrambleMockTestCase.java
...va/org/briarproject/bramble/test/BrambleMockTestCase.java
+1
-2
bramble-core/src/test/java/org/briarproject/bramble/properties/TransportPropertyManagerImplTest.java
.../bramble/properties/TransportPropertyManagerImplTest.java
+711
-0
No files found.
bramble-api/src/test/java/org/briarproject/bramble/test/BrambleMockTestCase.java
View file @
bd7ebfd8
...
...
@@ -3,8 +3,7 @@ package org.briarproject.bramble.test;
import
org.jmock.Mockery
;
import
org.junit.After
;
public
abstract
class
BrambleMockTestCase
extends
BrambleTestCase
{
public
abstract
class
BrambleMockTestCase
extends
BrambleTestCase
{
protected
final
Mockery
context
=
new
Mockery
();
...
...
bramble-core/src/test/java/org/briarproject/bramble/properties/TransportPropertyManagerImplTest.java
0 → 100644
View file @
bd7ebfd8
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment