summaryrefslogtreecommitdiff
path: root/tests/net/common/java/ParseExceptionTest.kt
AgeCommit message (Collapse)Author
2021-05-13Move net unit tests to packages/ConnectivityRemi NGUYEN VAN
Move the tests together with packages/Connectivity code, so both can be moved to packages/modules/Connectivity together. Also reorganize unit tests in a unit/ directory, as other tests (integration/, common/ etc.) have been added in tests/net since they were created. This makes the directory structure consistent. Test: atest FrameworksNetTests Bug: 187814163 Ignore-AOSP-First: needs per-branch move for merge conflicts Change-Id: I254ffd1c08ec058d594b4ea55cbae5505f8497cc
2021-04-20Roll forward: add a test for ParseExceptionRemi NGUYEN VAN
The test simply creates an exception and verifies that it has the required fields. The constructor tests are only run on S+ as they are not part of the API before that. Change-Id: Ic30a34d3203c1b40923ba783a34f0cfed53a07ae Test: atest FrameworksNetTests
2021-04-20Revert "Add a test for ParseException"Remi NGUYEN VAN
This reverts commit 54e707a62e9ef45ac89c295f03571a67eac0bf29. Reason for revert: Test broken on R: b/185751610 Change-Id: I9f5d25c0ba81011848ab3cf7ec44aa329fbb3b0f
2021-04-14Add a test for ParseExceptionRemi NGUYEN VAN
The test simply creates an exception and verifies that it has the required fields. Test: atest FrameworksNetTests Change-Id: I76ded2ac3f93ff3910bba3f1e4f1c17092e35372