summaryrefslogtreecommitdiff
path: root/tests/net/java/com/android/server/NsdServiceTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Move net unit tests to packages/ConnectivityRemi NGUYEN VAN2021-05-131-194/+0
| | | | | | | | | | | | | | 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
* Migrate frameworks/base/tests/net/ to androidx.testBrett Chabot2019-03-051-7/+9
| | | | | Test: atest FrameworksNetTests Change-Id: Iaa59d606f5e1678cc5aaca9ed37e184fad894e5d
* Fix NPE in NsdServiceTestHugo Benichi2017-09-281-1/+4
| | | | | | | | | | | Continuous test dashboards report that quit() can crash sometimes due to mThread being null. This patch adds a null guard in tearDown(). Bug: 32561414 Test: runtest frameworks-net Change-Id: If66fb47e31e77d25b4741a786f12eb78f0b9102e
* Network Service Discovery test: properly release resourcesHugo Benichi2017-09-021-0/+5
| | | | | | | | Bug: 32561414 Bug: 62918393 Bug: 62044295 Test: runtest frameworks-net Change-Id: If23993b5e391947ecbdc01677f0a643144794b2b
* Move NsdServiceTest to correct directoryHugo Benichi2017-05-241-0/+184
Test: no functional change Bug: 62044295 Change-Id: Iad3af646e8d252f84978d1a367878a78c2869982