summaryrefslogtreecommitdiff
path: root/tests/net/java/com/android/server/NsdServiceTest.java
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
2019-03-05Migrate frameworks/base/tests/net/ to androidx.testBrett Chabot
Test: atest FrameworksNetTests Change-Id: Iaa59d606f5e1678cc5aaca9ed37e184fad894e5d
2017-09-28Fix NPE in NsdServiceTestHugo Benichi
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
2017-09-02Network Service Discovery test: properly release resourcesHugo Benichi
Bug: 32561414 Bug: 62918393 Bug: 62044295 Test: runtest frameworks-net Change-Id: If23993b5e391947ecbdc01677f0a643144794b2b
2017-05-24Move NsdServiceTest to correct directoryHugo Benichi
Test: no functional change Bug: 62044295 Change-Id: Iad3af646e8d252f84978d1a367878a78c2869982