Skip to content

Commit e9f264a

Browse files
committed
Rephrased the text.
1 parent 88aecea commit e9f264a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TESTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gcloud beta emulators datastore start --host-port <hostname of machine>:<port>
5858

5959
#### On your machine
6060

61-
You can test against a temporary local DNS by following these steps:
61+
You can test against a in-memory local DNS by following these steps:
6262

6363
1. Before running your testing code, start the DNS emulator `LocalDnsHelper`. This can be done as follows:
6464

@@ -72,7 +72,7 @@ You can test against a temporary local DNS by following these steps:
7272
The `delay` parameter determines if change requests should be processed synchronously
7373
(value `0`) or in a separate thread with a delay of `delay` milliseconds.
7474

75-
2. In your program, create and use a DNS service object whose host is set to `localhost` at the appropriate port. For example:
75+
2. In your program, create and use a DNS service object by using the `options()` of `LocalDnsHelper`. For example:
7676

7777
```java
7878
Dns dns = LocalDnsHelper.options().service();
@@ -118,7 +118,7 @@ Here is an example that clears the bucket created in Step 3 with a timeout of 5
118118

119119
#### On your machine
120120

121-
You can test against a temporary local Resource Manager by following these steps:
121+
You can test against a in-memory local Resource Manager by following these steps:
122122

123123
1. Before running your testing code, start the Resource Manager emulator `LocalResourceManagerHelper`. This can be done as follows:
124124

0 commit comments

Comments
 (0)