-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP #8 - Adjusted expected test data for Activity1
- Loading branch information
1 parent
400ebaa
commit f94ce67
Showing
3 changed files
with
187 additions
and
158 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"sourceName": "Activity1", | ||
"declaredPkg": "br.ufpe.cin.androidintenttests", | ||
"intents": [{ | ||
"declaredMethod": "func1", | ||
"target" : "startActivity", | ||
"identifier" : "toActivity2", | ||
"properties": { | ||
"action": "Intent.ACTION_VIEW", | ||
"data": "Uri.parse(\"custom://base#specific\")" | ||
} | ||
}, | ||
{ | ||
"declaredMethod": "func1", | ||
"target" : "startActivity", | ||
"identifier" : "i", | ||
"properties": { | ||
"action": "Intent.ACTION_CALL", | ||
"data": "Uri.parse(\"tel:123456789\")" | ||
} | ||
}, | ||
{ | ||
"declaredMethod": "func2", | ||
"target" : "startActivity", | ||
"identifier": "i", | ||
"properties": { | ||
"action": "Intent.ACTION_VIEW", | ||
"data": "Uri.parse(\"https://www.google.com\")" | ||
} | ||
}, | ||
{ | ||
"declaredMethod": "func2", | ||
"target" : "startActivity", | ||
"identifier": "i2", | ||
"properties": { | ||
"component": { | ||
"context": "br.ufpe.cin.androidintenttests", | ||
"class": "Activity1" | ||
}, | ||
"data": "Uri.parse(\"https://www.google.com\")" | ||
} | ||
}, | ||
{ | ||
"declaredMethod": "func2", | ||
"target" : "startActivity", | ||
"identifier": "i3", | ||
"properties": { | ||
"action": "Intent.ACTION_VIEW", | ||
"data": "Uri.parse(\"https://www.google.com\")" | ||
} | ||
}, | ||
{ | ||
"target" : "startActivity", | ||
"declaredMethod": "func2", | ||
"identifier": "i4", | ||
"properties": { | ||
"action": "Intent.ACTION_VIEW", | ||
"data": "Uri.parse(\"https://www.google.com\")", | ||
"type": "text/plain" | ||
} | ||
}, | ||
{ | ||
"declaredMethod": "func2", | ||
"target" : "startActivity", | ||
"identifier": "i5", | ||
"properties": { | ||
"action": "Intent.ACTION_VIEW", | ||
"data": "Uri.parse(\"https://www.google.com\")", | ||
"type": "text/plain" | ||
} | ||
}, | ||
{ | ||
"declaredMethod": "func2", | ||
"target" : "startActivity", | ||
"identifier": "i6", | ||
"properties": { | ||
"component": { | ||
"context": "br.ufpe.cin.androidintenttests", | ||
"class": "Activity1" | ||
}, | ||
"data": "Uri.parse(\"https://www.google.com\")", | ||
"type": "text/plain" | ||
} | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
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