Java 类com.google.protobuf.UnittestLite.TestNestedExtensionLite 实例源码

项目:sstore-soft    文件:LiteTest.java   
public void setUp() throws Exception {
  // Test that nested extensions are initialized correctly even if the outer
  // class has not been accessed directly.  This was once a bug with lite
  // messages.
  //
  // We put this in setUp() rather than in its own test method because we
  // need to make sure it runs before any actual tests.
  assertTrue(TestNestedExtensionLite.nestedExtension != null);
}
项目:s-store    文件:LiteTest.java   
public void setUp() throws Exception {
  // Test that nested extensions are initialized correctly even if the outer
  // class has not been accessed directly.  This was once a bug with lite
  // messages.
  //
  // We put this in setUp() rather than in its own test method because we
  // need to make sure it runs before any actual tests.
  assertTrue(TestNestedExtensionLite.nestedExtension != null);
}
项目:vsminecraft    文件:LiteTest.java   
public void setUp() throws Exception {
  // Test that nested extensions are initialized correctly even if the outer
  // class has not been accessed directly.  This was once a bug with lite
  // messages.
  //
  // We put this in setUp() rather than in its own test method because we
  // need to make sure it runs before any actual tests.
  assertTrue(TestNestedExtensionLite.nestedExtension != null);
}
项目:bazel    文件:LiteTest.java   
@Override
public void setUp() throws Exception {
  // Test that nested extensions are initialized correctly even if the outer
  // class has not been accessed directly.  This was once a bug with lite
  // messages.
  //
  // We put this in setUp() rather than in its own test method because we
  // need to make sure it runs before any actual tests.
  assertTrue(TestNestedExtensionLite.nestedExtension != null);
}