File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ gcloud beta emulators datastore start --host-port <hostname of machine>:<port>
58
58
59
59
#### On your machine
60
60
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:
62
62
63
63
1 . Before running your testing code, start the DNS emulator ` LocalDnsHelper ` . This can be done as follows:
64
64
@@ -72,7 +72,7 @@ You can test against a temporary local DNS by following these steps:
72
72
The ` delay ` parameter determines if change requests should be processed synchronously
73
73
(value ` 0 ` ) or in a separate thread with a delay of ` delay ` milliseconds.
74
74
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:
76
76
77
77
``` java
78
78
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
118
118
119
119
#### On your machine
120
120
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:
122
122
123
123
1 . Before running your testing code, start the Resource Manager emulator ` LocalResourceManagerHelper ` . This can be done as follows:
124
124
You can’t perform that action at this time.
0 commit comments