TestResult$json top-level constant
Implementation
@$core.Deprecated('Use testResultDescriptor instead')
const TestResult$json = const {
'1': 'TestResult',
'2': const [
const {'1': 'TEST_RESULT_UNSPECIFIED', '2': 0},
const {'1': 'PASSED', '2': 1},
const {'1': 'FAILED', '2': 2},
],
};