|
mojo: add some end-to-end shell tests and a new test sample app
* Adds several shell integration tests that connect multiple services and applications together.
* Adds ToyMonitoringService and associated standalone application. Used to collect data about various services that connect with it and provide a report (e.g to the shell) for test verification purposes.
BUG= 378155
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280956
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+743 lines, -51 lines) |
Patch |
 |
M |
mojo/mojo.gyp
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/mojo_services.gypi
|
View
|
1
2
3
4
8
9
10
|
3 chunks |
+30 lines, -1 line |
0 comments
|
Download
|
 |
A |
mojo/services/test_service/test_request_tracker.mojom
|
View
|
1
2
3
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/services/test_service/test_request_tracker_application.h
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/services/test_service/test_request_tracker_application.cc
|
View
|
1
2
3
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/services/test_service/test_request_tracker_client_impl.h
|
View
|
1
2
3
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/services/test_service/test_request_tracker_client_impl.cc
|
View
|
1
2
3
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/services/test_service/test_request_tracker_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/services/test_service/test_request_tracker_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/test_service/test_service.mojom
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/services/test_service/test_service_application.cc
|
View
|
1
10
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/test_service/test_service_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/services/test_service/test_service_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+37 lines, -1 line |
0 comments
|
Download
|
 |
A |
mojo/services/test_service/test_time_service_impl.h
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/services/test_service/test_time_service_impl.cc
|
View
|
1
2
3
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/shell_test_base.h
|
View
|
1
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/shell_test_base.cc
|
View
|
1
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/shell_test_base_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+199 lines, -35 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|