Definition at line 29 of file VmServiceTest.java.
◆ main()
static void org.dartlang.vm.service.VmServiceTest.main |
( |
String[] |
args | ) |
|
|
inlinestatic |
Definition at line 40 of file VmServiceTest.java.
40 {
41 setupLogging();
43
44 try {
45 echoDartVmVersion();
46 runSample();
47 runSampleWithException();
48 System.out.println("Test Complete");
49 } finally {
50 vmDisconnect();
51 stopSample();
52 }
53 }
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/pkg/vm_service/java/test/org/dartlang/vm/service/VmServiceTest.java