Skip to content

Commit

Permalink
test: navigation resource test added
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jun 12, 2018
1 parent 016fc51 commit 06aa8db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ public void valuesStringsTest() throws BrutException {
compareValuesFiles("values/strings.xml");
}

@Test
public void navigationResourceTest() throws BrutException {
compareXmlFiles("res/navigation/nav_graph.xml");
}

@Test
public void confirmManifestStructureTest() throws BrutException {
compareXmlFiles("AndroidManifest.xml");
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android">
</navigation>

0 comments on commit 06aa8db

Please sign in to comment.