README.md
        
        
        
        1# FLEDGE FakeWebServer library
2
3Design document: go/fake-fledge.
4
5This folder contains a client library for the FLEDGE test server, a hosted
6service from Google used in CTS tests.
7
8Due to CTS requirements (non-rooted build) and product requirements (real
9webserver with adtech enrollment) a real server must be used. This client lib
10implements the `FakeWebServer` interface for clients to write CTS tests
11against as if it was a `MockWebServer`.
12
13The online service will return responses that the client has requested.
14