|
|
@ -1,14 +1,14 @@ |
|
|
|
/** |
|
|
|
/** |
|
|
|
* @fileoverview Tests for repeated methods in lazy_accessor.js. |
|
|
|
* @fileoverview Tests for repeated methods in lazy_accessor.js. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
goog.module('protobuf.binary.LazyAccessorTest'); |
|
|
|
goog.module('protobuf.runtime.KernelTest'); |
|
|
|
|
|
|
|
|
|
|
|
goog.setTestOnly(); |
|
|
|
goog.setTestOnly(); |
|
|
|
|
|
|
|
|
|
|
|
const ByteString = goog.require('protobuf.ByteString'); |
|
|
|
const ByteString = goog.require('protobuf.ByteString'); |
|
|
|
const Int64 = goog.require('protobuf.Int64'); |
|
|
|
const Int64 = goog.require('protobuf.Int64'); |
|
|
|
const InternalMessage = goog.require('protobuf.binary.InternalMessage'); |
|
|
|
const InternalMessage = goog.require('protobuf.binary.InternalMessage'); |
|
|
|
const LazyAccessor = goog.require('protobuf.binary.LazyAccessor'); |
|
|
|
const LazyAccessor = goog.require('protobuf.runtime.Kernel'); |
|
|
|
const TestMessage = goog.require('protobuf.testing.binary.TestMessage'); |
|
|
|
const TestMessage = goog.require('protobuf.testing.binary.TestMessage'); |
|
|
|
// Note to the reader:
|
|
|
|
// Note to the reader:
|
|
|
|
// Since the lazy accessor behavior changes with the checking level some of the
|
|
|
|
// Since the lazy accessor behavior changes with the checking level some of the
|
|
|
|