This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
Added Testing #858
Open
elduwa
wants to merge
18
commits into
getodk:master
Choose a base branch
from
sw-testing-lab-briefcase:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+229
−2
Open
Added Testing #858
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2d3dfbe
Increased Branch Coverage
Marinolino 17c1c10
Fix for issue #854 (#855)
yougis 223de37
Make HTTP post requests repeatable by wrapping entities into a repeat…
ggalmazor 818ce92
Added Unit Test for XmlManipulationUtils
elduwa 1a1e082
Merge remote-tracking branch 'upstream/master'
elduwa 722ba46
Add tests for TranferForms
elduwa 90ab119
Removed csv report
Marinolino 411c92b
added request body test for RequestBuilder
elduwa f2e8dcf
Merge branch 'master' of https://github.com/sw-testing-lab-briefcase/…
elduwa 8af120a
Increased Branch Coverage in AggregateAttachment
pareichlin 698b3f2
Increased branch coverage of FormKey
pareichlin ddd556f
Increased branch coverage of FormStatus
pareichlin 4de5f69
Covered all branches in BriefcaseVersionManager class
Marinolino 8449c3e
adjustment
elduwa 0d8e741
Revert "adjustment"
Marinolino 8c18a1a
Revert "Make HTTP post requests repeatable by wrapping entities into …
Marinolino 076788e
Revert "Revert "adjustment""
Marinolino 7733176
Revert "Revert "Make HTTP post requests repeatable by wrapping entiti…
Marinolino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added request body test for RequestBuilder
commit 411c92b801f0ff61b695d68392bfe851132616f9
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test doesn't belong to this test class because what we're verifying is that the
RequestSpy
class can read a request body. You don't need aRequest
object for that.